public interface TargetPoolsAddInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.