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