Interface InstanceGroupsRemoveInstancesRequestOrBuilder (1.6.0-beta)

public interface InstanceGroupsRemoveInstancesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

public abstract InstanceReference getInstances(int index)

The list of instances to remove from the instance group.

repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceReference

getInstancesCount()

public abstract int getInstancesCount()

The list of instances to remove from the instance group.

repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;

Returns
TypeDescription
int

getInstancesList()

public abstract List<InstanceReference> getInstancesList()

The list of instances to remove from the instance group.

repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;

Returns
TypeDescription
List<InstanceReference>

getInstancesOrBuilder(int index)

public abstract InstanceReferenceOrBuilder getInstancesOrBuilder(int index)

The list of instances to remove from the instance group.

repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceReferenceOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()

The list of instances to remove from the instance group.

repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InstanceReferenceOrBuilder>