public interface RegionInstanceGroupManagersCreateInstancesRequestOrBuilder 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PerInstanceConfig |
|
getInstancesCount()
public abstract int getInstancesCount()[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.PerInstanceConfigOrBuilder> |
|