| Modifier and Type | Method and Description |
|---|---|
InstanceReference |
InstanceReference.Builder.build() |
InstanceReference |
InstanceReference.Builder.buildPartial() |
static InstanceReference |
InstanceReference.getDefaultInstance() |
InstanceReference |
InstanceReference.getDefaultInstanceForType() |
InstanceReference |
InstanceReference.Builder.getDefaultInstanceForType() |
InstanceReference |
GetHealthTargetPoolRequestOrBuilder.getInstanceReferenceResource()
The body resource for this request
|
InstanceReference |
GetHealthTargetPoolRequest.getInstanceReferenceResource()
The body resource for this request
|
InstanceReference |
GetHealthTargetPoolRequest.Builder.getInstanceReferenceResource()
The body resource for this request
|
InstanceReference |
TargetPoolsAddInstanceRequest.getInstances(int index)
A full or partial URL to an instance to add to this target pool.
|
InstanceReference |
TargetPoolsAddInstanceRequest.Builder.getInstances(int index)
A full or partial URL to an instance to add to this target pool.
|
InstanceReference |
TargetPoolsAddInstanceRequestOrBuilder.getInstances(int index)
A full or partial URL to an instance to add to this target pool.
|
InstanceReference |
InstanceGroupsRemoveInstancesRequest.getInstances(int index)
The list of instances to remove from the instance group.
|
InstanceReference |
InstanceGroupsRemoveInstancesRequest.Builder.getInstances(int index)
The list of instances to remove from the instance group.
|
InstanceReference |
InstanceGroupsRemoveInstancesRequestOrBuilder.getInstances(int index)
The list of instances to remove from the instance group.
|
InstanceReference |
InstanceGroupsAddInstancesRequest.getInstances(int index)
The list of instances to add to the instance group.
|
InstanceReference |
InstanceGroupsAddInstancesRequest.Builder.getInstances(int index)
The list of instances to add to the instance group.
|
InstanceReference |
InstanceGroupsAddInstancesRequestOrBuilder.getInstances(int index)
The list of instances to add to the instance group.
|
InstanceReference |
TargetPoolsRemoveInstanceRequestOrBuilder.getInstances(int index)
URLs of the instances to be removed from target pool.
|
InstanceReference |
TargetPoolsRemoveInstanceRequest.getInstances(int index)
URLs of the instances to be removed from target pool.
|
InstanceReference |
TargetPoolsRemoveInstanceRequest.Builder.getInstances(int index)
URLs of the instances to be removed from target pool.
|
static InstanceReference |
InstanceReference.parseDelimitedFrom(InputStream input) |
static InstanceReference |
InstanceReference.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceReference |
InstanceReference.parseFrom(byte[] data) |
static InstanceReference |
InstanceReference.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceReference |
InstanceReference.parseFrom(ByteBuffer data) |
static InstanceReference |
InstanceReference.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceReference |
InstanceReference.parseFrom(com.google.protobuf.ByteString data) |
static InstanceReference |
InstanceReference.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceReference |
InstanceReference.parseFrom(com.google.protobuf.CodedInputStream input) |
static InstanceReference |
InstanceReference.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InstanceReference |
InstanceReference.parseFrom(InputStream input) |
static InstanceReference |
InstanceReference.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceReference> |
TargetPoolsAddInstanceRequest.getInstancesList()
A full or partial URL to an instance to add to this target pool.
|
List<InstanceReference> |
TargetPoolsAddInstanceRequest.Builder.getInstancesList()
A full or partial URL to an instance to add to this target pool.
|
List<InstanceReference> |
TargetPoolsAddInstanceRequestOrBuilder.getInstancesList()
A full or partial URL to an instance to add to this target pool.
|
List<InstanceReference> |
InstanceGroupsRemoveInstancesRequest.getInstancesList()
The list of instances to remove from the instance group.
|
List<InstanceReference> |
InstanceGroupsRemoveInstancesRequest.Builder.getInstancesList()
The list of instances to remove from the instance group.
|
List<InstanceReference> |
InstanceGroupsRemoveInstancesRequestOrBuilder.getInstancesList()
The list of instances to remove from the instance group.
|
List<InstanceReference> |
InstanceGroupsAddInstancesRequest.getInstancesList()
The list of instances to add to the instance group.
|
List<InstanceReference> |
InstanceGroupsAddInstancesRequest.Builder.getInstancesList()
The list of instances to add to the instance group.
|
List<InstanceReference> |
InstanceGroupsAddInstancesRequestOrBuilder.getInstancesList()
The list of instances to add to the instance group.
|
List<InstanceReference> |
TargetPoolsRemoveInstanceRequestOrBuilder.getInstancesList()
URLs of the instances to be removed from target pool.
|
List<InstanceReference> |
TargetPoolsRemoveInstanceRequest.getInstancesList()
URLs of the instances to be removed from target pool.
|
List<InstanceReference> |
TargetPoolsRemoveInstanceRequest.Builder.getInstancesList()
URLs of the instances to be removed from target pool.
|
com.google.protobuf.Parser<InstanceReference> |
InstanceReference.getParserForType() |
static com.google.protobuf.Parser<InstanceReference> |
InstanceReference.parser() |
| Modifier and Type | Method and Description |
|---|---|
TargetPoolsAddInstanceRequest.Builder |
TargetPoolsAddInstanceRequest.Builder.addInstances(InstanceReference value)
A full or partial URL to an instance to add to this target pool.
|
InstanceGroupsRemoveInstancesRequest.Builder |
InstanceGroupsRemoveInstancesRequest.Builder.addInstances(InstanceReference value)
The list of instances to remove from the instance group.
|
InstanceGroupsAddInstancesRequest.Builder |
InstanceGroupsAddInstancesRequest.Builder.addInstances(InstanceReference value)
The list of instances to add to the instance group.
|
TargetPoolsRemoveInstanceRequest.Builder |
TargetPoolsRemoveInstanceRequest.Builder.addInstances(InstanceReference value)
URLs of the instances to be removed from target pool.
|
TargetPoolsAddInstanceRequest.Builder |
TargetPoolsAddInstanceRequest.Builder.addInstances(int index,
InstanceReference value)
A full or partial URL to an instance to add to this target pool.
|
InstanceGroupsRemoveInstancesRequest.Builder |
InstanceGroupsRemoveInstancesRequest.Builder.addInstances(int index,
InstanceReference value)
The list of instances to remove from the instance group.
|
InstanceGroupsAddInstancesRequest.Builder |
InstanceGroupsAddInstancesRequest.Builder.addInstances(int index,
InstanceReference value)
The list of instances to add to the instance group.
|
TargetPoolsRemoveInstanceRequest.Builder |
TargetPoolsRemoveInstanceRequest.Builder.addInstances(int index,
InstanceReference value)
URLs of the instances to be removed from target pool.
|
InstanceReference.Builder |
InstanceReference.Builder.mergeFrom(InstanceReference other) |
GetHealthTargetPoolRequest.Builder |
GetHealthTargetPoolRequest.Builder.mergeInstanceReferenceResource(InstanceReference value)
The body resource for this request
|
static InstanceReference.Builder |
InstanceReference.newBuilder(InstanceReference prototype) |
GetHealthTargetPoolRequest.Builder |
GetHealthTargetPoolRequest.Builder.setInstanceReferenceResource(InstanceReference value)
The body resource for this request
|
TargetPoolsAddInstanceRequest.Builder |
TargetPoolsAddInstanceRequest.Builder.setInstances(int index,
InstanceReference value)
A full or partial URL to an instance to add to this target pool.
|
InstanceGroupsRemoveInstancesRequest.Builder |
InstanceGroupsRemoveInstancesRequest.Builder.setInstances(int index,
InstanceReference value)
The list of instances to remove from the instance group.
|
InstanceGroupsAddInstancesRequest.Builder |
InstanceGroupsAddInstancesRequest.Builder.setInstances(int index,
InstanceReference value)
The list of instances to add to the instance group.
|
TargetPoolsRemoveInstanceRequest.Builder |
TargetPoolsRemoveInstanceRequest.Builder.setInstances(int index,
InstanceReference value)
URLs of the instances to be removed from target pool.
|
| Modifier and Type | Method and Description |
|---|---|
TargetPoolsAddInstanceRequest.Builder |
TargetPoolsAddInstanceRequest.Builder.addAllInstances(Iterable<? extends InstanceReference> values)
A full or partial URL to an instance to add to this target pool.
|
InstanceGroupsRemoveInstancesRequest.Builder |
InstanceGroupsRemoveInstancesRequest.Builder.addAllInstances(Iterable<? extends InstanceReference> values)
The list of instances to remove from the instance group.
|
InstanceGroupsAddInstancesRequest.Builder |
InstanceGroupsAddInstancesRequest.Builder.addAllInstances(Iterable<? extends InstanceReference> values)
The list of instances to add to the instance group.
|
TargetPoolsRemoveInstanceRequest.Builder |
TargetPoolsRemoveInstanceRequest.Builder.addAllInstances(Iterable<? extends InstanceReference> values)
URLs of the instances to be removed from target pool.
|
Copyright © 2023 Google LLC. All rights reserved.