Package com.google.cloud.compute.v1
Interface TargetPoolsAddInstanceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetPoolsAddInstanceRequest
,TargetPoolsAddInstanceRequest.Builder
public interface TargetPoolsAddInstanceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceReference
getInstances(int index)
A full or partial URL to an instance to add to this target pool.int
getInstancesCount()
A full or partial URL to an instance to add to this target pool.List<InstanceReference>
getInstancesList()
A full or partial URL to an instance to add to this target pool.InstanceReferenceOrBuilder
getInstancesOrBuilder(int index)
A full or partial URL to an instance to add to this target pool.List<? extends InstanceReferenceOrBuilder>
getInstancesOrBuilderList()
A full or partial URL to an instance to add to this 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()
A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstances
InstanceReference getInstances(int index)
A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesCount
int getInstancesCount()
A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesOrBuilderList
List<? extends InstanceReferenceOrBuilder> getInstancesOrBuilderList()
A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
getInstancesOrBuilder
InstanceReferenceOrBuilder getInstancesOrBuilder(int index)
A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
repeated .google.cloud.compute.v1.InstanceReference instances = 29097598;
-
-