public interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFingerprint()
Fingerprint of the target pools information, which is a hash of the contents.
|
com.google.protobuf.ByteString |
getFingerprintBytes()
Fingerprint of the target pools information, which is a hash of the contents.
|
String |
getTargetPools(int index)
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
com.google.protobuf.ByteString |
getTargetPoolsBytes(int index)
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
int |
getTargetPoolsCount()
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
List<String> |
getTargetPoolsList()
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
boolean |
hasFingerprint()
Fingerprint of the target pools information, which is a hash of the contents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFingerprint()
Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
optional string fingerprint = 234678500;String getFingerprint()
Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
optional string fingerprint = 234678500;com.google.protobuf.ByteString getFingerprintBytes()
Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
optional string fingerprint = 234678500;List<String> getTargetPoolsList()
The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
repeated string target_pools = 336072617;int getTargetPoolsCount()
The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
repeated string target_pools = 336072617;String getTargetPools(int index)
The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
repeated string target_pools = 336072617;index - The index of the element to return.com.google.protobuf.ByteString getTargetPoolsBytes(int index)
The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
repeated string target_pools = 336072617;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.