Package com.google.cloud.compute.v1
Interface RegionInstanceGroupManagersCreateInstancesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionInstanceGroupManagersCreateInstancesRequest,RegionInstanceGroupManagersCreateInstancesRequest.Builder
public interface RegionInstanceGroupManagersCreateInstancesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerInstanceConfiggetInstances(int index)[Required] List of specifications of per-instance configs.intgetInstancesCount()[Required] List of specifications of per-instance configs.List<PerInstanceConfig>getInstancesList()[Required] List of specifications of per-instance configs.PerInstanceConfigOrBuildergetInstancesOrBuilder(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;
-
-