public interface RegionInstanceGroupManagersDeleteInstancesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstances(int index)
The URLs of one or more instances to delete.
|
com.google.protobuf.ByteString |
getInstancesBytes(int index)
The URLs of one or more instances to delete.
|
int |
getInstancesCount()
The URLs of one or more instances to delete.
|
List<String> |
getInstancesList()
The URLs of one or more instances to delete.
|
boolean |
getSkipInstancesOnValidationError()
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.
|
boolean |
hasSkipInstancesOnValidationError()
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getInstancesList()
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].
repeated string instances = 29097598;int getInstancesCount()
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].
repeated string instances = 29097598;String getInstances(int index)
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].
repeated string instances = 29097598;index - The index of the element to return.com.google.protobuf.ByteString getInstancesBytes(int index)
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].
repeated string instances = 29097598;index - The index of the value to return.boolean hasSkipInstancesOnValidationError()
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.
optional bool skip_instances_on_validation_error = 40631073;boolean getSkipInstancesOnValidationError()
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.
optional bool skip_instances_on_validation_error = 40631073;Copyright © 2023 Google LLC. All rights reserved.