Package com.google.cloud.compute.v1
Interface TargetPoolsRemoveInstanceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetPoolsRemoveInstanceRequest
,TargetPoolsRemoveInstanceRequest.Builder
public interface TargetPoolsRemoveInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceReference
getInstances(int index)
URLs of the instances to be removed from target pool.int
getInstancesCount()
URLs of the instances to be removed from target pool.List<InstanceReference>
getInstancesList()
URLs of the instances to be removed from target pool.InstanceReferenceOrBuilder
getInstancesOrBuilder(int index)
URLs of the instances to be removed from target pool.List<? extends InstanceReferenceOrBuilder>
getInstancesOrBuilderList()
URLs of the instances to be removed from target pool.-
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()
URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstances
InstanceReference getInstances(int index)
URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesCount
int getInstancesCount()
URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesOrBuilderList
List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()
URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesOrBuilder
InstanceReferenceOrBuilder getInstancesOrBuilder(int index)
URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
-