Interface InstanceGroupsAddInstancesRequestOrBuilder (1.52.0)

public interface InstanceGroupsAddInstancesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstances(int index)

public abstract InstanceReference getInstances(int index)

The list of instances to add to the instance group.

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

Parameter
Name Description
index int
Returns
Type Description
InstanceReference

getInstancesCount()

public abstract int getInstancesCount()

The list of instances to add to the instance group.

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

Returns
Type Description
int

getInstancesList()

public abstract List<InstanceReference> getInstancesList()

The list of instances to add to the instance group.

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

Returns
Type Description
List<InstanceReference>

getInstancesOrBuilder(int index)

public abstract InstanceReferenceOrBuilder getInstancesOrBuilder(int index)

The list of instances to add to the instance group.

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

Parameter
Name Description
index int
Returns
Type Description
InstanceReferenceOrBuilder

getInstancesOrBuilderList()

public abstract List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()

The list of instances to add to the instance group.

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

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