public interface InstanceGroupManagersCreateInstancesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract PerInstanceConfig getInstances(int index)[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
| Name | Description |
| index | int |
| Type | Description |
| PerInstanceConfig |
getInstancesCount()
public abstract int getInstancesCount()[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
| Type | Description |
| int |
getInstancesList()
public abstract List<PerInstanceConfig> getInstancesList()[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
| Type | Description |
| List<PerInstanceConfig> |
getInstancesOrBuilder(int index)
public abstract PerInstanceConfigOrBuilder getInstancesOrBuilder(int index)[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
| Name | Description |
| index | int |
| Type | Description |
| PerInstanceConfigOrBuilder |
getInstancesOrBuilderList()
public abstract List<? extends PerInstanceConfigOrBuilder> getInstancesOrBuilderList()[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.PerInstanceConfigOrBuilder> |