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/alloydb.v1.json b/DiscoveryJson/alloydb.v1.json index c9b7377583f..555012c191b 100644 --- a/DiscoveryJson/alloydb.v1.json +++ b/DiscoveryJson/alloydb.v1.json @@ -1627,7 +1627,7 @@ } } }, - "revision": "20250925", + "revision": "20251001", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -1641,24 +1641,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", @@ -2546,18 +2528,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", @@ -3091,7 +3061,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 +3611,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 +3801,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 +3899,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", @@ -4751,7 +4655,8 @@ "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" ], "enumDeprecated": [ false, @@ -4855,6 +4760,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -4959,7 +4865,8 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled." ], "type": "string" }, @@ -5397,7 +5304,8 @@ "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" ], "enumDeprecated": [ false, @@ -5501,6 +5409,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -5605,7 +5514,8 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled." ], "type": "string" } @@ -6139,6 +6049,7 @@ "PRODUCT_TYPE_FIRESTORE", "PRODUCT_TYPE_COMPUTE_ENGINE", "PRODUCT_TYPE_ORACLE_ON_GCP", + "PRODUCT_TYPE_BIGQUERY", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -6155,6 +6066,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -6171,6 +6083,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..328abc35186 100644 --- a/DiscoveryJson/alloydb.v1alpha.json +++ b/DiscoveryJson/alloydb.v1alpha.json @@ -1627,7 +1627,7 @@ } } }, - "revision": "20250925", + "revision": "20251001", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -3229,7 +3229,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, @@ -4901,7 +4901,8 @@ "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" ], "enumDeprecated": [ false, @@ -5005,6 +5006,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -5109,7 +5111,8 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled." ], "type": "string" }, @@ -5547,7 +5550,8 @@ "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" ], "enumDeprecated": [ false, @@ -5651,6 +5655,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -5755,7 +5760,8 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled." ], "type": "string" } @@ -6289,6 +6295,7 @@ "PRODUCT_TYPE_FIRESTORE", "PRODUCT_TYPE_COMPUTE_ENGINE", "PRODUCT_TYPE_ORACLE_ON_GCP", + "PRODUCT_TYPE_BIGQUERY", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -6305,6 +6312,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -6321,6 +6329,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..92f4dd0b1ca 100644 --- a/DiscoveryJson/alloydb.v1beta.json +++ b/DiscoveryJson/alloydb.v1beta.json @@ -1624,7 +1624,7 @@ } } }, - "revision": "20250925", + "revision": "20251001", "rootUrl": "https://alloydb.googleapis.com/", "schemas": { "AuthorizedNetwork": { @@ -3205,7 +3205,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, @@ -4877,7 +4877,8 @@ "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" ], "enumDeprecated": [ false, @@ -4981,6 +4982,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -5085,7 +5087,8 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled." ], "type": "string" }, @@ -5523,7 +5526,8 @@ "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" ], "enumDeprecated": [ false, @@ -5627,6 +5631,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -5731,7 +5736,8 @@ "High number of idle connections.", "Replication delay.", "Outdated version.", - "Outdated client." + "Outdated client.", + "Databoost is disabled." ], "type": "string" } @@ -6265,6 +6271,7 @@ "PRODUCT_TYPE_FIRESTORE", "PRODUCT_TYPE_COMPUTE_ENGINE", "PRODUCT_TYPE_ORACLE_ON_GCP", + "PRODUCT_TYPE_BIGQUERY", "PRODUCT_TYPE_OTHER" ], "enumDeprecated": [ @@ -6281,6 +6288,7 @@ false, false, false, + false, false ], "enumDescriptions": [ @@ -6297,6 +6305,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/apigateway.v1.json b/DiscoveryJson/apigateway.v1.json index dc5186fddb9..c95ee132290 100644 --- a/DiscoveryJson/apigateway.v1.json +++ b/DiscoveryJson/apigateway.v1.json @@ -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": "20251001", "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..4f1e59243b7 100644 --- a/DiscoveryJson/apigateway.v1beta.json +++ b/DiscoveryJson/apigateway.v1beta.json @@ -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": "20251001", "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/apphub.v1.json b/DiscoveryJson/apphub.v1.json index f1c166b9cd4..e48889a5156 100644 --- a/DiscoveryJson/apphub.v1.json +++ b/DiscoveryJson/apphub.v1.json @@ -172,7 +172,7 @@ ], "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.", + "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" @@ -1192,6 +1192,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", @@ -1352,7 +1357,7 @@ } } }, - "revision": "20250813", + "revision": "20251001", "rootUrl": "https://apphub.googleapis.com/", "schemas": { "Application": { @@ -1783,6 +1788,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/apphub.v1alpha.json b/DiscoveryJson/apphub.v1alpha.json index d7f88360bc1..6167c1750c2 100644 --- a/DiscoveryJson/apphub.v1alpha.json +++ b/DiscoveryJson/apphub.v1alpha.json @@ -172,7 +172,7 @@ ], "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.", + "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" @@ -1284,6 +1284,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", @@ -1444,7 +1449,7 @@ } } }, - "revision": "20250813", + "revision": "20251001", "rootUrl": "https://apphub.googleapis.com/", "schemas": { "Application": { @@ -1955,6 +1960,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/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/backupdr.v1.json b/DiscoveryJson/backupdr.v1.json index 015296c6585..6b999c27ace 100644 --- a/DiscoveryJson/backupdr.v1.json +++ b/DiscoveryJson/backupdr.v1.json @@ -1986,6 +1986,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", @@ -2117,7 +2122,7 @@ } } }, - "revision": "20250916", + "revision": "20251001", "rootUrl": "https://backupdr.googleapis.com/", "schemas": { "AbandonBackupRequest": { @@ -5015,6 +5020,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/batch.v1.json b/DiscoveryJson/batch.v1.json index 78663d54c8b..6f531d14320 100644 --- a/DiscoveryJson/batch.v1.json +++ b/DiscoveryJson/batch.v1.json @@ -144,7 +144,7 @@ ], "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.", + "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" @@ -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 e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field 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", @@ -595,7 +600,7 @@ } } }, - "revision": "20250813", + "revision": "20251005", "rootUrl": "https://batch.googleapis.com/", "schemas": { "Accelerator": { @@ -1627,6 +1632,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/beyondcorp.v1.json b/DiscoveryJson/beyondcorp.v1.json index a9ac741a762..5ee01508450 100644 --- a/DiscoveryJson/beyondcorp.v1.json +++ b/DiscoveryJson/beyondcorp.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", @@ -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": "20250930", "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": { @@ -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..0800ea107b5 100644 --- a/DiscoveryJson/beyondcorp.v1alpha.json +++ b/DiscoveryJson/beyondcorp.v1alpha.json @@ -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", @@ -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": "20250930", "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": { @@ -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/bigtableadmin.v2.json b/DiscoveryJson/bigtableadmin.v2.json index 76775911926..f5dcc571678 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", @@ -2817,38 +2856,6 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, - "getIamPolicy": { - "description": "Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.", - "flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/schemaBundles/{schemaBundlesId}:getIamPolicy", - "httpMethod": "POST", - "id": "bigtableadmin.projects.instances.tables.schemaBundles.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/[^/]+/instances/[^/]+/tables/[^/]+/schemaBundles/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v2/{+resource}:getIamPolicy", - "request": { - "$ref": "GetIamPolicyRequest" - }, - "response": { - "$ref": "Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigtable.admin", - "https://www.googleapis.com/auth/bigtable.admin.table", - "https://www.googleapis.com/auth/cloud-bigtable.admin", - "https://www.googleapis.com/auth/cloud-bigtable.admin.table", - "https://www.googleapis.com/auth/cloud-platform" - ] - }, "list": { "description": "Lists all schema bundles associated with the specified table.", "flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/schemaBundles", @@ -2948,70 +2955,6 @@ "https://www.googleapis.com/auth/cloud-bigtable.admin.table", "https://www.googleapis.com/auth/cloud-platform" ] - }, - "setIamPolicy": { - "description": "Sets the access control policy on a Bigtable resource. Replaces any existing policy.", - "flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/schemaBundles/{schemaBundlesId}:setIamPolicy", - "httpMethod": "POST", - "id": "bigtableadmin.projects.instances.tables.schemaBundles.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/[^/]+/instances/[^/]+/tables/[^/]+/schemaBundles/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v2/{+resource}:setIamPolicy", - "request": { - "$ref": "SetIamPolicyRequest" - }, - "response": { - "$ref": "Policy" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigtable.admin", - "https://www.googleapis.com/auth/bigtable.admin.table", - "https://www.googleapis.com/auth/cloud-bigtable.admin", - "https://www.googleapis.com/auth/cloud-bigtable.admin.table", - "https://www.googleapis.com/auth/cloud-platform" - ] - }, - "testIamPermissions": { - "description": "Returns permissions that the caller has on the specified Bigtable resource.", - "flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/schemaBundles/{schemaBundlesId}:testIamPermissions", - "httpMethod": "POST", - "id": "bigtableadmin.projects.instances.tables.schemaBundles.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/[^/]+/instances/[^/]+/tables/[^/]+/schemaBundles/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v2/{+resource}:testIamPermissions", - "request": { - "$ref": "TestIamPermissionsRequest" - }, - "response": { - "$ref": "TestIamPermissionsResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/bigtable.admin", - "https://www.googleapis.com/auth/bigtable.admin.table", - "https://www.googleapis.com/auth/cloud-bigtable.admin", - "https://www.googleapis.com/auth/cloud-bigtable.admin.table", - "https://www.googleapis.com/auth/cloud-platform" - ] } } } @@ -3079,7 +3022,7 @@ } } }, - "revision": "20250912", + "revision": "20251004", "rootUrl": "https://bigtableadmin.googleapis.com/", "schemas": { "AppProfile": { @@ -4195,6 +4138,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 +4844,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 +4952,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/chat.v1.json b/DiscoveryJson/chat.v1.json index 19db2c8d6d8..3ed6f840c5a 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": "20251002", "rootUrl": "https://chat.googleapis.com/", "schemas": { "AccessSettings": { diff --git a/DiscoveryJson/chromemanagement.v1.json b/DiscoveryJson/chromemanagement.v1.json index 0f953e8ac9d..b53db28d609 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": { @@ -1407,9 +1561,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 e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field 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}", + "response": { + "$ref": "GoogleLongrunningListOperationsResponse" + } + } + } } }, - "revision": "20250820", + "revision": "20251006", "rootUrl": "https://chromemanagement.googleapis.com/", "schemas": { "GoogleChromeManagementV1AndroidAppInfo": { @@ -5292,7 +5540,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 +5548,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 +5723,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 +5872,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 +5929,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 +5941,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 +6270,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 +6282,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 +6348,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 +6378,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 +6432,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 +6440,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 +6463,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 e.g. 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..6a6168d6f4c --- /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/webstore/api_index", + "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": "20251006", + "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/clouddeploy.v1.json b/DiscoveryJson/clouddeploy.v1.json index c0a16d61876..8d86ae4d345 100644 --- a/DiscoveryJson/clouddeploy.v1.json +++ b/DiscoveryJson/clouddeploy.v1.json @@ -2359,7 +2359,7 @@ } } }, - "revision": "20250924", + "revision": "20251001", "rootUrl": "https://clouddeploy.googleapis.com/", "schemas": { "AbandonReleaseRequest": { @@ -6368,7 +6368,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.", 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..204eef03ac1 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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" } @@ -4483,7 +4708,7 @@ ] }, "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 +4732,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +4754,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, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/forwardingRules", "httpMethod": "GET", "id": "compute.forwardingRules.aggregatedList", @@ -4538,30 +4763,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 +4798,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 +4852,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +4910,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 +4934,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +4952,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 +4962,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 +4999,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 +5015,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 +5047,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +5065,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 +5090,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +5115,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 +5147,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +5166,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, recommendation is 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 +5213,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 +5714,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +5732,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 +5835,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +5850,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 +5885,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 +5901,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +5919,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 +5928,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 +5958,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 +5974,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 +5998,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6016,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 +6053,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 +6077,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6109,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 +6122,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6140,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 +6150,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 +6163,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6188,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 +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" } @@ -5670,7 +6253,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 +6269,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6287,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 +6296,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 +6326,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 +6352,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 +6388,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 +6408,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 +6417,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 +6452,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 +6484,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 +6515,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 +6540,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 +6549,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 +6579,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 +6595,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 +6605,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 +6643,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 +6662,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 +6671,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 +6694,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 +6728,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 +6772,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6822,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 +6838,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6865,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 +6895,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 +6911,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 +6935,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +6957,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 +6966,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 +7001,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 +7047,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7097,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 +7113,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7131,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 +7140,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 +7170,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 +7186,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 +7210,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7228,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 +7252,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7298,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7348,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 +7364,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7382,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 +7391,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 +7421,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 +7437,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 +7461,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7479,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 +7503,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7549,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7599,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 +7615,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7633,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 +7642,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 +7672,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 +7688,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 +7712,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7730,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 +7754,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7776,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 +7847,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7862,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 +7886,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +7939,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 +7956,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 +7974,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 +8015,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 +8036,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +8054,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 +8063,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 +8093,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 +8109,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 +8133,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +8151,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 +8188,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 +8267,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 +8279,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 +8292,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 +8319,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 +8331,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 +8344,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 +8383,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 +8396,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 +8419,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 +8430,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 +8443,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 +8467,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 +8478,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 +8490,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 +8514,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 +8540,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 +8564,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 +8588,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 +8597,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 +8632,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 +8654,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 +8678,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 +8697,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 +8708,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 +8721,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 +8745,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 +8769,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 +8790,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 +8814,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 +8838,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 +8849,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 +8862,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 +8905,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 +8922,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 +8939,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 +8963,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 +8973,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 +9003,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 +9025,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 +9036,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 +9072,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 +9094,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 +9105,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 +9117,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 +9141,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 +9163,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 +9174,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 +9186,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 +9210,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 +9232,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 +9256,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 +9280,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 +9291,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 +9304,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 +9328,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 +9352,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 +9376,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 +9401,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 +9429,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 +9453,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 +9477,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 +9501,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 +9525,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 +9549,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 +9573,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 +9597,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 +9621,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 +9645,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 +9669,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 +9693,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 +9717,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 +9728,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 +9741,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 +9769,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 +9793,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 +9817,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 +9826,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 +9861,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 +9883,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 +9907,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 +9928,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 +9952,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 +9969,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 +9986,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 +10010,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 +10020,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 +10050,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 +10072,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 +10083,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 +10119,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 +10144,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 +10155,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 +10168,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 +10216,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 +10342,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +10376,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 +10385,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 +10420,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 +10442,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 +10466,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +10516,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 +10557,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 +10573,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +10591,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 +10600,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 +10630,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 +10646,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 +10757,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +10793,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 +10806,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +10831,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 +10856,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +10881,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 +10890,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 +10925,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 +10947,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 +10958,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 +10977,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11002,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 +11019,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11044,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 +11069,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11130,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11152,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 +11164,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 +11183,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11217,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 +11237,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11405,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 +11531,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 +11598,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 +11615,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 +11650,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 +11660,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 +11690,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 +11713,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 +11724,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 +11737,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 +11761,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 +11809,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11856,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11906,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11931,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 +11956,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +11978,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 +12003,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12088,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12136,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 +12157,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12179,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 +12224,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 +12249,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12274,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 +12299,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12324,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 +12349,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12374,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 +12399,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12424,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 +12449,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12499,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12524,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 +12549,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12574,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 +12585,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 +12598,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12623,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 +12648,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12673,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 +12698,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12723,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 +12748,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12773,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 +12798,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 +12825,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 +12850,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12872,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 +12897,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12922,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 +12933,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 +12952,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +12974,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 +12985,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 +13004,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13072,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 +13090,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 +13107,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 +13131,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13156,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 +13188,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13213,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 +13238,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13263,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 +13295,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13320,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 +13345,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13374,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 +13383,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 +13418,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 +13440,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 +13465,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13530,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 +13596,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13621,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 +13631,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 +13661,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 +13684,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 +13729,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 +13747,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +13853,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +13868,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 +13903,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 +13944,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 +13979,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 +13995,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +14022,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 +14052,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 +14068,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 +14092,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +14116,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 +14195,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 +14204,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 +14239,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 +14293,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +14351,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 +14375,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +14398,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 +14408,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 +14445,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 +14461,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 +14493,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +14511,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 +14536,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +14565,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 +14626,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +14676,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 +14717,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 +14752,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 +14768,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +14795,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 +14825,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 +14841,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 +14865,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +14889,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 +14968,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 +15003,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 +15012,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 +15042,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 +15062,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 +15097,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 +15106,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 +15136,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 +15180,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +15195,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 +15230,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 +15265,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 +15300,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 +15316,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +15343,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 +15373,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 +15389,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 +15413,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +15431,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 +15472,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 +15507,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 +15549,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 +15573,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +15588,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 +15623,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 +15664,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 +15680,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +15701,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 +15710,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 +15740,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 +15756,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 +15793,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 +15831,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 +15855,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +15883,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 +15907,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +15957,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 +15998,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 +16014,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +16037,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 +16046,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 +16076,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 +16092,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 +16129,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 +16208,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 +16217,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 +16252,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 +16317,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 +16327,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 +16357,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 +16384,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 +16393,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 +16428,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 +16482,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +16540,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 +16589,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 +16613,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +16641,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 +16678,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 +16694,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 +16726,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating 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 +16744,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 +16839,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 +16848,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 +16883,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 +16937,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +16995,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 +17019,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +17079,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +17107,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 +17116,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 +17151,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 +17184,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 +17197,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 +17221,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 +17232,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 +17245,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 +17266,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 +17277,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 +17290,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 +17338,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 +17355,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 +17372,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 +17396,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 +17406,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 +17436,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 +17469,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 +17505,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 +17604,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 +17644,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 +17663,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +17698,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 +17717,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +17735,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, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/firewallPolicies", "httpMethod": "GET", "id": "compute.networkFirewallPolicies.aggregatedList", @@ -17161,30 +17744,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 +17779,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 +17825,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +17869,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +17959,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 +18082,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 +18098,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18125,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 +18155,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 +18195,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18243,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18291,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18338,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18383,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18428,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18443,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 +18557,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 +18566,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 +18596,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 +18640,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18682,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18767,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 +18783,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +18810,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 +18840,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 +18879,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 +18899,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 +18921,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 +18942,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 +18966,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19008,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19026,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 +19050,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19092,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19107,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 +19131,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19178,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19203,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 +19212,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 +19247,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 +19294,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19341,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19366,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 +19409,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 +19458,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 +19483,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19508,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 +19518,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 +19548,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 +19582,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 +19602,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 +19619,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 +19667,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19717,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19742,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 +19812,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19848,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 +19862,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +19937,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 +19946,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 +19981,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 +20035,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +20093,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 +20142,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 +20166,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +20184,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 +20194,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 +20231,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 +20247,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 +20342,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 +20351,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 +20386,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 +20451,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 +20461,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 +20491,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 +20518,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 of this API to modify firewall policies is deprecated. Use\nfirewallPolicies.addAssociation instead if possible.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/addAssociation", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.addAssociation", @@ -19944,12 +20527,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" }, @@ -19983,7 +20566,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 +20591,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 of this API to modify firewall policies is deprecated. Use\nfirewallPolicies.copyRules instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/copyRules", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.copyRules", @@ -20017,7 +20600,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 +20627,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 of this API to remove firewall policies is deprecated. Use\nfirewallPolicies.delete instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}", "httpMethod": "DELETE", "id": "compute.organizationSecurityPolicies.delete", @@ -20053,7 +20636,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 +20658,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 of this API to read firewall policies is deprecated. Use\nfirewallPolicies.get instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.get", @@ -20102,7 +20685,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 of this API to read firewall policies is deprecated. Use\nfirewallPolicies.getAssociation instead if possible.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/getAssociation", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.getAssociation", @@ -20134,7 +20717,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 of this API to read firewall policies is deprecated. Use\nfirewallPolicies.getRule instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/getRule", "httpMethod": "GET", "id": "compute.organizationSecurityPolicies.getRule", @@ -20167,18 +20750,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 of this API to insert firewall policies is deprecated. Use\nfirewallPolicies.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 +20779,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 of this API to read firewall policies is deprecated. Use\nfirewallPolicies.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 +20813,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 +20829,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 of this API to read firewall policies is deprecated. Use\nfirewallPolicies.listAssociations instead if possible.", "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 +20851,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 +20885,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 +20901,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 of this API to modify firewall policies is deprecated. Use\nfirewallPolicies.move instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/move", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.move", @@ -20332,7 +20915,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +20937,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 of this API to modify firewall policies is deprecated. Use\nfirewallPolicies.patch instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}", "httpMethod": "PATCH", "id": "compute.organizationSecurityPolicies.patch", @@ -20363,7 +20946,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 +20971,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 of this API to modify firewall policies is deprecated. Use\nfirewallPolicies.patchRule instead.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/patchRule", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.patchRule", @@ -20403,7 +20986,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 +21011,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 of this API to modify firewall policies is deprecated. Use\nfirewallPolicies.removeAssociation instead if possible.", "flatPath": "locations/global/securityPolicies/{securityPolicy}/removeAssociation", "httpMethod": "POST", "id": "compute.organizationSecurityPolicies.removeAssociation", @@ -20442,7 +21025,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID must be\na valid UUID with the exception that zero UUID is not supported\n(00000000-0000-0000-0000-000000000000).", "location": "query", "type": "string" }, @@ -20479,7 +21062,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 +21088,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 +21097,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 +21132,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 +21186,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21244,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 +21268,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21286,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 +21296,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 +21333,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 +21349,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 +21381,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21493,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 +21523,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 +21539,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 +21563,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +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" } @@ -21033,7 +21616,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 +21632,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21666,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21681,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 +21697,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21715,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 +21742,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 +21768,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 +21777,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 +21807,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 +21831,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 +21861,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 +21880,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": "Starting 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://{$universe.dns_names.final_documentation_domain}/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 +21896,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21915,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 +21931,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21949,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 +21965,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +21983,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 +21999,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22017,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 +22033,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22051,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 +22067,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22115,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22154,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22204,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 +22220,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22247,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 +22277,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 +22293,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 +22317,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22358,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22377,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 +22386,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 +22421,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 +22467,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 +22520,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22578,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 +22602,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22630,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 +22667,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 +22683,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 +22715,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22757,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 +22814,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22872,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 +22896,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +22914,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 +22924,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 +22961,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 +22977,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 +23007,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23025,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 +23055,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23109,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23167,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 +23212,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 +23261,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 +23285,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23303,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 +23313,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 +23350,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 +23366,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 +23376,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 +23406,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 +23428,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 +23460,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23478,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 +23523,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 +23534,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 +23554,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23618,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 +23650,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23672,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, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/commitments", "httpMethod": "GET", "id": "compute.regionCommitments.aggregatedList", @@ -23098,30 +23681,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 +23716,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 +23781,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 +23805,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +23823,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 +23833,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 +23870,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 +23886,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 +23923,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24004,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 +24041,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 +24061,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 +24093,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24135,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24153,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 +24185,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24203,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 +24235,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24293,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 +24342,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 +24366,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24389,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 +24399,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 +24436,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 +24484,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24534,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24552,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 +24622,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24647,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 +24679,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24697,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 +24729,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24744,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 +24761,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 +24832,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 +24869,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24908,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 +24928,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +24954,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 +24985,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 +25009,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25027,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 +25037,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 +25074,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 +25090,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 +25101,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 +25121,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25175,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25233,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 +25257,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25275,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 +25285,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 +25322,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 +25338,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 +25370,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25388,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 +25420,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25442,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 +25472,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25533,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 +25544,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 +25557,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 +25581,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 +25611,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25626,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 +25656,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25674,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 +25758,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 +25781,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +25799,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 +25809,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 +25845,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 +25861,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 +25872,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 +25908,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 +25930,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 +25941,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 +25953,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 +25983,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 +25999,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 +26010,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 +26022,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 +26052,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 +26068,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 +26098,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26116,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 +26127,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 +26146,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26164,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 +26194,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26212,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 +26243,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 +26266,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 +26296,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26314,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 +26344,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26362,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 +26392,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26410,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 +26440,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26458,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 +26488,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26506,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 +26536,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26554,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 +26565,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 +26584,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26647,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 +26657,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 +26693,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 +26709,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 +26720,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 +26762,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 +26811,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26879,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 +26911,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +26969,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 +26993,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +27011,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 +27021,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 +27058,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 +27078,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 +27102,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +27124,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 +27156,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +27214,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 +27287,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +27305,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 +27315,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 +27352,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 +27368,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 +27413,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 +27438,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +27524,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 +27537,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 +27561,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 +27572,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 +27585,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 +27617,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 +27630,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 +27678,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 +27695,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 +27712,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 +27736,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 +27746,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 +27776,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 +27809,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 +27845,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 +27903,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 +27944,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 +27970,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28020,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28072,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28220,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 +28342,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception 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 +28360,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 +28370,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 +28407,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 +28455,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28511,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28566,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28619,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28634,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 +28761,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28819,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 +28843,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +28871,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 +28908,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 +28939,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 +28978,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 +29010,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 +29020,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 +29057,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 +29073,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 +29084,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 +29195,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +29309,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 +29333,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +29356,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 +29366,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 +29403,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 +29419,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 +29444,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +29475,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 +29585,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 +29610,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +29664,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +29686,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 +29729,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 +29753,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +29771,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 +29781,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 +29818,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 +29838,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 +29863,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 +29909,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 +29926,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 +29950,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +29968,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 +29978,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 +30015,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 +30031,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 +30041,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 +30078,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 +30119,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 +30172,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30237,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 +30261,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30279,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 +30289,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 +30326,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 +30367,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30421,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30486,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 +30510,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30528,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 +30538,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 +30575,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 +30591,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 +30616,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30666,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 +30716,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30770,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30835,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 +30859,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +30877,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 +30887,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 +30924,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 +30969,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 +31034,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 +31058,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 +31076,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 +31086,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 +31123,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 +31139,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 +31164,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 +31189,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 +31214,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 +31239,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 +31288,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 +31298,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 +31335,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 +31355,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 +31390,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 +31399,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 +31429,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 +31467,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" @@ -30939,25 +31522,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 +31551,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 +31597,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" @@ -31066,7 +31649,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,7 +31661,7 @@ "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" @@ -31112,30 +31695,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 +31730,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 +31764,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 +31776,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 +31815,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 +31827,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" @@ -31278,7 +31861,7 @@ "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, Google recommends that you set the\n`returnPartialSuccess` parameter to `true`.", "flatPath": "projects/{project}/aggregated/reservations", "httpMethod": "GET", "id": "compute.reservations.aggregatedList", @@ -31287,30 +31870,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 +31905,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 +31945,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +32017,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 +32066,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 +32083,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +32108,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 +32118,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 +32148,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 +32188,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 +32219,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 +32237,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +32269,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 +32383,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +32425,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 +32434,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 +32469,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 +32516,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +32581,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 +32654,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +32672,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 +32682,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 +32719,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 +32760,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +32791,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 +32886,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 +32895,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 +32930,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 +32977,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33029,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33105,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 +33124,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 +33152,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 +33194,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 +33247,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 +33307,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 +33331,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33359,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 +33396,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 +33444,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 +33492,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 +33513,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 +33531,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 +33542,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 +33579,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 +33602,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 +33627,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33677,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33702,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 +33748,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 +33773,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33823,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33869,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33926,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 +33942,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +33969,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 +33999,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 +34061,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 +34070,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 +34105,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 +34144,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +34242,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 +34258,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +34290,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 +34320,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 +34336,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 +34345,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 +34375,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 +34391,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 +34408,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +34439,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 +34533,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 +34574,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 +34583,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 +34618,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 +34665,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +34735,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 +34784,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 +34808,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +34836,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 +34873,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 +34889,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 +34913,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 +34937,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 +35075,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +35103,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 +35120,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +35177,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 +35218,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 +35234,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +35252,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 +35261,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 +35291,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 +35307,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 +35344,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 +35423,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 +35432,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 +35467,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 +35506,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +35563,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 +35579,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +35597,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 +35606,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 +35636,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 +35656,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 +35665,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 +35700,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 +35722,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 +35739,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 +35777,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 +35810,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +35828,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 +35837,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 +35867,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 +35883,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 +35892,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 +35922,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 +35955,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 +35983,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 +35992,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 +36027,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 +36092,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 +36102,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 +36132,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 +36159,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 +36168,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 +36203,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 +36225,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 +36243,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +36272,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 +36315,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 +36364,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 +36381,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +36406,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 +36416,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 +36446,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 +36480,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 +36510,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 +36540,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 +36631,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 +36649,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +36691,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 +36700,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,12 +36735,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" @@ -36199,7 +36782,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +36829,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +36886,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 +36911,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 +36960,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 +36984,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37002,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 +37012,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 +37049,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 +37088,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 +37118,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 +37139,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 +37150,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 +37170,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37195,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 +37240,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 +37265,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37357,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37414,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 +37430,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37457,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 +37487,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 +37503,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 +37520,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37549,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 +37558,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 +37593,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 +37632,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37689,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 +37705,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37723,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 +37732,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 +37762,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 +37778,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 +37795,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37837,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +37866,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 +37875,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 +37910,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 +37949,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38006,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 +38022,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38040,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 +38049,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 +38079,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 +38095,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 +38112,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38154,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 +38195,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 +38236,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 +38261,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 +38278,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 +38319,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 +38348,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 +38357,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 +38392,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 +38432,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38504,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 +38521,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38546,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 +38556,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 +38586,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 +38609,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 +38627,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 +38733,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38783,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38808,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 +38817,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 +38852,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 +38899,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +38964,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 +39010,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 +39034,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39052,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 +39062,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 +39099,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 +39140,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39190,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39246,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39271,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 +39296,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 +39387,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39444,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 +39460,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39478,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 +39487,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 +39517,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 +39550,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 +39592,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 +39633,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39675,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 +39700,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 +39717,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 +39745,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 +39754,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 +39789,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 +39828,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39885,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 +39901,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +39919,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 +39928,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 +39958,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 +39991,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 +40033,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40062,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 +40071,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 +40106,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 +40153,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40218,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 +40242,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40260,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 +40270,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 +40307,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 +40323,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 +40348,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40377,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 +40386,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 +40421,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 +40460,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40517,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 +40533,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40551,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 +40568,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40593,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 +40602,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 +40632,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 +40648,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 +40665,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40690,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 +40707,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40732,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 +40773,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 +40782,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 +40817,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 +40864,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +40972,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 +40996,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +41014,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 +41024,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 +41061,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 +41077,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 +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" }, @@ -40594,7 +41177,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 +41186,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 +41221,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 +41268,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +41333,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 +41357,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +41375,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 +41385,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 +41422,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 +41438,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 +41463,7 @@ "type": "string" }, "requestId": { - "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "description": "An optional request ID to identify requests. Specify a unique request ID so\nthat if you must retry your request, the server will know to ignore the\nrequest if it has already been completed.\n\nFor example, consider a situation where you make an initial request and\nthe request times out. If you make the request again with the same\nrequest ID, the server can check if original operation with the same\nrequest ID was received, and if so, will ignore the second request. This\nprevents clients from accidentally creating duplicate commitments.\n\nThe request ID 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 +41489,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 +41755,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 +41794,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 +41826,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 +41836,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 +41866,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 +41889,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 +41900,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 +41980,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 +42010,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 +42028,15 @@ } } }, - "revision": "20250916", + "revision": "20250930", "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 +42044,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 +42064,18 @@ "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" }, "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 +42087,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 +42111,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 +42134,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 +42156,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 +42220,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 +42296,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 +42311,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 +42375,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 +42445,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 +42512,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 +42572,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 +42607,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 +42641,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 +42649,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 +42657,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 +42690,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 +42703,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 +42715,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 +42724,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 +42742,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 +42754,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 +42768,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 +42786,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 +42800,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 +42830,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 +42852,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 +42916,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 +42992,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 +43007,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 +43071,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 +43141,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 +43208,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 +43268,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 +43296,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 +43317,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 +43346,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 +43354,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 +43364,7 @@ "", "", "", + "", "" ], "type": "string" @@ -42540,8 +43377,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 +43405,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 +43499,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 +43514,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 +43529,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 +43540,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 +43562,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 +43585,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 +43596,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 +43610,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 +43631,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 +43664,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 +43675,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 +43703,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 +43722,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 +43744,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 +43764,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 +43775,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 +43783,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 +43809,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 +43854,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 +43891,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 +43922,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 +43947,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 +43963,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 +43997,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 +44009,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 +44019,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 +44083,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 +44159,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 +44174,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 +44238,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 +44305,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 +44332,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 +44366,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 +44433,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 +44497,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 +44517,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 +44535,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 +44549,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 +44560,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 +44584,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 +44623,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 +44631,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 +44647,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 +44655,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 +44684,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 +44700,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 +44776,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 +44788,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 +44811,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 +44833,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 +44843,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 +44870,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 +44881,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 +44889,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 +44947,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 +44969,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 +44983,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 are 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 +45016,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 +45027,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 +45091,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 +45158,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 +45168,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 +45179,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[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 +45212,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 +45235,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 +45293,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 +45319,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 +45335,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 +45358,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 +45368,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 +45390,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 +45466,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 +45511,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 +45572,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 +45590,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 +45654,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 +45718,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 +45729,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 +45737,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 +45795,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 +45810,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 are 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 +45827,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 +45841,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 +45867,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 +45875,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[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 +45912,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 +45920,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 +45930,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 +45943,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 +45952,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 +45966,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 +45996,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 +46004,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 +46031,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 +46046,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 +46110,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 +46186,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 +46201,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 +46265,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 +46325,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 +46338,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 +46357,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 +46372,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 +46388,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 +46417,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 +46432,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 +46451,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 +46469,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 +46487,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 +46504,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 +46571,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 +46634,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 +46674,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 +46734,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 +46751,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 +46781,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 +46809,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 +46851,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 +46892,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 +46920,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 +46955,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 +46972,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 +47010,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 +47068,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 +47100,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 +47130,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 +47147,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 +47162,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 +47173,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 +47194,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 +47226,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 +47248,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 +47270,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 +47284,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 +47310,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 +47325,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 +47336,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 +47354,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 +47366,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", @@ -46584,7 +47429,7 @@ "", "", "", - "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 +47453,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 +47475,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 +47539,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 +47615,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 +47630,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 +47694,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 +47758,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 +47775,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 +47842,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 +47933,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 +47946,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 +47961,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 +47980,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 +48278,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 +48305,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 +48341,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 +48376,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 +48419,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 +48460,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 +48487,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 +48496,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 +48506,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 +48559,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 +48631,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 +48674,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 +48696,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 +48760,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 +48823,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 +48851,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 +48867,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 +48878,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 +48908,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 +48923,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 +48987,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 +49050,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 +49068,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 +49116,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 +49137,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 +49152,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 +49160,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 +49187,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 +49209,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 +49273,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 +49349,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 +49364,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 +49428,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 +49498,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 +49565,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 +49628,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 +49672,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 +49739,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 +49802,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 +49834,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 +49842,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 +49868,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 +49892,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 +49921,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 +49966,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 +49981,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 +50045,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 +50105,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 +50153,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 +50165,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 +50174,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 +50186,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 +50204,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 +50243,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 +50254,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 +50318,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 +50403,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 +50427,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 +50451,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 +50474,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 +50498,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 +50520,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 +50574,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 +50589,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 +50653,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 +50717,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 +50743,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 +50761,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 +50778,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 +50845,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 +50916,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 +50956,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 +50996,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 +51012,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 +51046,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 +51121,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 +51181,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 +51205,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 +51311,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 +51332,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 +51378,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 +51405,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 +51427,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 +51446,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 +51456,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 +51464,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 +51494,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 +51536,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 +51569,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 +51586,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 +51610,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 +51635,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 +51672,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 +51681,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 +51693,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 +51743,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 +51765,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 +51829,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 +51909,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 +51920,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", @@ -50928,44 +51984,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": { @@ -50997,7 +52053,7 @@ "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.", + "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": { @@ -51009,7 +52065,7 @@ "type": "string" }, "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.", + "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" } }, @@ -51026,10 +52082,10 @@ "type": "array" }, "warning": { - "description": "Informational warning which replaces the list of forwarding rules when the list is empty.", + "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 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", @@ -51093,44 +52149,910 @@ 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": { + "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" + }, + "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", + "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": { @@ -51156,11 +53078,11 @@ "id": "GRPCHealthCheck", "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" }, @@ -51169,16 +53091,16 @@ "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 +53111,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 +53151,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 +53173,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 +53181,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 +53191,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 +53224,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 +53243,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 +53270,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 +53333,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 +53377,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 +53390,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 +53416,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 +53430,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 +53443,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 +53469,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 +53483,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 +53496,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 +53522,38 @@ "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" }, "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 +53567,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 +53581,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 +53594,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,12 +53607,12 @@ "$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", "HTTP", @@ -51712,7 +53634,7 @@ "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 +53662,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 +53673,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 +53737,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 +53797,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 +53822,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 +53894,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 +53919,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 +53934,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 +53998,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 +54078,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 +54096,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 +54160,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 +54230,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 +54297,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 +54367,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 +54391,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 +54410,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 +54425,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 +54440,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 +54471,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 +54490,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 +54519,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 +54545,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 +54558,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 +54566,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 +54574,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 +54628,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.", "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 +54675,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 +54736,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 +54769,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 +54780,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 +54844,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 +54908,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.", "type": "string" } }, @@ -53009,23 +54931,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 +54965,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 +54976,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 +54999,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 +55019,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 +55036,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 or regexMatch 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 or regexMatch must be\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 orregexMatch must be\nspecified.\n\nRegular expressions can only be used when the loadBalancingScheme is\nset to INTERNAL_SELF_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 +55163,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 +55181,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 +55214,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 +55225,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 +55289,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 +55349,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 +55367,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 +55380,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 +55389,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 +55426,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 +55450,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 +55473,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 +55502,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 +55549,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 +55565,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 +55579,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 +55605,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 +55616,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 +55680,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 +55747,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 +55786,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 +55794,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 +55805,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 +55813,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 +55828,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 +55840,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 +55868,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 +55880,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 +55913,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 +55929,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 +55958,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 +55977,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 +55995,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 +56017,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 +56037,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 +56063,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 +56085,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 +56149,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 +56231,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 +56249,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 +56281,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 +56310,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 +56337,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 +56359,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 +56423,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 +56499,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 +56514,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 +56578,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 +56638,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 +56670,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 +56695,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 +56722,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 +56750,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 +56766,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 +56779,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 +56798,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 +56815,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 +56892,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 +56921,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 +56985,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 +57049,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 +57062,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 +57076,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 +57093,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 +57104,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 +57147,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 +57162,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 +57226,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 +57286,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 +57298,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 +57313,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 +57345,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 +57359,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 +57369,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 +57380,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 +57401,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 +57418,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 +57430,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 +57438,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 +57459,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 +57494,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 +57509,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 +57573,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 +57636,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 +57646,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 +57673,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 +57686,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 +57695,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 +57709,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 +57723,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 +57733,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 +57743,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 +57773,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 +57789,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 +57807,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 +57825,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 +57843,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 +57857,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 +57878,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 +57894,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 +57920,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 +57938,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 +57958,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 +57975,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 +57992,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 +58063,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 +58127,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 +58140,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 +58153,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 +58166,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 +58240,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 +58303,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 +58313,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 +58331,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 +58344,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 +58361,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 +58379,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 +58417,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 +58432,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 +58496,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 +58559,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 +58590,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 +58664,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 +58727,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 +58758,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 +58773,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 +58837,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 +58913,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 +58928,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 +58992,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 +59060,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 +59073,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 +59090,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 +59135,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 +59151,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 +59168,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 +59223,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 +59246,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 +59279,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 +59294,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 +59314,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 +59324,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 +59362,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 +59401,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 +59410,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 +59450,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 +59461,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 +59525,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 +59601,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 +59616,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 +59680,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 +59743,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 +59817,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 +59906,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 +59943,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 +59974,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 +59989,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 +60005,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 +60101,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 +60168,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 +60231,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 +60261,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 +60281,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 +60295,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 +60329,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 +60339,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 +60357,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 +60370,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 +60388,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 +60422,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 +60443,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 +60471,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 +60493,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 +60557,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 +60637,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 +60648,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 +60712,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 +60793,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 +60860,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 +60920,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 +60937,30 @@ "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_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", "Media Access Control security (MACsec)" ], "type": "string" @@ -59044,22 +60968,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 +60994,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 +61036,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 +61048,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 +61060,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 +61083,28 @@ "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" }, "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 +61113,18 @@ "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_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", "Media Access Control security (MACsec)" ], "type": "string" @@ -59206,7 +61132,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 +61145,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 +61167,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 +61203,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 +61238,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 +61254,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 +61266,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 +61307,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 +61327,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 +61346,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 +61355,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 +61369,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 +61403,11 @@ }, "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" }, "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 +61415,58 @@ "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" }, "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 +61478,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 +61490,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,22 +61502,22 @@ ], "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.", "enum": [ "DEDICATED", "PARTNER", @@ -59598,7 +61531,7 @@ "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 +61555,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 +61577,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 +61641,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 +61704,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 +61742,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 +61776,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 +61810,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 +61820,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 +61848,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 +61880,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 +61912,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 +61934,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 +61974,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 +61998,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 +62050,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 +62058,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 +62068,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 +62132,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 +62234,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 +62242,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", @@ -60364,7 +62297,7 @@ "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 +62313,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 +62328,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 +62392,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": { @@ -60519,30 +62452,30 @@ "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 +62493,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 +62560,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 +62620,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 +62632,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 +62668,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 +62714,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 +62732,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 +62742,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 +62761,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 +62796,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 +62810,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 +62821,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 byAPI 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 +62851,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 +62865,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 +62880,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 +62890,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 +62918,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 +62941,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 +62980,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 +63006,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 +63036,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 +63060,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 +63081,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 +63112,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 +63142,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 +63150,32 @@ ], "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_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", "Media Access Control security (MACsec)" ], "type": "string" @@ -61248,7 +63183,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 +63234,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 +63242,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 +63252,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 +63316,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 +63426,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 +63466,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 +63481,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 +63545,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 +63605,26 @@ "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_MACSEC" ], "enumDescriptions": [ + "Cross-Site Networking", "Media Access Control security (MACsec)" ], "type": "string" @@ -61695,7 +63632,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 +63641,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 +63649,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 +63681,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 +63700,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 +63718,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 +63733,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 +63758,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 +63786,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 +63801,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 +63865,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,11 +63925,11 @@ "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" }, @@ -61987,10 +63942,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 +63957,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 +63975,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 +63989,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 +64012,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 +64031,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 +64042,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 +64055,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 +64067,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 +64079,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,11 +64093,11 @@ "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" } @@ -62150,27 +64105,27 @@ "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 +64143,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 +64155,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 +64200,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 +64211,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 +64219,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 +64237,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 +64282,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 +64298,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 +64313,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 +64377,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 +64440,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 +64471,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 +64511,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 +64533,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 +64569,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 +64592,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 +64614,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 +64632,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 +64641,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 +64685,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 +64712,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 +64723,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 +64787,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 +64860,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 +64882,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 +64900,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 +64914,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 +64938,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 +64946,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 +64972,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 +64984,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 +64997,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 +65011,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 +65022,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 +65055,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 +65086,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 +65101,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 +65165,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 +65225,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 +65238,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 +65261,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 +65307,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 +65321,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 +65344,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 +65366,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 +65430,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 +65506,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 +65521,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 +65585,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 +65655,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 +65722,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 +65786,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 +65803,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 +65836,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 +65851,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 +65905,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 +65924,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 +65935,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 +65956,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 +65988,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 +66003,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 +66019,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 +66030,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 +66040,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 +66075,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 +66094,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 +66144,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 +66172,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 +66202,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 +66231,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 +66248,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 +66264,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 +66275,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 +66285,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 +66309,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 +66337,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 +66372,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 +66402,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 +66413,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 +66477,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 +66541,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 +66573,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 +66609,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 +66620,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 +66684,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 +66754,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 +66821,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 +66885,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 +66951,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 +66973,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 +67037,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 +67107,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 +67174,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 +67245,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 +67266,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 +67274,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 +67286,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 +67342,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 +67373,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 +67400,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 +67422,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 +67486,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 +67546,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 +67614,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 +67629,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 +67693,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 +67753,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 +67782,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 +67823,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 +67853,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 +67928,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 +67991,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 +68065,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 +68128,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 +68158,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 +68180,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 +68244,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,21 +68308,21 @@ "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" }, @@ -66377,14 +68332,14 @@ "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 +68351,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 +68400,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 +68419,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 +68447,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 +68462,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 +68526,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 +68593,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 +68645,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 +68673,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 +68690,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 +68719,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 +68731,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 +68747,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 +68765,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 +68773,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 +68813,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 +68825,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 +68882,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 +68897,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 +68909,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 +68981,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" @@ -67206,7 +69161,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", @@ -67275,8 +69230,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 +69253,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 +69344,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 +69356,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 +69366,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 +69430,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 +69490,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 +69510,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 +69522,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 +69538,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 +69556,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 +69570,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 +69583,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 +69604,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 +69619,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 +69683,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 +69691,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 +69703,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 +69737,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 +69748,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 +69784,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 +69807,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 +69829,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 +69893,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 +69956,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 +69966,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 +70001,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 +70016,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 +70080,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 +70140,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 +70291,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 +70306,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 +70370,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 +70457,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 +70524,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 +70587,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 +70607,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 +70631,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 +70645,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 +70674,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 +70683,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 +70725,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 +70747,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 +70811,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 +70887,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 +70902,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 +70966,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 +71051,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 +71118,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 +71178,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 +71186,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 +71198,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 +71223,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 +71237,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 +71260,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 +71282,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 +71346,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 +71422,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 +71437,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 +71501,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 +71571,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 +71638,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 +71698,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 +71740,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 +71783,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 +71798,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 +71862,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 +71922,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 +71934,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 +71953,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 +71974,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 +71990,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 +72012,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 +72020,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 +72042,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 +72063,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 +72148,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 +72207,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 +72217,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 +72230,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 +72252,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 +72316,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 +72380,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 +72392,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 +72407,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 +72471,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 +72541,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 +72608,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 +72679,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 +72794,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 +72805,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 +72837,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 +72856,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 +72867,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 +72907,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 +72925,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 +72989,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 +73052,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 +73086,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 +73113,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 +73128,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 +73192,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 +73255,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 +73282,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 +73296,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 +73331,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 +73398,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 +73458,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 +73507,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 +73523,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 +73540,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 +73563,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 +73576,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 +73587,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 +73627,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 +73658,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 +73670,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 +73692,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 +73718,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 +73743,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 +73751,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 +73797,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 +73805,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 +73815,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 +73879,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 +73954,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 +74021,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 +74040,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 +74056,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 +74078,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 +74104,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 +74123,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 +74162,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 +74183,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 +74222,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 +74232,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 +74242,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 +74260,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 +74296,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 +74330,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 +74374,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 +74389,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 +74453,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 +74529,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 +74555,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 +74600,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 +74608,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 +74625,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 +74649,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 +74660,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 +74683,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 +74712,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 +74776,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 +74851,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 +74866,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 +74930,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 +75003,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 +75031,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 +75047,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 +75076,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 +75143,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 +75548,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 +75571,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 +75595,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 +75609,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 +75628,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 +75644,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 +75658,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 +75725,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 +75793,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 +75809,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 +75822,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 +75853,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 +75864,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 +75928,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 +76003,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 +76018,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 +76082,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 +76182,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 +76209,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 +76220,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 +76284,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 +76348,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 +76374,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 +76389,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 +76453,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 +76517,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 +76531,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 +76544,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 +76558,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 +76579,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 +76595,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 +76621,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 +76645,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 +76662,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 +76733,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 +76803,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 +76813,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 +76826,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 +76839,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 +76857,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 +76867,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 +76880,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 +76897,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 +76930,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 +76941,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 +77005,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 +77068,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 +77080,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 +77091,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 +77122,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 +77137,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 +77201,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 +77290,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 +77325,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 +77337,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 +77363,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 +77381,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 +77403,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 +77423,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 +77439,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 +77479,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 +77509,19 @@ "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" }, "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 +77542,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 +77552,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 +77575,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 +77599,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 +77613,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 +77623,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 +77664,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 +77682,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 +77746,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 +77810,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 +77823,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 +77850,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 +78004,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 +78019,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 +78083,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 +78146,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 +78158,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 +78173,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 +78237,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": { @@ -76304,12 +78301,12 @@ "id": "ReservationSubBlock", "properties": { "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 +78314,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 +78381,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 +78405,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 +78456,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 +78471,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 +78535,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": { @@ -76675,10 +78672,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 +78694,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 +78708,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 +78726,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 +78793,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 +78853,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 +78890,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 +78907,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 +78974,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 +79034,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 +79053,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 +79063,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 +79072,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 +79141,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 +79159,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 +79223,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 +79287,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 +79309,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 +79330,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 +79346,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 +79374,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 +79406,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 +79418,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 +79433,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 +79497,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 +79557,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 +79571,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 +79591,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 +79610,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 +79643,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 +79658,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 +79689,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 +79713,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 +79728,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 +79753,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 +79761,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 +79829,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 +79866,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 +79874,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 +79885,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 +79898,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 +79917,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 +79931,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 +79965,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 +79979,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 +79988,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,7 +79996,7 @@ "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" }, @@ -77998,14 +80010,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 +80044,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 +80112,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 +80185,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 +80224,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 +80235,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 +80299,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 +80366,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 +80380,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 +80421,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 +80432,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 +80440,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 +80472,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 +80488,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 +80511,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 +80561,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 +80579,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 +80643,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 +80706,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 +80718,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 +80731,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 +80770,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 +80783,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 +80799,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 +80823,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 +80861,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 +80882,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 +80892,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 +80909,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 +80919,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 +80954,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 +80964,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 +80980,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 +81005,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 +81042,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 +81057,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 +81121,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 +81189,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 +81199,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 +81219,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 +81248,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 +81266,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 +81314,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 +81323,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 +81390,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 +81418,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 +81433,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 +81472,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 +81517,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 +81527,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 +81573,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 +81622,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 +81652,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 +81682,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 +81724,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 +81738,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 +81799,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 +81833,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 +81897,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 +81963,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 +81997,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 +82061,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 +82141,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 +82208,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 +82271,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 +82280,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 +82306,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 +82342,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 +82371,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 +82382,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 +82398,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 +82415,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 +82449,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 +82457,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 +82480,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 +82496,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 +82511,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 +82540,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 +82578,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 +82590,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 +82598,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 +82617,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 +82641,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 +82661,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 +82687,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 +82709,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 +82773,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 +82852,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 +82919,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 +82988,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 +83005,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,11 +83039,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" }, "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" }, @@ -81039,11 +83051,11 @@ "$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 +83066,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 +83085,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 +83106,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 +83126,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 +83167,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 +83182,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 +83215,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 +83242,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 +83255,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 +83340,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 +83415,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 +83478,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 +83494,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 +83550,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 +83574,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 +83606,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 +83620,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 +83629,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 +83646,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 +83686,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 +83717,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 +83743,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 +83797,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 +83816,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 +83859,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 +83888,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 +83944,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 +83966,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 +83982,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 +83990,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 +84008,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 +84034,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 +84047,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 +84092,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 +84117,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 +84177,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 +84190,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 +84203,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 +84215,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 +84243,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 +84261,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 +84325,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 +84397,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 +84426,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 +84440,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 +84471,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 +84486,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 +84550,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 +84620,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 +84687,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 +84757,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 +84768,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 +84801,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 +84828,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 +84839,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" } }, @@ -82847,16 +84859,16 @@ "properties": { "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 +84889,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 +84904,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 +84934,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 +84947,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 +84965,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 +84998,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 +85010,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 +85027,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 +85050,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 +85070,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 +85119,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 +85136,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 +85166,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 +85177,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 +85241,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 +85308,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 +85319,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 +85331,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 +85343,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 +85358,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 +85369,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 +85393,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 +85444,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 +85464,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 +85475,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 +85501,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 +85515,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 +85536,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 +85576,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 +85598,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 +85662,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 +85742,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 +85753,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 +85817,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 +85895,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 +85923,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 +85940,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 +85961,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 +86028,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 +86107,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 +86129,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 +86193,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 +86268,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 +86283,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 +86347,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 +86429,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 +86496,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 +86556,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 +86582,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 +86644,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 +86712,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 +86777,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 +86800,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 +86824,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 +86842,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 +86857,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 +86866,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 +86878,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 +86897,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 +86929,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 +86938,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 +86951,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 +86962,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 +86989,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 +87013,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 +87039,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 +87061,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 +87125,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 +87195,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 +87217,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 +87244,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 +87280,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 +87292,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 +87302,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 +87366,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 +87444,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 +87456,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 +87466,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 +87530,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 +87599,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 +87608,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 +87623,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 +87638,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 +87649,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 +87701,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 +87726,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 +87749,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 +87764,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 +87828,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 +87904,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 +87919,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 +87983,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 +88053,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 +88120,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 +88190,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 +88257,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 +88317,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 +88379,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 +88392,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 +88443,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 +88454,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 +88462,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 +88474,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 +88485,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 +88494,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 +88511,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 +88519,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 +88528,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 +88551,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 +88573,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 +88637,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 +88713,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 +88728,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 +88792,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 +88856,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 +88876,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 +88903,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 +88920,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 +88931,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 +88946,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 +88962,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 +89007,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 +89024,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 +89091,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 +89161,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 +89225,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 +89294,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 +89303,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 +89315,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 +89324,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 +89350,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 +89365,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 +89381,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 +89413,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 +89426,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 +89452,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 +89467,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 +89531,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 +89601,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 +89668,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 +89728,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 +89777,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 +89800,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 +89838,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 +89853,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 +89917,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 +89987,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 +90054,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 +90117,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 +90136,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 +90147,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 +90157,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 +90215,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 +90228,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 +90251,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 +90282,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 +90304,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 +90368,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 +90444,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 +90459,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 +90523,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 +90583,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 +90624,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 +90636,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 +90663,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 +90681,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 +90745,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 +90825,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 +90836,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 +90900,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 +90970,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 +91037,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 +91097,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 +91138,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 +91151,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 +91159,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 +91172,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 +91204,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 +91226,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 +91290,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 +91360,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 +91383,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 +91398,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 +91462,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 +91538,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 +91551,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 +91584,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 +91651,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 +91733,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 +91743,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 +91761,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 +91771,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 +91822,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 +91856,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 +91867,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 +91931,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 +92001,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 +92068,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 +92141,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 +92156,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 +92199,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 +92230,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 +92252,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 +92316,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 +92396,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 +92407,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 +92471,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 +92531,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 +92568,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 +92577,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 +92587,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 +92599,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 +92615,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 +92641,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 +92663,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 +92727,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 +92803,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 +92818,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 +92882,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 +92952,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 +93019,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 +93082,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 +93129,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 +93142,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 +93174,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": { @@ -91189,8 +93205,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.", @@ -91230,60 +93246,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 +93309,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 +93331,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 +93339,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 +93369,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 +93380,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 +93444,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 +93521,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 +93545,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 +93577,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 +93587,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 +93614,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 +93632,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 +93696,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 +93766,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 +93833,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 +93896,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 +93905,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 +93929,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 +93952,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 +93964,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 +93992,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 +94003,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 +94022,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 +94051,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 +94061,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 +94073,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 +94102,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 +94166,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 +94226,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 +94262,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 +94293,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 +94308,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 +94344,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 +94371,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 +94435,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 +94495,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 +94519,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 +94537,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 +94546,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 +94556,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 +94568,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 +94608,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 +94630,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 +94694,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 +94770,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 +94785,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 +94849,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 +94922,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 +94960,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 +94972,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 +95002,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 +95041,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 +95108,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 +95168,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 +95188,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 +95211,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 +95227,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 +95268,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 +95276,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 +95293,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 +95305,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 +95342,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 +95364,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 +95428,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 +95516,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 +95531,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 +95595,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 +95719,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 +95786,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 +95849,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 +95863,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 +95873,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 +95885,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 +96287,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 +96302,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 +96366,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 +96430,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 +96449,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 +96460,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 +96472,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 +96494,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 +96533,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 +96544,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 +96608,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 +96671,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" }, @@ -94306,20 +96689,20 @@ "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/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/contactcenterinsights.v1.json b/DiscoveryJson/contactcenterinsights.v1.json index 36899424d99..5f6945569b8 100644 --- a/DiscoveryJson/contactcenterinsights.v1.json +++ b/DiscoveryJson/contactcenterinsights.v1.json @@ -2440,7 +2440,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" @@ -5648,7 +5648,7 @@ } } }, - "revision": "20250926", + "revision": "20251007", "rootUrl": "https://contactcenterinsights.googleapis.com/", "schemas": { "GoogleCloudContactcenterinsightsV1Analysis": { @@ -9372,11 +9372,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 +9390,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", @@ -10445,6 +10429,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." @@ -13388,11 +13376,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 +13394,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", diff --git a/DiscoveryJson/dataflow.v1b3.json b/DiscoveryJson/dataflow.v1b3.json index f5d53a2d041..6619324a008 100644 --- a/DiscoveryJson/dataflow.v1b3.json +++ b/DiscoveryJson/dataflow.v1b3.json @@ -2260,7 +2260,7 @@ } } }, - "revision": "20250922", + "revision": "20251003", "rootUrl": "https://dataflow.googleapis.com/", "schemas": { "ApproximateProgress": { @@ -3372,7 +3372,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.v1beta1.json b/DiscoveryJson/dataform.v1beta1.json index 1764a494a2e..ba1ef714aa9 100644 --- a/DiscoveryJson/dataform.v1beta1.json +++ b/DiscoveryJson/dataform.v1beta1.json @@ -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": "20251007", "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", @@ -4016,6 +4484,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 +4581,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..e6141ad08f4 100644 --- a/DiscoveryJson/datafusion.v1.json +++ b/DiscoveryJson/datafusion.v1.json @@ -144,7 +144,7 @@ ], "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.", + "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" @@ -743,7 +743,7 @@ } } }, - "revision": "20250901", + "revision": "20251006", "rootUrl": "https://datafusion.googleapis.com/", "schemas": { "Accelerator": { diff --git a/DiscoveryJson/datafusion.v1beta1.json b/DiscoveryJson/datafusion.v1beta1.json index 9c25394254d..cc205a6892d 100644 --- a/DiscoveryJson/datafusion.v1beta1.json +++ b/DiscoveryJson/datafusion.v1beta1.json @@ -144,7 +144,7 @@ ], "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.", + "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" @@ -941,7 +941,7 @@ } } }, - "revision": "20250901", + "revision": "20251006", "rootUrl": "https://datafusion.googleapis.com/", "schemas": { "Accelerator": { diff --git a/DiscoveryJson/datastore.v1.json b/DiscoveryJson/datastore.v1.json index 9a8d05fb0e3..31045d0f6a3 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,25 @@ "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" } ], "fullyEncodeReservedExpansion": true, @@ -1080,6 +1090,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 +1111,7 @@ } } }, - "revision": "20250918", + "revision": "20251001", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "Aggregation": { @@ -2221,6 +2236,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..03f2e7a03a6 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,25 @@ "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" } ], "fullyEncodeReservedExpansion": true, @@ -610,7 +620,7 @@ } } }, - "revision": "20250918", + "revision": "20251001", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "GoogleDatastoreAdminV1CommonMetadata": { diff --git a/DiscoveryJson/datastore.v1beta3.json b/DiscoveryJson/datastore.v1beta3.json index 6c267c3898e..3c25e56afb3 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,25 @@ "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" } ], "fullyEncodeReservedExpansion": true, @@ -778,7 +788,7 @@ } } }, - "revision": "20250918", + "revision": "20251001", "rootUrl": "https://datastore.googleapis.com/", "schemas": { "Aggregation": { diff --git a/DiscoveryJson/developerconnect.v1.json b/DiscoveryJson/developerconnect.v1.json index d4388e9f737..75c3d212a2d 100644 --- a/DiscoveryJson/developerconnect.v1.json +++ b/DiscoveryJson/developerconnect.v1.json @@ -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", @@ -1606,7 +1606,7 @@ } } }, - "revision": "20250929", + "revision": "20251003", "rootUrl": "https://developerconnect.googleapis.com/", "schemas": { "AccountConnector": { @@ -2064,12 +2064,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" }, diff --git a/DiscoveryJson/dialogflow.v2.json b/DiscoveryJson/dialogflow.v2.json index f71ed229bc7..3a16a6f0b3a 100644 --- a/DiscoveryJson/dialogflow.v2.json +++ b/DiscoveryJson/dialogflow.v2.json @@ -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": "20251007", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -19296,6 +19458,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", @@ -21503,6 +21683,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 +22002,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", diff --git a/DiscoveryJson/dialogflow.v2beta1.json b/DiscoveryJson/dialogflow.v2beta1.json index c416bec0914..d2b3b971456 100644 --- a/DiscoveryJson/dialogflow.v2beta1.json +++ b/DiscoveryJson/dialogflow.v2beta1.json @@ -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": "20251007", "rootUrl": "https://dialogflow.googleapis.com/", "schemas": { "GoogleCloudDialogflowCxV3AdvancedSettings": { @@ -21830,6 +21992,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", @@ -24375,6 +24555,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 +24874,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/discoveryengine.v1alpha.json b/DiscoveryJson/discoveryengine.v1alpha.json index 1b79a8ac4cd..90b0557f76a 100644 --- a/DiscoveryJson/discoveryengine.v1alpha.json +++ b/DiscoveryJson/discoveryengine.v1alpha.json @@ -918,6 +918,32 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "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" + ] + }, "getConnectorSecret": { "description": "Get the secret for the associated connector.", "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataConnector:getConnectorSecret", @@ -4241,6 +4267,31 @@ "https://www.googleapis.com/auth/cloud-platform" ] }, + "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" + ] + }, "list": { "description": "Lists all the Engines associated with the project.", "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines", @@ -10084,7 +10135,7 @@ } } }, - "revision": "20250929", + "revision": "20251008", "rootUrl": "https://discoveryengine.googleapis.com/", "schemas": { "ApiservingMediaRequestInfo": { @@ -17903,6 +17954,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", @@ -28523,6 +28585,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", diff --git a/DiscoveryJson/dlp.v2.json b/DiscoveryJson/dlp.v2.json index 944c4e2661b..c01ceefb11d 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 `>`. 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" }, @@ -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 `>`. 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" }, @@ -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 `>`. 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 `>`. 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" }, @@ -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 `>`. 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" }, @@ -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 `>`. 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" }, @@ -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 `>`. 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 `>`. 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": "20251004", "rootUrl": "https://dlp.googleapis.com/", "schemas": { "GooglePrivacyDlpV2Action": { @@ -8664,7 +8664,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 +10810,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 +11149,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 +11399,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 +11418,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" diff --git a/DiscoveryJson/documentai.v1.json b/DiscoveryJson/documentai.v1.json index 312d18344ff..a4be946bafe 100644 --- a/DiscoveryJson/documentai.v1.json +++ b/DiscoveryJson/documentai.v1.json @@ -1053,7 +1053,7 @@ } } }, - "revision": "20250929", + "revision": "20251007", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "CloudAiDocumentaiLabHifiaToolsValidationValidatorInput": { @@ -2504,6 +2504,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": "GoogleCloudDocumentaiV1DocumentEntitiesRevision" + }, + "type": "array" + }, "entityRelations": { "description": "Placeholder. Relationship among Document.entities.", "items": { @@ -2511,6 +2522,10 @@ }, "type": "array" }, + "entityValidationOutput": { + "$ref": "GoogleCloudDocumentaiV1DocumentEntityValidationOutput", + "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." @@ -2843,6 +2858,28 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1DocumentEntitiesRevision": { + "description": "Entity revision.", + "id": "GoogleCloudDocumentaiV1DocumentEntitiesRevision", + "properties": { + "entities": { + "description": "The entities in this revision.", + "items": { + "$ref": "GoogleCloudDocumentaiV1DocumentEntity" + }, + "type": "array" + }, + "entityValidationOutput": { + "$ref": "GoogleCloudDocumentaiV1DocumentEntityValidationOutput", + "description": "The entity validation output for this revision." + }, + "revisionId": { + "description": "The revision id.", + "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", @@ -2975,6 +3012,61 @@ }, "type": "object" }, + "GoogleCloudDocumentaiV1DocumentEntityValidationOutput": { + "description": "The output of the validation given the document and the validation rules.", + "id": "GoogleCloudDocumentaiV1DocumentEntityValidationOutput", + "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": "GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult" + }, + "type": "array" + } + }, + "type": "object" + }, + "GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult": { + "description": "Validation result for a single validation rule.", + "id": "GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult", + "properties": { + "ruleDescription": { + "description": "The description of the validation rule.", + "type": "string" + }, + "ruleName": { + "description": "The 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" + }, "GoogleCloudDocumentaiV1DocumentOutputConfig": { "description": "Config that controls the output of documents. All documents will be written as a JSON file.", "id": "GoogleCloudDocumentaiV1DocumentOutputConfig", diff --git a/DiscoveryJson/documentai.v1beta3.json b/DiscoveryJson/documentai.v1beta3.json index 395f6395d8f..3d019874f26 100644 --- a/DiscoveryJson/documentai.v1beta3.json +++ b/DiscoveryJson/documentai.v1beta3.json @@ -1295,7 +1295,7 @@ } } }, - "revision": "20250929", + "revision": "20251007", "rootUrl": "https://documentai.googleapis.com/", "schemas": { "CloudAiDocumentaiLabHifiaToolsValidationValidatorInput": { @@ -3396,6 +3396,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 +3414,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 +3880,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", @@ -3997,6 +4034,61 @@ }, "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": { + "ruleDescription": { + "description": "The description of the validation rule.", + "type": "string" + }, + "ruleName": { + "description": "The 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", diff --git a/DiscoveryJson/eventarc.v1.json b/DiscoveryJson/eventarc.v1.json index 7280fd4e3ea..3ddc68fbb91 100644 --- a/DiscoveryJson/eventarc.v1.json +++ b/DiscoveryJson/eventarc.v1.json @@ -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": "20251007", "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..f30ba93d5cc 100644 --- a/DiscoveryJson/file.v1.json +++ b/DiscoveryJson/file.v1.json @@ -908,7 +908,7 @@ } } }, - "revision": "20250910", + "revision": "20250929", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -1142,6 +1142,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" diff --git a/DiscoveryJson/file.v1beta1.json b/DiscoveryJson/file.v1beta1.json index 5b486b90334..c3e2e785413 100644 --- a/DiscoveryJson/file.v1beta1.json +++ b/DiscoveryJson/file.v1beta1.json @@ -1131,7 +1131,7 @@ } } }, - "revision": "20250910", + "revision": "20250929", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -1380,6 +1380,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" diff --git a/DiscoveryJson/firestore.v1.json b/DiscoveryJson/firestore.v1.json index f1a62f66e88..0d864c08fbd 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,25 @@ "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" } ], "fullyEncodeReservedExpansion": true, @@ -2003,6 +2013,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", @@ -2391,7 +2406,7 @@ } } }, - "revision": "20250918", + "revision": "20251001", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Aggregation": { @@ -3588,8 +3603,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.", @@ -4678,6 +4693,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..4a6cbce3d7d 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,25 @@ "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" } ], "fullyEncodeReservedExpansion": true, @@ -1392,7 +1402,7 @@ } } }, - "revision": "20250918", + "revision": "20251001", "rootUrl": "https://firestore.googleapis.com/", "schemas": { "Aggregation": { diff --git a/DiscoveryJson/firestore.v1beta2.json b/DiscoveryJson/firestore.v1beta2.json index 6b11524dc70..778bbfcd022 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,25 @@ "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" } ], "fullyEncodeReservedExpansion": true, @@ -857,7 +867,7 @@ } } }, - "revision": "20250918", + "revision": "20251001", "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..da9176a1188 100644 --- a/DiscoveryJson/gkebackup.v1.json +++ b/DiscoveryJson/gkebackup.v1.json @@ -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": "20251001", "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..c7daf11cd48 100644 --- a/DiscoveryJson/gkehub.v1.json +++ b/DiscoveryJson/gkehub.v1.json @@ -2122,7 +2122,7 @@ } } }, - "revision": "20250925", + "revision": "20251002", "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..c4af8134710 100644 --- a/DiscoveryJson/gkehub.v1alpha.json +++ b/DiscoveryJson/gkehub.v1alpha.json @@ -2266,7 +2266,7 @@ } } }, - "revision": "20250925", + "revision": "20251002", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceFeatureSpec": { @@ -3722,6 +3722,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.v1beta.json b/DiscoveryJson/gkehub.v1beta.json index 85ac0ac8c4c..386670a5558 100644 --- a/DiscoveryJson/gkehub.v1beta.json +++ b/DiscoveryJson/gkehub.v1beta.json @@ -2122,7 +2122,7 @@ } } }, - "revision": "20250925", + "revision": "20251002", "rootUrl": "https://gkehub.googleapis.com/", "schemas": { "AppDevExperienceFeatureSpec": { @@ -3454,6 +3454,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.v2.json b/DiscoveryJson/gkehub.v2.json index 54c990521ed..736669d7e1e 100644 --- a/DiscoveryJson/gkehub.v2.json +++ b/DiscoveryJson/gkehub.v2.json @@ -482,7 +482,7 @@ } } }, - "revision": "20250925", + "revision": "20251002", "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..b6fef25913a 100644 --- a/DiscoveryJson/gkehub.v2alpha.json +++ b/DiscoveryJson/gkehub.v2alpha.json @@ -482,7 +482,7 @@ } } }, - "revision": "20250925", + "revision": "20251002", "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..62afc697d43 100644 --- a/DiscoveryJson/gkehub.v2beta.json +++ b/DiscoveryJson/gkehub.v2beta.json @@ -482,7 +482,7 @@ } } }, - "revision": "20250925", + "revision": "20251002", "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/healthcare.v1.json b/DiscoveryJson/healthcare.v1.json index 1c67929f747..3db33869769 100644 --- a/DiscoveryJson/healthcare.v1.json +++ b/DiscoveryJson/healthcare.v1.json @@ -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, @@ -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", @@ -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": "20251001", "rootUrl": "https://healthcare.googleapis.com/", "schemas": { "AccessDeterminationLogConfig": { @@ -7711,6 +7716,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..9b6683f9059 100644 --- a/DiscoveryJson/healthcare.v1beta1.json +++ b/DiscoveryJson/healthcare.v1beta1.json @@ -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, @@ -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", @@ -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": "20251001", "rootUrl": "https://healthcare.googleapis.com/", "schemas": { "AccessDeterminationLogConfig": { @@ -8697,6 +8702,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..0afbce92196 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": "20251003", "rootUrl": "https://iam.googleapis.com/", "schemas": { "AccessRestrictions": { diff --git a/DiscoveryJson/looker.v1.json b/DiscoveryJson/looker.v1.json index 10df4c68553..6536bebea32 100644 --- a/DiscoveryJson/looker.v1.json +++ b/DiscoveryJson/looker.v1.json @@ -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 e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field 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", @@ -710,7 +715,7 @@ } } }, - "revision": "20250906", + "revision": "20251001", "rootUrl": "https://looker.googleapis.com/", "schemas": { "AdminSettings": { @@ -1279,6 +1284,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.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.products_v1.json b/DiscoveryJson/merchantapi.products_v1.json index a23ba8170b5..86b704cdba5 100644 --- a/DiscoveryJson/merchantapi.products_v1.json +++ b/DiscoveryJson/merchantapi.products_v1.json @@ -281,7 +281,7 @@ } } }, - "revision": "20251002", + "revision": "20251007", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "AutomatedDiscounts": { @@ -769,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", @@ -1358,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" @@ -2208,6 +2238,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/merchantapi.products_v1beta.json b/DiscoveryJson/merchantapi.products_v1beta.json index f9bfe79c706..68075cf24cf 100644 --- a/DiscoveryJson/merchantapi.products_v1beta.json +++ b/DiscoveryJson/merchantapi.products_v1beta.json @@ -281,7 +281,7 @@ } } }, - "revision": "20250811", + "revision": "20251007", "rootUrl": "https://merchantapi.googleapis.com/", "schemas": { "Attributes": { @@ -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/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/netapp.v1.json b/DiscoveryJson/netapp.v1.json index a7d31dcb045..92588517f3d 100644 --- a/DiscoveryJson/netapp.v1.json +++ b/DiscoveryJson/netapp.v1.json @@ -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": "20251009", "rootUrl": "https://netapp.googleapis.com/", "schemas": { "ActiveDirectory": { @@ -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" @@ -4594,7 +4606,8 @@ "UPDATING", "RESTORING", "DISABLED", - "ERROR" + "ERROR", + "DEGRADED" ], "enumDescriptions": [ "Unspecified Storage Pool State", @@ -4604,7 +4617,8 @@ "Storage Pool State is Updating", "Storage Pool State is Restoring", "Storage Pool State is Disabled", - "Storage Pool State is Error" + "Storage Pool State is Error", + "Storage Pool State is Degraded The storage pool is operational, but with reduced performance." ], "readOnly": true, "type": "string" diff --git a/DiscoveryJson/netapp.v1beta1.json b/DiscoveryJson/netapp.v1beta1.json index 2df9a279f27..693c00203ad 100644 --- a/DiscoveryJson/netapp.v1beta1.json +++ b/DiscoveryJson/netapp.v1beta1.json @@ -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": "20251009", "rootUrl": "https://netapp.googleapis.com/", "schemas": { "ActiveDirectory": { @@ -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" @@ -4648,7 +4660,8 @@ "UPDATING", "RESTORING", "DISABLED", - "ERROR" + "ERROR", + "DEGRADED" ], "enumDescriptions": [ "Unspecified Storage Pool State", @@ -4658,7 +4671,8 @@ "Storage Pool State is Updating", "Storage Pool State is Restoring", "Storage Pool State is Disabled", - "Storage Pool State is Error" + "Storage Pool State is Error", + "Storage Pool State is Degraded The storage pool is operational, but with reduced performance." ], "readOnly": true, "type": "string" 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/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/places.v1.json b/DiscoveryJson/places.v1.json index 40e91fd3c8b..685d4b505f2 100644 --- a/DiscoveryJson/places.v1.json +++ b/DiscoveryJson/places.v1.json @@ -280,7 +280,7 @@ } } }, - "revision": "20250921", + "revision": "20251007", "rootUrl": "https://places.googleapis.com/", "schemas": { "GoogleGeoTypeViewport": { @@ -1554,7 +1554,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": { 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/pubsublite.v1.json b/DiscoveryJson/pubsublite.v1.json index afee25f2c43..2671aba7c49 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 e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field 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/admin/{+name}/operations", @@ -1040,7 +1045,7 @@ } } }, - "revision": "20241116", + "revision": "20251003", "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 e.g. when attempting to list all resources across all supported locations.", + "items": { + "type": "string" + }, + "type": "array" } }, "type": "object" diff --git a/DiscoveryJson/redis.v1.json b/DiscoveryJson/redis.v1.json index bd3d37ebf2c..91bf4fe5017 100644 --- a/DiscoveryJson/redis.v1.json +++ b/DiscoveryJson/redis.v1.json @@ -1073,7 +1073,7 @@ } } }, - "revision": "20250930", + "revision": "20251007", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -1545,6 +1545,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 +1587,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.", diff --git a/DiscoveryJson/redis.v1beta1.json b/DiscoveryJson/redis.v1beta1.json index 37f59c6d1c8..c77e8a7145c 100644 --- a/DiscoveryJson/redis.v1beta1.json +++ b/DiscoveryJson/redis.v1beta1.json @@ -1073,7 +1073,7 @@ } } }, - "revision": "20250930", + "revision": "20251007", "rootUrl": "https://redis.googleapis.com/", "schemas": { "AOFConfig": { @@ -1545,6 +1545,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 +1587,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.", diff --git a/DiscoveryJson/run.v1.json b/DiscoveryJson/run.v1.json index bb07e15bbb6..f55042341e1 100644 --- a/DiscoveryJson/run.v1.json +++ b/DiscoveryJson/run.v1.json @@ -2907,7 +2907,7 @@ } } }, - "revision": "20250929", + "revision": "20251003", "rootUrl": "https://run.googleapis.com/", "schemas": { "Addressable": { @@ -6126,7 +6126,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..8d1085688a4 100644 --- a/DiscoveryJson/run.v2.json +++ b/DiscoveryJson/run.v2.json @@ -1942,7 +1942,7 @@ } } }, - "revision": "20250929", + "revision": "20251003", "rootUrl": "https://run.googleapis.com/", "schemas": { "GoogleCloudRunV2BinaryAuthorization": { @@ -3355,7 +3355,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": { diff --git a/DiscoveryJson/secretmanager.v1.json b/DiscoveryJson/secretmanager.v1.json index bbb380c3801..d33b5a99b7e 100644 --- a/DiscoveryJson/secretmanager.v1.json +++ b/DiscoveryJson/secretmanager.v1.json @@ -81,6 +81,11 @@ "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/", @@ -1306,7 +1311,7 @@ } } }, - "revision": "20250926", + "revision": "20251004", "rootUrl": "https://secretmanager.googleapis.com/", "schemas": { "AccessSecretVersionResponse": { diff --git a/DiscoveryJson/secretmanager.v1beta1.json b/DiscoveryJson/secretmanager.v1beta1.json index 3ede650bde3..fc2d23f07a8 100644 --- a/DiscoveryJson/secretmanager.v1beta1.json +++ b/DiscoveryJson/secretmanager.v1beta1.json @@ -81,6 +81,11 @@ "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/", @@ -826,7 +831,7 @@ } } }, - "revision": "20250926", + "revision": "20251004", "rootUrl": "https://secretmanager.googleapis.com/", "schemas": { "AccessSecretVersionResponse": { diff --git a/DiscoveryJson/secretmanager.v1beta2.json b/DiscoveryJson/secretmanager.v1beta2.json index cff8b490dcf..6e4a5a01e90 100644 --- a/DiscoveryJson/secretmanager.v1beta2.json +++ b/DiscoveryJson/secretmanager.v1beta2.json @@ -81,6 +81,11 @@ "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/", @@ -1306,7 +1311,7 @@ } } }, - "revision": "20250926", + "revision": "20251004", "rootUrl": "https://secretmanager.googleapis.com/", "schemas": { "AccessSecretVersionResponse": { diff --git a/DiscoveryJson/securitycenter.v1.json b/DiscoveryJson/securitycenter.v1.json index 2c7b46ba19a..d564c7d7f52 100644 --- a/DiscoveryJson/securitycenter.v1.json +++ b/DiscoveryJson/securitycenter.v1.json @@ -3006,6 +3006,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 +5943,7 @@ } } }, - "revision": "20250915", + "revision": "20251006", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -6848,6 +6853,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 +10008,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 +11461,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", @@ -12239,6 +12277,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 +12418,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -12564,6 +12604,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 +12745,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -13602,6 +13644,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 +14110,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 +14643,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 +14893,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 +15034,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -15125,6 +15220,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 +15361,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -16192,6 +16289,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..076fa32048f 100644 --- a/DiscoveryJson/securitycenter.v1beta1.json +++ b/DiscoveryJson/securitycenter.v1beta1.json @@ -460,6 +460,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 +918,7 @@ } } }, - "revision": "20250915", + "revision": "20251006", "rootUrl": "https://securitycenter.googleapis.com/", "schemas": { "Access": { @@ -1635,6 +1640,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 +4678,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 +6131,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", @@ -6909,6 +6947,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 +7088,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -7234,6 +7274,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 +7415,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -8272,6 +8314,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 +8752,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 +9091,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 +9282,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 +9423,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -9514,6 +9609,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 +9750,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -10401,6 +10498,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..eb570733b4b 100644 --- a/DiscoveryJson/securitycenter.v1beta2.json +++ b/DiscoveryJson/securitycenter.v1beta2.json @@ -2003,7 +2003,7 @@ } } }, - "revision": "20250915", + "revision": "20251006", "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", @@ -7902,6 +7935,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 +8076,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -8227,6 +8262,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 +8403,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -9265,6 +9302,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 +9612,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 +10014,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 +10155,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -10258,6 +10341,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 +10482,7 @@ "T1195.001", "T1203", "T1204", + "T1212", "T1222.002", "T1484", "T1485", @@ -11139,6 +11224,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/servicemanagement.v1.json b/DiscoveryJson/servicemanagement.v1.json index 04428243d40..149461465b0 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": "20251001", "rootUrl": "https://servicemanagement.googleapis.com/", "schemas": { "Advice": { @@ -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/sqladmin.v1.json b/DiscoveryJson/sqladmin.v1.json index 0a300821dca..b0caf5474a6 100644 --- a/DiscoveryJson/sqladmin.v1.json +++ b/DiscoveryJson/sqladmin.v1.json @@ -1225,13 +1225,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 +1952,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" @@ -2685,7 +2685,7 @@ } } }, - "revision": "20250925", + "revision": "20251006", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -4813,7 +4813,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 +4821,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" }, @@ -7121,7 +7121,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 +7130,10 @@ "$ref": "Row" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "If results were truncated due to an error, details of that error." } }, "type": "object" @@ -7368,6 +7372,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": [ @@ -7635,12 +7643,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 +7840,10 @@ "$ref": "QueryResult" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "Contains the error from the database if the SQL execution failed." } }, "type": "object" @@ -8317,6 +8337,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", @@ -8441,6 +8488,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": [ diff --git a/DiscoveryJson/sqladmin.v1beta4.json b/DiscoveryJson/sqladmin.v1beta4.json index 83d70d505f8..9f76be41f1b 100644 --- a/DiscoveryJson/sqladmin.v1beta4.json +++ b/DiscoveryJson/sqladmin.v1beta4.json @@ -2685,7 +2685,7 @@ } } }, - "revision": "20250925", + "revision": "20251006", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -4814,7 +4814,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 +4822,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" }, @@ -7122,7 +7122,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 +7131,10 @@ "$ref": "Row" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "If results were truncated due to an error, details of that error." } }, "type": "object" @@ -7369,6 +7373,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": [ @@ -7636,12 +7644,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" }, @@ -7825,6 +7841,10 @@ "$ref": "QueryResult" }, "type": "array" + }, + "status": { + "$ref": "Status", + "description": "Contains the error from the database if the SQL execution failed." } }, "type": "object" @@ -8316,6 +8336,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", @@ -8440,6 +8487,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": [ diff --git a/DiscoveryJson/testing.v1.json b/DiscoveryJson/testing.v1.json index 90e54d1d2fb..a6472343d57 100644 --- a/DiscoveryJson/testing.v1.json +++ b/DiscoveryJson/testing.v1.json @@ -454,7 +454,7 @@ } } }, - "revision": "20250819", + "revision": "20251003", "rootUrl": "https://testing.googleapis.com/", "schemas": { "Account": { @@ -2651,7 +2651,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 +2683,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/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/travelimpactmodel.v1.json b/DiscoveryJson/travelimpactmodel.v1.json index 40e12096e99..85a3295b370 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": "20251008", "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. IATA carrier code, 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. IATA airport code 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`. 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. This field supports values between 0 and 2.5e16 km.", + "format": "int64", + "type": "string" + }, + "flightNumber": { + "description": "Optional. Flight number, e.g. `71`. 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. IATA airport code 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/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..3b50bd8d815 100644 --- a/DiscoveryJson/vmmigration.v1.json +++ b/DiscoveryJson/vmmigration.v1.json @@ -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": "20251002", "rootUrl": "https://vmmigration.googleapis.com/", "schemas": { "AccessKeyCredentials": { @@ -5227,6 +5232,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..81985298f8a 100644 --- a/DiscoveryJson/workloadmanager.v1.json +++ b/DiscoveryJson/workloadmanager.v1.json @@ -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": "20251001", "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" diff --git a/DiscoveryJson/workstations.v1.json b/DiscoveryJson/workstations.v1.json index a7666b9901a..dc0dde48a61 100644 --- a/DiscoveryJson/workstations.v1.json +++ b/DiscoveryJson/workstations.v1.json @@ -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": "20250929", "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..3aec78ff4d4 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": "20250929", "rootUrl": "https://workstations.googleapis.com/", "schemas": { "Accelerator": { @@ -1680,6 +1685,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/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/README.md b/README.md index fc4f549c2bc..be1b7aa54a7 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ 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/webstore/api_index) | | [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 +214,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/) | @@ -337,7 +338,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.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.Apigateway.v1/Google.Apis.Apigateway.v1.cs b/Src/Generated/Google.Apis.Apigateway.v1/Google.Apis.Apigateway.v1.cs index ce30d1d73ad..15169af51e9 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, + }); } } } @@ -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..14a375c78ca 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.3926 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..39fc583d792 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, + }); } } } @@ -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..42907bf3853 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.3926 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..bc0275ffea2 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 e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field 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"; @@ -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, + }); } } } @@ -3076,8 +3095,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b 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. + /// 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; } @@ -3749,6 +3768,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.AppHub.v1/Google.Apis.AppHub.v1.csproj b/Src/Generated/Google.Apis.AppHub.v1/Google.Apis.AppHub.v1.csproj index f5c1eab9497..270a87055dd 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.3926 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..a496d3e310a 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 e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field 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, + }); } } } @@ -3280,8 +3299,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b 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. + /// 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; } @@ -4027,6 +4046,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.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.csproj b/Src/Generated/Google.Apis.AppHub.v1alpha/Google.Apis.AppHub.v1alpha.csproj index 8199dd62f98..6615e55c25e 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.3926 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,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.Backupdr.v1/Google.Apis.Backupdr.v1.cs b/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.cs index 6b0dbc8c4c6..e0bc54f9f6d 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 @@ -4506,6 +4506,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 +4562,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, + }); } } } @@ -8810,6 +8829,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.Backupdr.v1/Google.Apis.Backupdr.v1.csproj b/Src/Generated/Google.Apis.Backupdr.v1/Google.Apis.Backupdr.v1.csproj index f10700ab8cb..85dbd26eeec 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.3926 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..a2ea494b060 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)] @@ -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..630f2e5a4ae 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.3926 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,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..c875fefb0d9 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 e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field 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"; @@ -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, + }); } } } @@ -1276,8 +1295,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b 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. + /// 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; } @@ -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 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.Batch.v1/Google.Apis.Batch.v1.csproj b/Src/Generated/Google.Apis.Batch.v1/Google.Apis.Batch.v1.csproj index d2ec1cac3e4..a02c5b332ef 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.3930 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..f93906fe343 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, + }); } } } @@ -7620,6 +7658,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..1ab47ca930e 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.3925 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..42fd79baf76 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, + }); } } } @@ -12719,6 +12757,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..59fe76790e8 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.3925 Google LLC Copyright 2025 Google LLC Google @@ -56,8 +56,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..b060038dfd9 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, + }); } } @@ -4227,73 +4326,6 @@ protected override void InitParameters() } } - /// - /// Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource - /// exists but does not have a policy set. - /// - /// 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.BigtableAdmin.v2.Data.GetIamPolicyRequest body, string resource) - { - return new GetIamPolicyRequest(this.service, body, resource); - } - - /// - /// Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource - /// exists but does not have a policy set. - /// - public class GetIamPolicyRequest : BigtableAdminBaseServiceRequest - { - /// Constructs a new GetIamPolicy request. - public GetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.BigtableAdmin.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.BigtableAdmin.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/[^/]+/instances/[^/]+/tables/[^/]+/schemaBundles/[^/]+$", - }); - } - } - /// Lists all schema bundles associated with the specified table. /// /// Required. The parent, which owns this collection of schema bundles. Values are of the form @@ -4503,132 +4535,6 @@ protected override void InitParameters() }); } } - - /// - /// Sets the access control policy on a Bigtable resource. Replaces any existing 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.BigtableAdmin.v2.Data.SetIamPolicyRequest body, string resource) - { - return new SetIamPolicyRequest(this.service, body, resource); - } - - /// - /// Sets the access control policy on a Bigtable resource. Replaces any existing policy. - /// - public class SetIamPolicyRequest : BigtableAdminBaseServiceRequest - { - /// Constructs a new SetIamPolicy request. - public SetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.BigtableAdmin.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.BigtableAdmin.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/[^/]+/instances/[^/]+/tables/[^/]+/schemaBundles/[^/]+$", - }); - } - } - - /// Returns permissions that the caller has on the specified Bigtable 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.BigtableAdmin.v2.Data.TestIamPermissionsRequest body, string resource) - { - return new TestIamPermissionsRequest(this.service, body, resource); - } - - /// Returns permissions that the caller has on the specified Bigtable resource. - public class TestIamPermissionsRequest : BigtableAdminBaseServiceRequest - { - /// Constructs a new TestIamPermissions request. - public TestIamPermissionsRequest(Google.Apis.Services.IClientService service, Google.Apis.BigtableAdmin.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.BigtableAdmin.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/[^/]+/instances/[^/]+/tables/[^/]+/schemaBundles/[^/]+$", - }); - } - } } /// @@ -8500,6 +8406,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 +9295,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 +9404,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..35225096dcd 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.3929 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + 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..a1e640c43b9 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; } @@ -3329,6 +3741,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 e.g. when `parent` is set to `"projects/example/locations/-"`. This field 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}"; + + /// 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 { @@ -7139,8 +7791,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 +8135,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 +8321,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 +8375,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 +8389,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 +8612,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 +8625,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 +8667,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 +8731,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 +8774,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 +8801,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 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; } + } + + /// 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..833c9d00a5f 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.3931 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..d4cfc09fc22 --- /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.3931 + 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/webstore/api_index + + 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.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.cs b/Src/Generated/Google.Apis.CloudAlloyDBAdmin.v1/Google.Apis.CloudAlloyDBAdmin.v1.cs index baa7b63a424..d915c2be152 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 @@ -3878,21 +3878,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. @@ -5151,17 +5136,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 { @@ -6421,32 +6395,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 +6637,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 +6762,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. 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..489f17ba58a 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.3926 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + 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..8c38938d814 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.3926 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + 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..6962cf15f80 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.3926 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + 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..9c725e19c40 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.3926 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..8fe61929669 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 @@ -2336,6 +2336,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; } } 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..d4ef408ff70 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.3924 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..f0f20c1455b 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 @@ -2854,6 +2854,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; } } 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..a04b954b1a0 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.3924 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,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..a2aa6a4c356 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; } @@ -9768,11 +9773,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 +9796,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 +12199,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 +12255,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, + }); } } } @@ -16453,6 +16487,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..514cad2c2b5 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.3926 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..30fc8a23ae1 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; } @@ -10981,11 +10986,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 +11009,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 +11465,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 +11485,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 +13698,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 +13754,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, + }); } } } @@ -18475,6 +18509,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..1a7d4ef8c9c 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.3926 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.CloudRedis.v1/Google.Apis.CloudRedis.v1.cs b/Src/Generated/Google.Apis.CloudRedis.v1/Google.Apis.CloudRedis.v1.cs index 098edfa8e4d..dd918a1ca59 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 @@ -3202,6 +3202,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 +3271,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; } 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..28628865677 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.3932 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..1ebd70b6088 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 @@ -3202,6 +3202,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 +3271,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; } 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..f6600b9cb8c 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.3932 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,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..598bccce301 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 @@ -10404,9 +10404,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..b319deb8b24 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.3928 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..62be1410f58 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 @@ -5844,10 +5844,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; } 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..beacca0793d 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.3928 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..df88d50db41 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, + }); } } } @@ -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..1e79fcfc6ae 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.3924 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..4a4682aaf58 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, + }); } } } @@ -3401,6 +3420,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.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj b/Src/Generated/Google.Apis.CloudWorkstations.v1beta/Google.Apis.CloudWorkstations.v1beta.csproj index ae4370e357f..dcd1f388f55 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.3924 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,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..61424638972 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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, Google recommends 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,867 @@ 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, + }); + } + } + + /// + /// 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, Google recommends 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, Google recommends 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 +11843,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 +11876,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 +11890,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 +11918,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 +11950,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 +11997,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 +12130,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, recommendation is that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -10641,10 +12155,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, recommendation is 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 +12177,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 +12187,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 +12200,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 +12230,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 +12248,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 +12268,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 +12341,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 +12463,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 +12490,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 +12504,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 +12531,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 +12558,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 +12573,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 +12587,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 +12631,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 +12660,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 +12674,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 +12694,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 +12720,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 +12730,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 +12740,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 +12753,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 +12773,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 +12791,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 +12804,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 +12818,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 +12869,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 +12896,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 +12947,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 + RequestParameters.Add("futureReservation", new Google.Apis.Discovery.Parameter { - Name = "project", + Name = "futureReservation", 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}", + Pattern = null, }); RequestParameters.Add("requestId", new Google.Apis.Discovery.Parameter { @@ -11473,106 +12971,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 +13026,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 +13164,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 +13239,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 +13249,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 +13262,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 +13282,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 +13300,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 +13401,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 +13458,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 +13469,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 +13639,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 +13783,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 +13858,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 +13868,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 +13881,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 +13901,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 +13919,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 +13990,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 +14003,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 +14028,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 +14085,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 +14097,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 +14194,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 +14302,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 +14395,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 +14482,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 +14630,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 +14705,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 +14715,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 +14728,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 +14748,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 +14766,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 +14875,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 +14885,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 +14898,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 +14918,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 +14936,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 +15030,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 +15040,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 +15062,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 +15072,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 +15085,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 +15115,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 +15133,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 +15371,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 +15381,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 +15394,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 +15414,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 +15432,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 +15506,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 +15523,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 +15735,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 +15745,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 +15758,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 +15778,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 +15800,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 +15914,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 +16054,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 +16129,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 +16139,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 +16152,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 +16172,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 +16190,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 +16262,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 +16274,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 +16297,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 +16369,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 +16379,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 +16401,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 +16411,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 +16424,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 +16454,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 +16472,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 +16594,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 +16732,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 +16807,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 +16817,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 +16830,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 +16850,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 +16868,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 +16940,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 +16952,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 +16975,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 +17066,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 +17166,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 +17304,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 +17379,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 +17389,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 +17402,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 +17422,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 +17440,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 +17512,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 +17524,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 +17547,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 +17638,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 +17738,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 +17876,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 +17951,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 +17961,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 +17974,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 +17994,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 +18012,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 +18084,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 +18096,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 +18119,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 +18210,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 +18404,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 +18455,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 +18467,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 +18491,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 +18608,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 +18622,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 +18781,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 +18874,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 +18884,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 +18897,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 +18917,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 +18935,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 +19042,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 +19166,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 +19177,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 +19325,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 +19360,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 +19379,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 +19451,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 +19485,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 +19504,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 +19675,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 +19707,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 +19722,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 +19789,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 +19816,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 +19831,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 +19841,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 +19854,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 +19874,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 +19892,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 +19996,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 +20015,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 +20038,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 +20048,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 +20113,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 +20123,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 +20145,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 +20155,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 +20168,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 +20198,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 +20216,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 +20316,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 +20347,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 +20404,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 +20423,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 +20444,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 +20455,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 +20523,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 +20549,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 +20559,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 +20619,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 +20638,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 +20662,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 +20672,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 +20740,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 +20768,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 +20825,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 +20848,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 +20900,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 +20916,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 +20941,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 +21001,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 +21024,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 +21034,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 +21044,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 +21057,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 +21077,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 +21095,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 +21179,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 +21210,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 +21228,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 +21238,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 +21251,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 +21271,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 +21289,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 +21384,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 +21414,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 +21428,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 +21438,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 +21451,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 +21471,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 +21489,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 +21581,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 +21611,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 +21626,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 +21636,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 +21649,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 +21669,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 +21687,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 +21776,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 +21794,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 +21826,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 +21897,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 +21928,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 +21939,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 +22007,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 +22025,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 +22046,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 +22056,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 +22123,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 +22147,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 +22172,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 +22190,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 +22257,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 +22277,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 +22303,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 +22313,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 +22379,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 +22393,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 +22412,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 +22422,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 +22488,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 +22504,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 +22525,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 +22535,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 +22600,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 +22620,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 +22646,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 +22656,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 +22722,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 +22746,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 +22775,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 +22785,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 +22851,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 +22875,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 +22904,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 +22914,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 +22985,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 +23016,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 +23027,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 +23107,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 +23120,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 +23149,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 +23214,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 +23224,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 +23246,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 +23256,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 +23269,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 +23299,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 +23317,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 +23451,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 +23511,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 +23524,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 +23625,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 +23682,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 +23710,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 +23720,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 +23730,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 +23743,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 +23763,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 +23781,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 +23912,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 +23922,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 +23935,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 +23955,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 +23973,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 +24066,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 +24082,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 +24112,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 +24213,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 +24463,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 +24548,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 +24558,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 +24579,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 +24589,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 +24602,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 +24632,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 +24650,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 +24778,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 +24995,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 +25070,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 +25080,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 +25093,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 +25113,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 +25131,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 +25393,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 +25508,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 +25615,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 +25680,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 +25692,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 +25716,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 +25726,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 +25739,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 +25769,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 +25787,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 +25882,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 +25896,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 +25932,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 +26005,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 +26017,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 +26041,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 +26097,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 +26106,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 +26132,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 +26237,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 +26368,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 +26481,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 +27005,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 +27182,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 +27306,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 +27316,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 +27329,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 +27349,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 +27367,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 +27448,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 +27464,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 +27498,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 +27508,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 +27521,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 +27541,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 +27559,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 +27680,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 +27775,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 +27876,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 +27942,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 +27954,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 +27981,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 +28039,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 +28048,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 +28074,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 +28244,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 +28363,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 +28519,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 +28531,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 +28559,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 +28664,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 +28769,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 +28870,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 +28936,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 +28949,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 +28977,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 +29078,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 +29143,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 +29158,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 +29189,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 +29254,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 +29270,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 +29302,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 +29367,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 +29380,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 +29409,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 +29516,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 +29617,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 +29720,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 +29793,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 +29805,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 +29833,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 +29892,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 +29905,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 +29934,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 +30002,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 +30016,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 +30051,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 +30172,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 +30426,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 +30508,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 +30524,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 +30557,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 +30631,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 +30644,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 +30672,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 +30789,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 +30863,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 +30876,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 +30904,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 +30984,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 +30994,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 +31016,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 +31026,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 +31039,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 +31069,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 +31087,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 +31184,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 +31198,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 +31225,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 +31476,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 +31565,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 +31575,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 +31588,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 +31608,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 +31626,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 +31828,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 +32019,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 +32299,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 +32374,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 +32384,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 +32397,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 +32417,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 +32435,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 +32507,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 +32519,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 +32542,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 +32760,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 +32770,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 +32792,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 +32802,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 +32815,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 +32845,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 +32863,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 +32991,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 +33157,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 +33258,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 +33268,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 +33281,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 +33301,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 +33319,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 +33398,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 +33411,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 +33440,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 +33547,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 +33722,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 +33996,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 +34071,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 +34081,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 +34094,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 +34114,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 +34132,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 +34204,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 +34216,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 +34239,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 +34548,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 +34558,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 +34571,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 +34591,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 +34609,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 +34696,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 +34707,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 +34786,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 +34796,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 +34809,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 +34829,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 +34847,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 +34961,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 +35075,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 +35088,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 +35227,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 +35302,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 +35312,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 +35325,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 +35345,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 +35363,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 +35434,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 +35446,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 +35470,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 +35614,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 +35626,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 +35680,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 +35692,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 +35768,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 +35779,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 +35802,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 +35853,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 +35864,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 +35918,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 +35929,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 +35995,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 +36006,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 +36025,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 +36077,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 +36090,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 +36112,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 +36122,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 +36135,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 +36155,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 +36173,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 +36244,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 +36256,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 +36317,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 +36329,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 +36390,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 +36402,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 +36426,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 +36542,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 +36759,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 +36846,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 +36856,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 +36869,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 +36889,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 +36907,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 +37045,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 +37056,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 +37198,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 +37208,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 +37230,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 +37240,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 +37253,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 +37283,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 +37301,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 +37500,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 +37510,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 +37523,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 +37543,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 +37561,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 +37656,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 +37666,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 +37687,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 +37697,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 +37710,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 +37740,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 +37758,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 +37886,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 +38143,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 +38232,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 +38242,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 +38255,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 +38275,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 +38293,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 +38373,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 +38386,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 +38414,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 +38656,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 +38666,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 +38688,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 +38698,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 +38711,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 +38741,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 +38759,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 +38887,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 +39049,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 +39157,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 +39257,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 +39267,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 +39289,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 +39299,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 +39312,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 +39342,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 +39360,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 +39500,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 +39613,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 +39718,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 +39902,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 +39963,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 +39988,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 +39999,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 +40009,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 +40022,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 +40042,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 +40060,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 +40189,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 +40199,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 +40212,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 +40232,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 +40250,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 +40476,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 +40570,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 +40585,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 +40687,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 +40702,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,7 +40776,7 @@ 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 + /// applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google /// recommends that you set the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -39341,7 +40787,7 @@ 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 + /// applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google /// recommends that you set the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -39363,9 +40809,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 +40819,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 +40832,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 +40862,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 +40880,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 +41002,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 +41093,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 +41515,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 +41590,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 +41600,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 +41613,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 +41633,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 +41651,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 +41752,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 +41843,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 +41942,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 +42039,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 +42130,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 +42221,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 +42514,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 +42524,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 +42537,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 +42557,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 +42575,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 +42691,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 +42776,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 +42969,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 +43044,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 +43054,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 +43067,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 +43087,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 +43105,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 +43224,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 +43234,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 +43247,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 +43267,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 +43296,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 +43433,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 +43520,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 +43613,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 +43698,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 +43785,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 +43893,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 +43959,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 +43969,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 +43990,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 +44000,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 +44013,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 +44043,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 +44061,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 +44189,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 +44284,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 +44557,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 +44660,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 +44670,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 +44683,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 +44703,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 +44721,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 +44838,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 +44848,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 +44861,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 +44881,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 +44899,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 +45022,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 +45123,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 +45305,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 +45408,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 +45569,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 +45579,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 +45601,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 +45611,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 +45624,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 +45654,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 +45672,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 +45800,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 +46055,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 +46144,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 +46154,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 +46167,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 +46187,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 +46205,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 +46461,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 +46471,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 +46493,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 +46503,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 +46516,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 +46546,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 +46564,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 +46763,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 +46773,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 +46786,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 +46806,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 +46824,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,9 +46918,9 @@ 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 + /// Enterprise if not already enrolled. Use of this API to modify firewall policies is deprecated. Use /// firewallPolicies.addAssociation instead if possible. /// /// The body of the request. @@ -45473,9 +46931,9 @@ 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 + /// Enterprise if not already enrolled. Use of this API to modify firewall policies is deprecated. Use /// firewallPolicies.addAssociation instead if possible. /// public class AddAssociationRequest : ComputeBaseServiceRequest @@ -45501,12 +46959,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; } @@ -45582,12 +47040,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,7 +47089,7 @@ protected override void InitParameters() } /// - /// Copies rules to the specified security policy. Use of this API to modify firewall policies is deprecated. + /// Copies rules to the specified security policy. Use of this API to modify firewall policies is deprecated. /// Use firewallPolicies.copyRules instead. /// /// Name of the security policy to update. @@ -45641,7 +47099,7 @@ public virtual CopyRulesRequest CopyRules(string securityPolicy) } /// - /// Copies rules to the specified security policy. Use of this API to modify firewall policies is deprecated. + /// Copies rules to the specified security policy. Use of this API to modify firewall policies is deprecated. /// Use firewallPolicies.copyRules instead. /// public class CopyRulesRequest : ComputeBaseServiceRequest @@ -45659,12 +47117,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,7 +47172,7 @@ protected override void InitParameters() } /// - /// Deletes the specified policy. Use of this API to remove firewall policies is deprecated. Use + /// Deletes the specified policy. Use of this API to remove firewall policies is deprecated. Use /// firewallPolicies.delete instead. /// /// Name of the security policy to delete. @@ -45724,7 +47182,7 @@ public virtual DeleteRequest Delete(string securityPolicy) } /// - /// Deletes the specified policy. Use of this API to remove firewall policies is deprecated. Use + /// Deletes the specified policy. Use of this API to remove firewall policies is deprecated. Use /// firewallPolicies.delete instead. /// public class DeleteRequest : ComputeBaseServiceRequest @@ -45742,12 +47200,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,7 +47243,7 @@ protected override void InitParameters() } /// - /// List all of the ordered rules present in a single specified policy. Use of this API to read firewall + /// 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. /// /// Name of the security policy to get. @@ -45795,7 +47253,7 @@ 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 + /// 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. /// public class GetRequest : ComputeBaseServiceRequest @@ -45836,7 +47294,7 @@ protected override void InitParameters() } /// - /// Gets an association with the specified name. Use of this API to read firewall policies is deprecated. Use + /// Gets an association with the specified name. Use of this API to read firewall policies is deprecated. Use /// firewallPolicies.getAssociation instead if possible. /// /// Name of the security policy to which the queried rule belongs. @@ -45846,7 +47304,7 @@ public virtual GetAssociationRequest GetAssociation(string securityPolicy) } /// - /// Gets an association with the specified name. Use of this API to read firewall policies is deprecated. Use + /// Gets an association with the specified name. Use of this API to read firewall policies is deprecated. Use /// firewallPolicies.getAssociation instead if possible. /// public class GetAssociationRequest : ComputeBaseServiceRequest @@ -45899,7 +47357,7 @@ protected override void InitParameters() } /// - /// Gets a rule at the specified priority. Use of this API to read firewall policies is deprecated. Use + /// Gets a rule at the specified priority. Use of this API to read firewall policies is deprecated. Use /// firewallPolicies.getRule instead. /// /// Name of the security policy to which the queried rule belongs. @@ -45909,7 +47367,7 @@ public virtual GetRuleRequest GetRule(string securityPolicy) } /// - /// Gets a rule at the specified priority. Use of this API to read firewall policies is deprecated. Use + /// Gets a rule at the specified priority. Use of this API to read firewall policies is deprecated. Use /// firewallPolicies.getRule instead. /// public class GetRuleRequest : ComputeBaseServiceRequest @@ -45962,8 +47420,8 @@ 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 of this API + /// to insert firewall policies is deprecated. Use firewallPolicies.insert instead. /// /// The body of the request. public virtual InsertRequest Insert(Google.Apis.Compute.v1.Data.SecurityPolicy body) @@ -45972,8 +47430,8 @@ 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 of this API + /// to insert firewall policies is deprecated. Use firewallPolicies.insert instead. /// public class InsertRequest : ComputeBaseServiceRequest { @@ -45993,12 +47451,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 +47500,8 @@ 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 of this API to read + /// firewall policies is deprecated. Use firewallPolicies.list instead. /// public virtual ListRequest List() { @@ -46051,8 +47509,8 @@ 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 of this API to read + /// firewall policies is deprecated. Use firewallPolicies.list instead. /// public class ListRequest : ComputeBaseServiceRequest { @@ -46068,9 +47526,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 +47536,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 +47549,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 +47569,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 +47591,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,7 +47662,7 @@ protected override void InitParameters() } /// - /// Lists associations of a specified target, i.e., organization or folder. Use of this API to read firewall + /// 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. /// public virtual ListAssociationsRequest ListAssociations() @@ -46212,7 +47671,7 @@ public virtual ListAssociationsRequest ListAssociations() } /// - /// Lists associations of a specified target, i.e., organization or folder. Use of this API to read firewall + /// 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. /// public class ListAssociationsRequest : ComputeBaseServiceRequest @@ -46272,9 +47731,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 +47741,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 +47754,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 +47774,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 +47796,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,7 +47867,7 @@ protected override void InitParameters() } /// - /// Moves the specified security policy. Use of this API to modify firewall policies is deprecated. Use + /// Moves the specified security policy. Use of this API to modify firewall policies is deprecated. Use /// firewallPolicies.move instead. /// /// Name of the security policy to update. @@ -46417,7 +47877,7 @@ public virtual MoveRequest Move(string securityPolicy) } /// - /// Moves the specified security policy. Use of this API to modify firewall policies is deprecated. Use + /// Moves the specified security policy. Use of this API to modify firewall policies is deprecated. Use /// firewallPolicies.move instead. /// public class MoveRequest : ComputeBaseServiceRequest @@ -46439,12 +47899,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,7 +47950,7 @@ protected override void InitParameters() } /// - /// Patches the specified policy with the data included in the request. Use of this API to modify firewall + /// 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. /// /// The body of the request. @@ -46501,7 +47961,7 @@ 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 + /// 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. /// public class PatchRequest : ComputeBaseServiceRequest @@ -46520,12 +47980,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,7 +48029,7 @@ protected override void InitParameters() } /// - /// Patches a rule at the specified priority. Use of this API to modify firewall policies is deprecated. Use + /// Patches a rule at the specified priority. Use of this API to modify firewall policies is deprecated. Use /// firewallPolicies.patchRule instead. /// /// The body of the request. @@ -46580,7 +48040,7 @@ 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 + /// Patches a rule at the specified priority. Use of this API to modify firewall policies is deprecated. Use /// firewallPolicies.patchRule instead. /// public class PatchRuleRequest : ComputeBaseServiceRequest @@ -46603,12 +48063,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,7 +48120,7 @@ protected override void InitParameters() } /// - /// Removes an association for the specified security policy. Use of this API to modify firewall policies is + /// Removes an association for the specified security policy. Use of this API to modify firewall policies is /// deprecated. Use firewallPolicies.removeAssociation instead if possible. /// /// Name of the security policy to update. @@ -46670,7 +48130,7 @@ public virtual RemoveAssociationRequest RemoveAssociation(string securityPolicy) } /// - /// Removes an association for the specified security policy. Use of this API to modify firewall policies is + /// Removes an association for the specified security policy. Use of this API to modify firewall policies is /// deprecated. Use firewallPolicies.removeAssociation instead if possible. /// public class RemoveAssociationRequest : ComputeBaseServiceRequest @@ -46692,12 +48152,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; } @@ -46769,12 +48229,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 +48295,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 +48305,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 +48327,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 +48337,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 +48350,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 +48380,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 +48398,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 +48526,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 +48694,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 +48787,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 +48797,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 +48810,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 +48830,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 +48848,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 +48927,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 +48940,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 +48969,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 +49215,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 +49225,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 +49238,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 +49258,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 +49276,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 +49381,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 +49475,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 +49546,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 +49617,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 +49690,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 +49739,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 +49752,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 +49871,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 +49881,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 +49894,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 +49914,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 +49932,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 +50031,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 +50041,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 +50054,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 +50074,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 +50092,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)] @@ -48707,9 +50172,9 @@ 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. + /// 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. @@ -48722,9 +50187,9 @@ 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. + /// 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 +50207,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 +50257,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 +50271,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 +50292,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 +50371,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 +50448,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 +50527,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 +50576,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 +50587,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 +50606,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 +50700,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 +50779,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 +50919,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 +50994,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 +51004,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 +51017,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 +51037,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 +51055,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 +51126,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 +51138,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 +51162,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 +51249,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 +51315,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 +51325,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 +51347,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 +51357,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 +51370,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 +51400,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 +51418,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 +51514,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 +51541,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 +51552,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 +51645,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 +51813,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 +51902,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 +51912,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 +51925,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 +51945,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 +51963,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 +52043,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 +52056,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 +52084,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 +52151,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 +52178,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 +52189,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 +52297,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 +52459,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 +52548,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 +52558,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 +52571,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 +52591,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 +52609,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 +52688,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 +52700,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 +52728,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 +52827,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 +52941,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 +53278,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 +53373,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 +53383,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 +53396,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 +53416,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 +53434,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 +53553,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 +53563,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 +53576,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 +53596,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 +53614,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 +53694,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 +53708,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 +53737,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 +53883,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 +53899,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 +53931,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 +54078,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 +54091,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 +54119,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 +54199,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, Google recommends that you set /// the `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -52738,7 +54209,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, Google recommends that you set /// the `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -52760,9 +54231,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 +54241,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 +54254,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 +54284,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 +54302,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 +54499,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 +54588,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 +54598,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 +54611,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 +54631,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 +54649,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 +54773,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 +54978,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 +54988,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 +55001,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 +55021,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 +55039,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 +55175,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 +55270,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 +55371,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 +55437,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 +55450,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 +55478,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 +55733,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 +55834,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 +55844,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 +55857,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 +55877,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 +55895,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 +56010,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 +56111,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 +56293,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 +56394,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 +56497,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 +56598,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 +56781,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 +56920,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 +57093,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 +57188,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 +57198,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 +57211,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 +57231,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 +57249,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 +57328,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 +57343,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 +57375,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 +57489,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 +57655,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 +57744,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 +57754,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 +57767,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 +57787,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 +57805,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 +57885,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 +57898,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 +57926,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 +58031,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 +58113,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 +58133,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 +58167,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 +58318,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 +58337,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 +58356,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 +58367,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 +58465,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 +58525,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 +58544,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 +58578,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 +58802,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 +58817,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 +58841,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 +58934,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 +58944,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 +58957,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 +58977,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 +58995,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 +59074,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 +59089,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 +59124,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 +59134,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 +59147,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 +59167,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 +59185,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 +59274,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 +59288,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 +59320,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 +59330,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 +59343,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 +59363,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 +59381,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 +59514,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 +59524,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 +59537,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 +59557,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 +59575,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 +59665,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 +59683,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 +59714,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 +59823,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 +59891,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 +59909,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 +59940,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 +60007,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 +60025,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 +60061,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 +60128,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 +60148,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 +60184,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 +60291,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 +60398,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 +60463,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 +60483,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 +60519,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 +60585,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 +60609,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 +60648,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 +60714,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 +60738,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 +60777,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 +60886,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 +61071,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 +61081,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 +61094,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 +61114,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 +61132,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 +61261,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 +61271,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 +61284,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 +61304,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 +61322,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 +61453,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 +61652,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 +61820,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 +61913,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 +61923,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 +61936,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 +61956,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 +61974,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 +62102,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 +62177,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 +62191,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 +62218,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 +62469,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 +62558,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 +62568,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 +62581,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 +62601,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 +62619,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 +62821,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 +63029,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 +63140,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 +63245,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 +63430,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 +63492,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 +63518,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 +63529,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 +63539,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 +63552,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 +63572,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 +63590,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 +63671,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 +63699,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 +63717,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 +63727,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 +63740,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 +63760,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 +63778,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 +63923,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 +64031,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 +64046,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 +64161,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 +64266,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 +64760,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 +64855,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 +64865,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 +64878,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 +64898,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 +64916,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 +65031,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 +65136,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 +65247,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 +65352,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 +65630,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 +65798,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 +65887,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 +65897,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 +65910,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 +65930,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 +65948,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 +66220,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 +66230,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 +66243,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 +66263,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 +66281,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 +66363,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 +66381,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 +66593,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 +66840,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 +66941,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 +66951,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 +66964,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 +66984,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 +67002,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 +67125,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 +67450,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 +67564,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 +67736,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 +67829,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 +67839,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 +67852,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 +67872,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 +67890,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 +68028,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 +68198,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 +68291,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 +68301,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 +68314,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 +68334,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 +68352,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 +68463,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 +68473,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 +68486,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 +68506,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 +68524,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 +68643,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 +68757,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 +68925,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 +69018,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 +69028,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 +69041,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 +69061,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 +69079,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 +69194,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 +69308,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 +69476,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 +69569,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 +69579,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 +69592,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 +69612,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 +69630,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 +69710,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 +69723,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 +69751,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 +69854,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 +69955,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 +70069,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 +70237,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 +70330,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 +70340,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 +70353,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 +70373,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 +70391,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 +70762,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 +70772,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 +70785,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 +70805,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 +70823,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 +70902,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 +70915,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 +71232,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 +71242,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 +71255,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 +71275,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 +71293,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 +71387,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 +71406,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 +71468,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 +71486,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 +71516,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 +71526,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 +71539,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 +71559,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 +71577,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)] @@ -70326,9 +71824,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 +71834,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 +71847,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 +71867,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 +71885,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 +72020,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; } @@ -70750,9 +72249,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 +72259,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 +72272,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 +72292,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 +72310,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)] @@ -70947,12 +72447,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; } @@ -71066,12 +72566,12 @@ public ReportFaultyRequest(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; } @@ -71154,7 +72654,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, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// /// Project ID for this request. @@ -71164,7 +72664,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, Google recommends that you set the /// `returnPartialSuccess` parameter to `true`. /// public class AggregatedListRequest : ComputeBaseServiceRequest @@ -71186,9 +72686,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 +72696,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 +72709,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 +72739,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 +72757,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 +72885,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 +73105,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 +73114,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 +73136,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 +73229,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 +73239,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 +73252,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 +73272,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 +73290,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 +73407,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 +73472,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 +73485,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 +73514,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 +73780,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 +73880,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 +73890,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 +73912,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 +73922,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 +73935,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 +73965,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 +73983,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 +74111,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 +74362,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 +74455,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 +74465,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 +74478,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 +74498,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 +74516,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 +74631,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 +74885,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 +74895,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 +74917,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 +74927,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 +74940,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 +74970,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 +74988,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 +75116,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 +75213,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 +75485,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 +75495,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 +75508,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 +75535,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 +75553,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 +75844,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 +75933,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 +75943,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 +75956,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 +75976,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 +75994,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 +76135,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 +76145,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 +76158,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 +76178,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 +76208,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 +76393,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 +76403,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 +76416,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 +76436,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 +76454,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 +76541,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 +76554,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 +76583,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 +76684,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 +76749,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 +76762,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 +76836,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 +76850,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 +76880,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 +76981,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 +77089,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 +77223,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 +77298,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 +77308,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 +77321,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 +77341,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 +77359,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 +77525,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 +77535,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 +77556,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 +77566,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 +77579,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 +77609,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 +77627,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 +77749,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 +77954,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 +78041,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 +78051,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 +78064,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 +78084,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 +78102,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 +78199,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 +78209,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 +78222,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 +78242,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 +78260,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 +78369,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 +78705,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 +78715,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 +78736,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 +78746,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 +78759,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 +78789,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 +78807,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 +78935,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 +79204,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 +79293,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 +79303,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 +79316,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 +79336,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 +79354,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 +79434,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 +79450,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 +79481,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 +79792,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 +79870,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 +79883,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 +79906,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 +80123,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 +80198,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 +80208,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 +80221,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 +80241,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 +80259,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 +80397,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 +80408,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 +80551,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 +80561,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 +80582,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 +80592,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 +80605,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 +80635,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 +80653,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 +80775,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 +80913,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 +80988,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 +80998,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 +81011,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 +81031,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 +81049,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 +81135,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 +81145,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 +81167,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 +81177,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 +81190,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 +81220,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 +81238,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 +81370,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 +81508,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 +81583,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 +81593,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 +81606,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 +81626,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 +81644,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 +81741,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 +81751,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 +81764,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 +81784,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 +81802,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 +81907,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 +81979,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 +81989,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 +82011,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 +82021,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 +82034,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 +82064,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 +82082,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 +82281,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 +82291,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 +82304,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 +82324,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 +82342,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 +82436,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 +82446,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 +82468,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 +82478,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 +82491,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 +82521,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 +82539,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 +82675,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 +82930,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 +83019,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 +83029,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 +83042,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 +83062,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 +83080,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 +83197,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 +83207,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 +83220,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 +83240,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 +83258,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 +83551,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 +83643,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 +83653,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 +83675,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 +83685,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 +83698,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 +83728,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 +83746,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)] @@ -82347,12 +83874,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 +83969,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 +84067,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 +84078,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 +84089,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 +84271,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 +84360,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 +84370,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 +84383,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 +84403,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 +84421,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 +84439,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 +84450,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 +84571,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 +84581,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 +84594,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 +84614,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 +84632,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 +84763,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 +84969,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 +85158,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 +85298,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 +85373,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 +85383,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 +85396,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 +85416,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 +85434,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 +85506,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 +85518,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 +85541,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 +85614,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 +85624,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 +85645,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 +85655,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 +85668,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 +85698,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 +85716,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 +85838,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 +85976,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 +86051,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 +86061,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 +86074,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 +86094,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 +86112,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 +86184,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 +86196,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 +86219,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 +86306,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 +86379,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 +86389,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 +86410,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 +86420,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 +86433,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 +86463,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 +86481,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 +86603,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 +86741,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 +86816,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 +86826,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 +86839,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 +86859,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 +86877,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 +86949,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 +86961,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 +86984,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 +87077,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 +87170,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 +87259,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 +87360,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 +87447,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 +87519,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 +87529,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 +87551,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 +87561,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 +87574,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 +87604,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 +87622,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 +87750,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 +87916,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 +88005,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 +88015,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 +88028,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 +88048,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 +88066,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 +88145,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 +88161,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 +88193,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 +88390,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 +88491,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 +88556,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 +88566,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 +88588,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 +88598,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 +88611,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 +88641,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 +88659,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 +88787,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 +89040,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 +89129,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 +89139,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 +89152,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 +89172,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 +89190,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 +89305,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 +89406,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 +89511,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 +89584,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 +89600,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 +89632,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 +89821,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 +89959,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 +90034,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 +90044,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 +90057,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 +90077,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 +90095,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 +90198,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 +90291,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 +90378,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 +90467,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 +90568,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 +90641,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 +90651,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 +90672,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 +90682,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 +90695,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 +90725,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 +90743,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 +90865,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 +91003,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 +91078,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 +91088,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 +91101,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 +91121,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 +91139,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 +91242,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 +91329,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 +91401,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 +91411,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 +91433,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 +91443,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 +91456,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 +91486,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 +91504,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 +91632,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 +91798,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 +91887,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 +91897,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 +91910,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 +91930,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 +91948,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 +92027,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 +92039,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 +92067,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 +92147,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 +92157,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 +92179,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 +92189,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 +92202,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 +92232,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 +92250,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 +92372,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 +92510,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 +92595,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 +92678,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 +92688,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 +92701,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 +92721,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 +92739,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 +92810,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 +92822,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 +92846,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 +92933,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 +93078,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 +93088,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 +93110,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 +93120,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 +93133,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 +93163,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 +93181,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 +93309,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 +93548,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 +93637,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 +93647,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 +93660,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 +93680,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 +93698,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 +93777,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 +93789,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 +93817,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 +93978,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 +93988,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 +94010,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 +94020,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 +94033,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 +94063,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 +94081,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 +94163,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 +94707,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 +94748,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 +94774,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 +94788,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 +94815,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 +94840,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 +94854,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 +94868,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 +94918,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 +94950,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 +94964,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 +94980,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 +95014,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 +95023,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 +95033,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 +95046,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 +95066,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 +95084,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 +95097,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 +95111,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 +95163,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 +95195,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 +95249,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 +95273,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 +95486,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 +95496,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 +95509,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 +95529,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 +95547,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 +95628,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 +95645,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 +95815,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 +95825,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 +95838,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 +95858,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 +95876,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 +95959,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 +95977,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 +95994,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; } @@ -93874,13 +96007,13 @@ public class AcceleratorConfig : Google.Apis.Requests.IDirectResponseSchema } /// - /// 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 +96032,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 +96071,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 +96079,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 +96112,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 +96123,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 +96157,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 +96193,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 +96204,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 +96254,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 +96265,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 +96295,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 +96306,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 +96350,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 +96368,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 +96380,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 +96401,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 +96420,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 +96445,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 +96464,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 +96493,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 +96502,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 +96527,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 +96567,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 +96578,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 +96617,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 +96646,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 +96657,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 +96707,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 +96718,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 +96743,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 +96768,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 +96792,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 +96935,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 +96980,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 +97001,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 +97035,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 +97045,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 +97086,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 +97095,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 +97109,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 +97117,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 +97129,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 +97149,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 +97181,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 +97198,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 +97216,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 +97254,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 +97306,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 +97338,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 +97361,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 +97400,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 +97418,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 +97432,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 +97456,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 +97476,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 +97516,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 +97527,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 +97566,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 +97595,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 +97606,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 +97635,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 +97696,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 +97707,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 +97737,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 +97774,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 +97801,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 +97828,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 +97860,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 +97872,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 +97987,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 +97999,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 +98027,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 +98101,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 +98120,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 +98153,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 +98162,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 +98204,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 +98296,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. @@ -96240,7 +98383,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 +98412,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 +98423,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 { @@ -96347,12 +98490,12 @@ public class BackendCustomMetric : Google.Apis.Requests.IDirectResponseSchema public virtual System.Nullable MaxUtilization { get; set; } /// - /// 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 + /// 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. + /// to EXTERNAL_MANAGED,INTERNAL_MANAGED INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -96362,23 +98505,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 +98563,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 +98613,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 +98626,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 +98639,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 +98649,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 +98676,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 +98697,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 +98719,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 +98728,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 +98774,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 +98791,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 +98800,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 +98812,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 +98856,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 +98890,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 +98915,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 +98927,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 +98967,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 +99000,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 +99011,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 +99048,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 +99140,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. @@ -97050,15 +99196,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 +99220,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). @@ -97107,12 +99254,12 @@ public class BackendServiceCustomMetric : Google.Apis.Requests.IDirectResponseSc public virtual System.Nullable DryRun { get; set; } /// - /// 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 + /// 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. + /// to EXTERNAL_MANAGED,INTERNAL_MANAGED INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("name")] public virtual string Name { get; set; } @@ -97133,16 +99280,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 +99297,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 +99325,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 +99337,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 +99394,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 +99402,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 +99417,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 +99461,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 +99486,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 +99522,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 +99533,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 +99567,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 +99603,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 +99614,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 +99663,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 +99681,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 +99846,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 +99857,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 +99882,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 +99996,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 +100087,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 +100123,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 +100134,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 +100183,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 +100202,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 +100231,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 +100247,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 +100263,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 +100356,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 +100432,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 +100457,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 +100476,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 +100495,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 +100503,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 +100520,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 +100550,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 +100562,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 +100572,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 +100598,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 +100620,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 +100648,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 +100688,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 +100699,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 +100738,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 +100767,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 +100778,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 +100842,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 +100853,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 +100895,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 +100910,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 +100918,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 +100965,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 +100980,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 +101015,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 +101151,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 +101185,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 +101204,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 +101219,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 +101229,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 +101237,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 +101245,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 +101270,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 +101288,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 +101347,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 +101361,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 +101391,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 +101402,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 +101441,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 +101451,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 +101476,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 +101505,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 +101552,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 +101576,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 +101595,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 +101609,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 +101626,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 +101645,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 +101679,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 +101731,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 +101771,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 +101782,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 +101822,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 +101875,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 +101909,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 +101938,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 +101949,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 +101975,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 +102032,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 +102109,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 +102148,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 +102159,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 +102198,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 +102227,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 +102238,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 +102288,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 +102299,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 +102382,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 +102393,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 +102419,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 +102440,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 +102467,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 +102483,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 +102518,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 +102538,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 +102600,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 +102636,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 +102647,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 +102671,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 +102714,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 +102739,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 +102748,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 +102757,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 +102797,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 +102846,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 +102872,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 +102883,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 +102920,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 +102932,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 +102951,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 +102989,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 +102999,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 +103031,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 +103043,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 +103066,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 +103092,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 +103101,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 +103115,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 +103124,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 +103148,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 +103177,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 +103188,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 +103253,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 +103291,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 +103302,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 +103331,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 +103357,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 +103369,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 +103390,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 +103483,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 +103515,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 +103526,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 +103587,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 +103626,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 +103637,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 +103685,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 +103729,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 +103769,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 +103778,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 +103808,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 +103832,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 +103844,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 +103873,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 +103917,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 +103929,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 +103943,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 +103953,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 +103967,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 +104001,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 +104024,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 +104060,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 +104076,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 +104136,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 +104146,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 +104155,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 +104164,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 +104172,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 +104201,14 @@ 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 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. /// @@ -101939,8 +104241,179 @@ 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; } + + /// [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; } @@ -101950,8 +104423,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 +104445,363 @@ public class DataData } } - /// Contains a list of ForwardingRule resources. - public class ForwardingRuleList : Google.Apis.Requests.IDirectResponseSchema + 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; } + + /// + /// 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 ForwardingRule resources. + /// A list of Future reservation resources. [Newtonsoft.Json.JsonPropertyAttribute("items")] - public virtual System.Collections.Generic.IList Items { get; set; } + public virtual System.Collections.Generic.IDictionary Items { get; set; } - /// Type of resource. + /// + /// [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. /// @@ -102000,13 +104812,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 +104831,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 +104842,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 +104864,110 @@ public class DataData } } - public class ForwardingRuleReference : Google.Apis.Requests.IDirectResponseSchema + public class FutureReservationsListResponse : Google.Apis.Requests.IDirectResponseSchema { - [Newtonsoft.Json.JsonPropertyAttribute("forwardingRule")] - public virtual string ForwardingRule { get; set; } - - /// The ETag of the item. + [Newtonsoft.Json.JsonPropertyAttribute("etag")] 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; } + /// + /// [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; } - /// Service Directory service to register the forwarding rule under. - [Newtonsoft.Json.JsonPropertyAttribute("service")] - public virtual string Service { get; set; } + /// [Output Only] A list of future reservation resources. + [Newtonsoft.Json.JsonPropertyAttribute("items")] + public virtual System.Collections.Generic.IList Items { 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. + /// [Output Only] Type of resource.Alwayscompute#FutureReservationsListResponse for lists of reservations /// - [Newtonsoft.Json.JsonPropertyAttribute("serviceDirectoryRegion")] - public virtual string ServiceDirectoryRegion { get; set; } + [Newtonsoft.Json.JsonPropertyAttribute("kind")] + public virtual string Kind { get; set; } - /// The ETag of the item. - public virtual string ETag { 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; } + + /// [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 ForwardingRulesScopedList : Google.Apis.Requests.IDirectResponseSchema + public class FutureReservationsScopedList : 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; } + /// A list of future reservations contained in this scope. + [Newtonsoft.Json.JsonPropertyAttribute("futureReservations")] + public virtual System.Collections.Generic.IList FutureReservations { 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. + /// [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 +104978,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 +104989,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 +105015,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 +105033,19 @@ 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; } @@ -102194,9 +105062,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 +105123,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 +105131,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 +105201,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 +105220,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 +105286,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 +105311,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 +105321,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 +105346,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 +105377,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 +105387,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 +105412,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 +105443,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 +105453,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 +105478,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 +105497,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 +105513,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; } @@ -102688,7 +105558,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 +105567,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 +105580,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 +105602,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 +105636,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 +105665,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 +105676,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 +105715,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 +105731,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 +105752,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 +105781,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 +105796,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 +105828,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 +105853,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 +105889,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 +105900,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 +105938,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 +105971,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 +105982,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 +106028,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 +106039,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 +106144,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 +106174,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 +106186,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 +106209,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 +106218,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 +106239,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 +106277,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 +106307,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 +106327,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 +106350,27 @@ 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. /// [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 +106392,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 +106403,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 +106444,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 +106458,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 +106474,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 +106508,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 +106537,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 +106548,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 +106575,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,15 +106589,15 @@ 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 + /// 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. /// [Newtonsoft.Json.JsonPropertyAttribute("regexMatch")] @@ -103744,7 +106611,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 +106619,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 +106636,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 +106674,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 +106711,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 +106721,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 +106745,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 +106758,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 +106776,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 +106795,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 +106825,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 +106843,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 +106867,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,9 +106892,9 @@ 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 + /// 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 or regexMatch must /// be specified. /// [Newtonsoft.Json.JsonPropertyAttribute("fullPathMatch")] @@ -104039,8 +106907,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 +106917,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,33 +106932,34 @@ 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 or regexMatch must be 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 + /// 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 + /// orregexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to /// INTERNAL_SELF_MANAGED. /// [Newtonsoft.Json.JsonPropertyAttribute("regexMatch")] @@ -104100,10 +106970,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 +106981,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 +107017,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 +107030,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 +107074,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 +107103,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 +107114,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 +107137,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 +107150,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 +107177,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 +107188,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 +107200,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 +107217,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 +107237,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 +107273,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 +107297,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 +107321,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 +107351,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 +107367,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 +107382,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 +107422,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 +107451,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 +107462,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 +107523,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 +107534,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 +107547,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 +107575,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 +107599,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 +107622,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 +107631,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 +107665,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 +107673,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 +107700,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 +107738,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 +107767,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 +107781,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 +107808,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 +107816,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 +107849,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 +107860,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 +107919,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 +107949,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 +107978,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 +108000,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 +108020,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 +108028,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 +108061,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 +108072,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 +108106,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 +108142,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 +108153,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 +108176,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 +108193,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 +108204,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 +108230,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 +108260,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 +108279,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 +108291,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 +108325,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 +108340,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 +108360,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 +108391,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 +108492,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 +108533,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 +108544,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 +108569,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 +108635,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 +108675,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 +108704,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 +108715,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 +108744,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 +108759,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 +108802,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 +108971,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 +109008,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 +109019,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 +109045,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 +109084,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 +109167,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 +109180,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 +109239,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 +109254,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 +109267,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 +109307,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 +109392,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 +109411,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 +109430,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 +109455,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 +109466,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 +109557,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 +109568,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 +109595,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 +109609,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 +109715,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 +109723,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 +109752,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 +109763,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 +109810,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 +109836,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 +109847,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 +109874,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 +109908,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 +109937,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 +109948,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 +109982,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 +110018,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 +110029,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 +110117,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 +110169,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 +110218,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 +110241,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 +110341,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 +110385,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 +110412,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 +110443,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 +110475,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 +110504,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 +110515,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 +110549,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 +110557,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 +110586,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 +110597,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 +110649,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 +110660,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 +110839,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 +110850,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 +110902,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 +110975,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 +110987,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 +110995,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 +111016,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 +111025,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 +111040,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 +111078,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 +111096,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 +111123,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 +111131,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 +111164,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 +111175,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 +111214,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 +111243,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 +111254,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 +111314,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 +111325,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 +111365,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 +111388,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 +111404,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 +111445,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 +111458,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 +111474,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 +111518,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,8 +111537,8 @@ 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. /// @@ -108686,10 +111564,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 +111587,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 +111602,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 +111675,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 +111693,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 +111740,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 +111775,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,7 +111831,7 @@ 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; } @@ -108952,15 +111840,15 @@ public class InterconnectAttachment : Google.Apis.Requests.IDirectResponseSchema /// 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 +111862,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 +111872,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; } @@ -109053,7 +111941,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 +111951,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 +111976,9 @@ 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. /// [Newtonsoft.Json.JsonPropertyAttribute("type")] public virtual string Type { get; set; } @@ -109115,7 +112004,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 +112012,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 +112045,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 +112056,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 +112082,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 +112094,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 +112133,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 +112146,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 +112176,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 +112272,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 +112353,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 +112401,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 +112431,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 +112442,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 { @@ -109639,7 +112528,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 +112536,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 +112565,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 +112576,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 { @@ -109710,7 +112599,7 @@ public class DataData } /// - /// 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 +112669,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 +112680,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 +112790,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 +112805,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 +112896,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 +112909,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 byAPI 154. /// [Newtonsoft.Json.JsonPropertyAttribute("etag")] public virtual string ETag { get; set; } @@ -110048,7 +112937,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 +113173,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 +113217,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 +113270,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 +113300,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 +113311,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 +113394,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 +113430,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 +113441,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 +113464,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 +113479,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 +113487,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 +113507,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 +113544,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 +113578,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 +113593,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 +113622,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 +113658,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 +113669,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 { @@ -110807,9 +113722,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 +113791,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 +113830,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 +113844,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 +113856,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; } @@ -110953,7 +113870,7 @@ public class InterconnectOutageNotification : Google.Apis.Requests.IDirectRespon } /// - /// 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 +113904,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 +113933,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 +113993,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 +114009,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 +114027,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 +114064,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 +114072,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 +114101,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 +114112,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 +114169,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 +114192,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 +114236,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 +114283,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 +114292,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 +114409,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 +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; } @@ -111532,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 { @@ -111622,7 +114539,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 +114561,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 +114594,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 +114602,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 +114614,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 +114626,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 +114651,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 +114659,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 +114674,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 +114706,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 +114742,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 +114753,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 +114776,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 +114789,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 +114821,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 +114864,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 +114881,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 +114889,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 +114922,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 +114933,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 +114974,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 +115003,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 +115014,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 +115060,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 +115071,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 +115098,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 +115286,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 +115328,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 +115346,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 +115364,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 +115384,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 +115442,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 +115521,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 +115538,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 +115557,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 +115593,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 +115622,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 +115696,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 +115725,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 +115736,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 +115816,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 +115845,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 +115856,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 +115906,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 +115917,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 +115942,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 +115956,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 +115969,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 +116023,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 +116031,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 +116061,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 +116072,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 +116122,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 +116133,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 +116163,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 +116190,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 +116205,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 +116215,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 +116226,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 +116270,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 +116293,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 +116328,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 +116347,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 +116355,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 +116388,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 +116399,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 +116424,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 +116460,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 +116488,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 +116533,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 +116541,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 +116570,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 +116581,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 +116678,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 +116686,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 +116711,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 +116722,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 +116746,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 +116774,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 +116785,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 +116810,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 +116835,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 +116843,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 +116876,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 +116887,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 +116914,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,9 +116928,9 @@ 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; } @@ -114034,7 +116949,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 +116963,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 +116980,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 +117019,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 +117063,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 +117092,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 +117103,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 +117150,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 +117165,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 +117176,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 +117186,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 +117272,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 +117328,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 +117346,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; } @@ -114627,13 +117542,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 +117578,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 +117589,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 +117633,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 +117648,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 +117661,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 +117675,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 +117697,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 +117777,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 +117788,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 +117807,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 +117826,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 +117838,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 +117884,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 +117924,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 +117935,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 +117971,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 +117998,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 +118027,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 +118038,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 +118074,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 +118176,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 +118184,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 +118213,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 +118224,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 +118284,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 +118295,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 +118338,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 +118350,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 +118369,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 +118406,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 +118439,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 +118447,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 +118480,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 +118491,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 +118532,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 +118561,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 +118572,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 +118637,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 +118648,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 +118671,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 +118682,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 +118704,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 +118747,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 +118787,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 +118798,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 +118837,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 +118866,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 +118877,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 +118923,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 +118934,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 +118957,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 +118986,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 +119068,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 +119104,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 +119115,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 +119138,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 +119167,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 +119199,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 +119253,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 +119376,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 +119387,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 +119462,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 +119473,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 +119543,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 +119554,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 +119604,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 +119615,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 +119644,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 +119660,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 +119700,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 +119725,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 +119734,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 +119744,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 +119785,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 +119811,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 +119826,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 +119839,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 +119857,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 +119891,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 +119924,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 +119935,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 +120017,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 +120046,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 +120057,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 +120083,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 +120092,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 +120176,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 +120187,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 +120217,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 +120281,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 +120316,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 +120350,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 +120360,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 +120416,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 +120424,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 +120457,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 +120470,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 +120546,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 +120599,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 +120654,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 +120684,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 +120695,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 +120780,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 +120799,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 +120891,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 +120899,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 +120959,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 +120976,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 +120993,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 +121014,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 +121038,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 +121063,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 +121099,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 +121110,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 +121154,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 +121185,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 +121198,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 +121214,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 +121236,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 +121265,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 +121289,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 +121297,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 +121330,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 +121341,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 +121374,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 +121410,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 +121421,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 +121464,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 +121527,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 +121538,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 +121591,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 +121624,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 +121643,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 +121689,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 +121718,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 +121729,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 +121759,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 +121788,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 +121817,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 +121828,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 +121860,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 +121895,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 +121906,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 +121962,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 +121992,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 +122021,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 +122032,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 +122087,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 +122116,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 +122127,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 +122200,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 +122271,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 +122290,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 +122315,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 +122326,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 +122356,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 +122403,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 +122492,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 +122521,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 +122532,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 +122579,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 +122610,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 +122639,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 +122650,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 +122808,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 +122829,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 +122851,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 +122862,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 +122891,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 +122904,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. @@ -120020,9 +122961,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 +122997,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 +123039,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 +123072,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 +123083,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 +123112,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 +123133,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 +123275,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 +123309,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 +123320,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 +123360,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 +123389,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 +123400,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 { @@ -120487,7 +123429,7 @@ public class ReservationSubBlock : 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; } @@ -120508,7 +123450,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 +123556,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 +123591,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 +123602,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 +123711,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 +123722,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 +123757,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 +123814,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 +123825,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 +123849,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 +123879,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 +123941,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 +123971,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 +123982,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 +124022,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 +124157,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 +124190,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 +124201,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 +124428,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 +124515,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 +124542,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 +124552,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 +124582,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 +124596,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 +124609,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; } @@ -121735,8 +124695,8 @@ public class Route : Google.Apis.Requests.IDirectResponseSchema /// /// [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 +124734,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 +124745,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 +124774,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 +124804,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 +124833,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 +124844,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 +124894,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 +124946,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 +124956,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 +124986,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 +125003,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 +125073,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 +125106,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 +125117,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 +125164,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 +125174,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 +125201,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 +125242,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 +125292,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 +125309,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 +125350,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 +125358,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 +125401,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 +125431,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 +125461,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 +125498,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 +125527,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 +125538,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 +125563,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 +125571,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 +125591,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 +125604,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 +125632,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 +125650,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 +125663,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 +125683,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 +125695,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 +125750,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 +125773,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 +125874,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 +125889,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 +125987,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 +126001,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 +126129,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 +126170,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 +126181,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 +126215,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 +126256,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 +126267,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 +126323,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 +126334,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 +126360,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 +126370,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 +126444,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 +126467,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 +126476,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 +126497,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 +126566,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 +126620,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 +126628,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 +126639,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 +126657,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 +126668,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 +126677,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 +126690,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 +126733,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 +126770,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 +126781,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 +126840,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 +126851,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 +126883,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 +126899,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 +126916,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 +126928,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 +126936,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. @@ -124008,7 +126970,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 +126993,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 +127012,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 +127085,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 +127151,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 +127217,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 +127249,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 +127260,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 +127314,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 +127344,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 +127358,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 +127579,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 +127682,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 +127759,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 +127811,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 +127824,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 +127870,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 +127901,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 +127955,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 +127994,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 +128035,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 +128046,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 +128071,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 +128086,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 +128133,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 +128166,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 +128177,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 +128262,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 +128298,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 +128309,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 +128359,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 +128370,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 +128456,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; } @@ -125516,7 +128482,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 +128530,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 +128539,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 +128550,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 +128579,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 +128613,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 +128632,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 +128667,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 +128695,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 +128733,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 +128763,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 +128808,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 +128837,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 +128848,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 +128931,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 +128939,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 +128976,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 +129020,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 +129028,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 +129055,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 +129065,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 +129086,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 +129106,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 +129116,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 +129152,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 +129172,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 +129212,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 +129223,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 +129262,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 +129291,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 +129302,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 +129391,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 +129402,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 +129438,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 +129475,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 +129486,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 +129519,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 +129555,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 +129566,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 +129621,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 +129632,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 +129655,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 +129685,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 +129697,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 +129720,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 +129761,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 +129772,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 +129849,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 +129876,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 +129886,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 +129909,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 +129933,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 +129947,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 +129994,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 +130034,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 +130042,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 +130072,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 +130083,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 +130111,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 +130175,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 +130205,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 +130216,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 +130252,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 +130289,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 +130300,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 +130329,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 +130384,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 +130402,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 +130471,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 +130506,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 +130517,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 +130550,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 +130585,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 +130596,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 +130646,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 +130657,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 +130707,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 +130718,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 +130741,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 +130762,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 +130774,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 +130798,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 +130830,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 +130853,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 +130883,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 +130903,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 +130914,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 +130925,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 +130976,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 +131016,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 +131027,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 +131066,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 +131095,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 +131106,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 +131166,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 +131206,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 +131321,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 +131332,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 +131378,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 +131389,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 +131437,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 +131447,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 +131498,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 +131512,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 +131545,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 +131601,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 +131637,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 +131648,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 +131694,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 +131705,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 +131728,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 +131762,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 +131779,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 +131789,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 +131828,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 +131836,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 +131872,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 +131901,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 +131912,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 +131958,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 +131969,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 +131994,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 +132028,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 +132052,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 +132082,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 +132093,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 +132109,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 +132141,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 +132155,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 +132177,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 +132216,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 +132224,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 +132257,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 +132268,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 +132307,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 +132336,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 +132347,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 +132370,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 +132395,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 +132469,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 +132502,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 +132513,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 +132552,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 +132581,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 +132592,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 +132638,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 +132649,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 +132672,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 +132691,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 +132703,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 +132740,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 +132761,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 +132785,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 +132825,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 +132836,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 +132864,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 +132891,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 +132920,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 +132931,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 +132967,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 +132982,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 +133027,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 +133038,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 +133082,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 +133095,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 +133118,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 +133148,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 +133213,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 +133242,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 +133253,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 +133299,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 +133310,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 +133345,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 +133355,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 +133377,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 +133393,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 +133439,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 +133479,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 +133490,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 +133529,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 +133558,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 +133569,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 +133592,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 +133608,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 +133620,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 +133628,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 +133697,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 +133736,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 +133747,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 +133780,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 +133815,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 +133826,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 +133876,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 +133887,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 +134036,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 +134091,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 +134116,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 +134124,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 +134147,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 +134172,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 +134200,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 +134229,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 +134240,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 +134280,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 +134317,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 +134384,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 +134417,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 +134428,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 +134474,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 +134485,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 +134510,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 +134544,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 +134605,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 +134619,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 +134642,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 +134665,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 +134711,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 +134722,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 +134752,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 +134888,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 +134896,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 +134929,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 +134940,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 +134963,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 +134999,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 +135039,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 +135069,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 +135102,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 +135113,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 +135152,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 +135181,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 +135192,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 +135232,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 +135377,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 +135388,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 +135411,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 +135419,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 +135454,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 +135477,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 +135550,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 +135609,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 +135642,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 +135653,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 +135704,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 +135733,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 +135744,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 +135823,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 +135834,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 +135901,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 +135940,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 +136263,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 +136292,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 +136303,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 +136344,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 +136353,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 +136387,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 +136416,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 +136445,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 +136456,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 { 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..317c3f5fea0 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.3925 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,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..1e013511ace 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 @@ -6047,7 +6047,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; } @@ -17552,13 +17553,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 +17573,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 +19166,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 @@ -23666,13 +23658,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 +23678,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. 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..d963712a27c 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.3932 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,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..2abc760017a 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,19 @@ 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;`. 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; } @@ -3112,17 +3114,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 - /// characters. + /// {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;`. + /// 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)] public virtual string Filter { get; set; } @@ -4288,11 +4292,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;`. + /// 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 +4308,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 +4946,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;`. + /// 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; } @@ -7735,17 +7745,19 @@ 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;`. 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; } @@ -10006,17 +10018,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 - /// characters. + /// {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;`. + /// 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)] public virtual string Filter { get; set; } @@ -11415,11 +11429,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;`. + /// 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 +11445,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 +12083,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;`. + /// 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; } @@ -16668,9 +16688,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 +19079,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 +19486,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 +19836,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 +19856,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; } 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..8192ebdb461 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.3929 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..47731cd4d71 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 @@ -1643,8 +1643,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b 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. + /// 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.DataFusion.v1/Google.Apis.DataFusion.v1.csproj b/Src/Generated/Google.Apis.DataFusion.v1/Google.Apis.DataFusion.v1.csproj index 787a2a365fb..0871c34e6d0 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.3931 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..fef1909c1e0 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 @@ -2054,8 +2054,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b 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. + /// 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.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj b/Src/Generated/Google.Apis.DataFusion.v1beta1/Google.Apis.DataFusion.v1beta1.csproj index 4029b0d6261..5537942de78 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.3931 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..fa2cf033a73 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.3928 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + 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..76e9df0ccc1 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. @@ -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 @@ -6648,6 +7790,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 +7902,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..b3744bd8cf7 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.3932 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..bf6c23ef97c 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.3926 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..705033b8a6f 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.3926 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..7dc1315f7cf 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.3926 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..fbe4478a30a 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 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..415d58cc592 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.3928 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..14ade9807cf 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/`. @@ -33226,6 +33563,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 { @@ -35458,159 +35812,435 @@ public class GoogleCloudDialogflowV2SummarizationEvaluationMetricsSummarizationE public class GoogleCloudDialogflowV2SummarizationSection : Google.Apis.Requests.IDirectResponseSchema { /// - /// Optional. Definition of the section, for example, "what the customer needs help with or has question about." + /// 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; } + + /// 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("definition")] - public virtual string Definition { get; set; } + [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 +36399,181 @@ 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..b158bc6c201 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.3932 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..e62d7b67d5f 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 @@ -36206,6 +36543,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 { @@ -38801,157 +39155,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; + } + } - /// 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] + [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 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 +39740,181 @@ 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..07307d0852f 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.3932 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,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..99bb09bda3d 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 @@ -1145,6 +1145,65 @@ protected override void InitParameters() } } + /// + /// 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 CheckRefreshTokenRequest(this.service, 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. + /// + public class CheckRefreshTokenRequest : DiscoveryEngineBaseServiceRequest + { + /// Constructs a new CheckRefreshToken request. + public CheckRefreshTokenRequest(Google.Apis.Services.IClientService service, string name) : base(service) + { + Name = name; + InitParameters(); + } + + /// + /// 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) @@ -11546,6 +11605,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 @@ -34642,6 +34752,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 { @@ -49530,6 +49651,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 { 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..4cfb0add85a 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.3933 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..afc4cff495a 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 @@ -3865,10 +3865,32 @@ public class GoogleCloudDocumentaiV1Document : Google.Apis.Requests.IDirectRespo [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 GoogleCloudDocumentaiV1DocumentEntityValidationOutput EntityValidationOutput { get; set; } + /// Any error that occurred while processing this document. [Newtonsoft.Json.JsonPropertyAttribute("error")] public virtual GoogleRpcStatus Error { get; set; } @@ -4170,6 +4192,25 @@ public class GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLay public virtual string ETag { get; set; } } + /// Entity revision. + public class GoogleCloudDocumentaiV1DocumentEntitiesRevision : 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 GoogleCloudDocumentaiV1DocumentEntityValidationOutput 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. @@ -4316,6 +4357,47 @@ public class GoogleCloudDocumentaiV1DocumentEntityRelation : Google.Apis.Request public virtual string ETag { get; set; } } + /// The output of the validation given the document and the validation rules. + public class GoogleCloudDocumentaiV1DocumentEntityValidationOutput : 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 GoogleCloudDocumentaiV1DocumentEntityValidationOutputValidationResult : Google.Apis.Requests.IDirectResponseSchema + { + /// The description of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("ruleDescription")] + public virtual string RuleDescription { get; set; } + + /// The 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; } + } + /// Config that controls the output of documents. All documents will be written as a JSON file. public class GoogleCloudDocumentaiV1DocumentOutputConfig : 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..26c5e7df265 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.3932 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..04050b8f854 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 @@ -5119,10 +5119,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 +5593,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. @@ -5717,6 +5758,47 @@ 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 + { + /// The description of the validation rule. + [Newtonsoft.Json.JsonPropertyAttribute("ruleDescription")] + public virtual string RuleDescription { get; set; } + + /// The 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 { 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..92e0be528f1 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.3932 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..f1e1b2186ce 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, + }); } } } @@ -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..31fd3e55a2e 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.3932 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,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..dac00bf333e 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, + }); } } } @@ -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..e39cf5e487d 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.3926 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..93715f5e619 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.3926 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..136fceeacbd 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.3926 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..dcfa999bba0 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 @@ -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..9d853a603ff 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.3927 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..abba3ebb76c 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 @@ -6697,6 +6697,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.v1alpha/Google.Apis.GKEHub.v1alpha.csproj b/Src/Generated/Google.Apis.GKEHub.v1alpha/Google.Apis.GKEHub.v1alpha.csproj index 954e63b0b5c..709e06fd639 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.3927 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..df89fa6bbff 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 @@ -6215,6 +6215,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.v1beta/Google.Apis.GKEHub.v1beta.csproj b/Src/Generated/Google.Apis.GKEHub.v1beta/Google.Apis.GKEHub.v1beta.csproj index 618eb392779..58fbe3d9b30 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.3927 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,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..2a95d76e413 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 @@ -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..0d658b684ed 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.3927 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..a6187e1399d 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 @@ -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..74a6ed0ff0f 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.3927 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..55be211e9d0 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 @@ -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..883ecbd2953 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.3927 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.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj b/Src/Generated/Google.Apis.HangoutsChat.v1/Google.Apis.HangoutsChat.v1.csproj index 0a9d9818ccf..b895a79af0b 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.3927 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.Iam.v1/Google.Apis.Iam.v1.cs b/Src/Generated/Google.Apis.Iam.v1/Google.Apis.Iam.v1.cs index ec4726c3d05..d0abd379a91 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, + }); } } 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..2bd83aa35d1 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.3928 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..5b6320656c7 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 e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field 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"; @@ -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, + }); } } } @@ -2157,6 +2176,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.Looker.v1/Google.Apis.Looker.v1.csproj b/Src/Generated/Google.Apis.Looker.v1/Google.Apis.Looker.v1.csproj index 0bdb6b728af..a1e55fc491c 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.3926 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..de4e9ba2f22 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 @@ -2108,7 +2108,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; } 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..91ae888b692 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.3932 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,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 38ddc533ea1..3be8d49b646 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 @@ -1017,6 +1017,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). @@ -1690,6 +1727,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. @@ -2537,6 +2578,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_v1/Google.Apis.Merchant.products_v1.csproj b/Src/Generated/Google.Apis.Merchant.products_v1/Google.Apis.Merchant.products_v1.csproj index fbd7e69bdd8..6dd73863575 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.72.0.3927 + 1.72.0.3932 Google LLC Copyright 2025 Google LLC Google 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..a20236e374a 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 @@ -2474,6 +2474,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..77bd7d0d4ee 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.3932 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.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.cs b/Src/Generated/Google.Apis.NetAppFiles.v1/Google.Apis.NetAppFiles.v1.cs index 6f229123c60..d110e8ac3a3 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, + }); } } } @@ -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..247732255dc 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.3934 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..7ec1ece9d15 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, + }); } } } @@ -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..9e543d6b08d 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.3934 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,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.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.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.PubsubLite.v1/Google.Apis.PubsubLite.v1.cs b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.cs index a15e1ea3fd4..0b4ba5ec998 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 e.g. when `parent` is set to + /// `"projects/example/locations/-"`. This field 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"; @@ -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 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.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj b/Src/Generated/Google.Apis.PubsubLite.v1/Google.Apis.PubsubLite.v1.csproj index 360cfa7fb84..f10f8bace14 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.3928 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.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs b/Src/Generated/Google.Apis.SQLAdmin.v1/Google.Apis.SQLAdmin.v1.cs index e27bced20a5..45c9aef5836 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 @@ -2674,8 +2674,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 +2692,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 +4136,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 +4154,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; } @@ -7316,8 +7316,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; } @@ -9626,7 +9626,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 +9636,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; } } @@ -9906,6 +9912,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 @@ -10208,6 +10221,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; } } @@ -10827,6 +10844,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. /// @@ -10941,6 +10987,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..352c245876e 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.3931 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..90c574bf166 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 @@ -7323,8 +7323,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; } @@ -9641,7 +9641,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 +9651,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; } } @@ -9921,6 +9927,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 @@ -10223,6 +10236,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; } } @@ -10840,6 +10857,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. /// @@ -10954,6 +11000,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..c8cf0913585 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.3931 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + + 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..da744d4761d 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.3929 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + 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..bd284771ba5 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.3929 Google LLC Copyright 2025 Google LLC Google @@ -60,8 +60,8 @@ - - + + 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..2ce207b3449 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.3929 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..13866a63663 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 { @@ -24003,6 +24059,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 +24781,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 +25326,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 +26499,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..dc19d236f06 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.3931 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..f1a16c38fc9 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 { @@ -10909,6 +10965,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 +11612,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 +11988,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 +12917,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..225007dee4e 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.3931 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..993a6d72098 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 { @@ -13556,6 +13594,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 +13933,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 +15088,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..1ed45536333 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.3931 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,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..d6a56952dda 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, + }); } } } @@ -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..5071aadcb04 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.3926 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.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..7afdaa4d165 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.3928 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..7b9ce4d9b80 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,101 @@ 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. IATA carrier code, 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. IATA airport code 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`. 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. This field supports + /// values between 0 and 2.5e16 km. + /// + [Newtonsoft.Json.JsonPropertyAttribute("distanceKm")] + public virtual System.Nullable DistanceKm { get; set; } + + /// + /// Optional. Flight number, e.g. `71`. 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. IATA airport code 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..02eaffc3acc 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.3933 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..05310c26ec2 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, + }); } } } @@ -8735,6 +8754,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..0da57d194bd 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.3927 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.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs b/Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.v1.cs index c53fcb87bee..9b28dbaee84 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, + }); } } } @@ -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; } 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..4f047414b31 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.3926 Google LLC Copyright 2025 Google LLC Google @@ -59,8 +59,8 @@ - - + +