public interface TargetPoolsRemoveInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract InstanceReference getInstances(int index)URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
| Name | Description |
index |
int |
| Type | Description |
InstanceReference |
getInstancesCount()
public abstract int getInstancesCount()URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
| Type | Description |
int |
getInstancesList()
public abstract List<InstanceReference> getInstancesList()URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
| Type | Description |
List<InstanceReference> |
getInstancesOrBuilder(int index)
public abstract InstanceReferenceOrBuilder getInstancesOrBuilder(int index)URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
| Name | Description |
index |
int |
| Type | Description |
InstanceReferenceOrBuilder |
getInstancesOrBuilderList()
public abstract List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()URLs of the instances to be removed from target pool.
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
| Type | Description |
List<? extends com.google.cloud.compute.v1.InstanceReferenceOrBuilder> |