public interface InstanceGroupManagersRecreateInstancesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The instances at the given index. |
getInstancesBytes(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the instances at the given index. |
getInstancesCount()
public abstract 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;
| Type | Description |
| int | The count of instances. |
getInstancesList()
public abstract List<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;
| Type | Description |
| List<String> | A list containing the instances. |