Package com.google.cloud.compute.v1
Interface InstanceGroupManagersCreateInstancesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupManagersCreateInstancesRequest
,InstanceGroupManagersCreateInstancesRequest.Builder
public interface InstanceGroupManagersCreateInstancesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerInstanceConfig
getInstances(int index)
[Required] List of specifications of per-instance configs.int
getInstancesCount()
[Required] List of specifications of per-instance configs.List<PerInstanceConfig>
getInstancesList()
[Required] List of specifications of per-instance configs.PerInstanceConfigOrBuilder
getInstancesOrBuilder(int index)
[Required] List of specifications of per-instance configs.List<? extends PerInstanceConfigOrBuilder>
getInstancesOrBuilderList()
[Required] List of specifications of per-instance configs.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstancesList
List<PerInstanceConfig> getInstancesList()
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
-
getInstances
PerInstanceConfig getInstances(int index)
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
-
getInstancesCount
int getInstancesCount()
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
-
getInstancesOrBuilderList
List<? extends PerInstanceConfigOrBuilder> getInstancesOrBuilderList()
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
-
getInstancesOrBuilder
PerInstanceConfigOrBuilder getInstancesOrBuilder(int index)
[Required] List of specifications of per-instance configs.
repeated .google.cloud.compute.v1.PerInstanceConfig instances = 29097598;
-
-