Package com.google.cloud.compute.v1
Interface InstanceGroupsAddInstancesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupsAddInstancesRequest
,InstanceGroupsAddInstancesRequest.Builder
public interface InstanceGroupsAddInstancesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceReference
getInstances(int index)
The list of instances to add to the instance group.int
getInstancesCount()
The list of instances to add to the instance group.List<InstanceReference>
getInstancesList()
The list of instances to add to the instance group.InstanceReferenceOrBuilder
getInstancesOrBuilder(int index)
The list of instances to add to the instance group.List<? extends InstanceReferenceOrBuilder>
getInstancesOrBuilderList()
The list of instances to add to the instance group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstancesList
List<InstanceReference> getInstancesList()
The list of instances to add to the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstances
InstanceReference getInstances(int index)
The list of instances to add to the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesCount
int getInstancesCount()
The list of instances to add to the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesOrBuilderList
List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()
The list of instances to add to the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesOrBuilder
InstanceReferenceOrBuilder getInstancesOrBuilder(int index)
The list of instances to add to the instance group.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
-