public static final class RegionInstanceGroupManagersSetTargetPoolsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder> implements RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilder
Protobuf type
google.cloud.compute.v1.RegionInstanceGroupManagersSetTargetPoolsRequest| Modifier and Type | Method and Description |
|---|---|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
addAllTargetPools(Iterable<String> values)
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
addTargetPools(String value)
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
addTargetPoolsBytes(com.google.protobuf.ByteString value)
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
RegionInstanceGroupManagersSetTargetPoolsRequest |
build() |
RegionInstanceGroupManagersSetTargetPoolsRequest |
buildPartial() |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
clear() |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
clearFingerprint()
Fingerprint of the target pools information, which is a hash of the contents.
|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
clearTargetPools()
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
clone() |
RegionInstanceGroupManagersSetTargetPoolsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
com.google.protobuf.ProtocolStringList |
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
mergeFrom(RegionInstanceGroupManagersSetTargetPoolsRequest other) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
setFingerprint(String value)
Fingerprint of the target pools information, which is a hash of the contents.
|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
setFingerprintBytes(com.google.protobuf.ByteString value)
Fingerprint of the target pools information, which is a hash of the contents.
|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
setTargetPools(int index,
String value)
The URL of all TargetPool resources to which instances in the instanceGroup field are added.
|
RegionInstanceGroupManagersSetTargetPoolsRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RegionInstanceGroupManagersSetTargetPoolsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RegionInstanceGroupManagersSetTargetPoolsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RegionInstanceGroupManagersSetTargetPoolsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder mergeFrom(RegionInstanceGroupManagersSetTargetPoolsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>IOExceptionpublic boolean 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;hasFingerprint in interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilderpublic 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;getFingerprint in interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilderpublic 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;getFingerprintBytes in interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilderpublic RegionInstanceGroupManagersSetTargetPoolsRequest.Builder setFingerprint(String value)
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;value - The fingerprint to set.public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder clearFingerprint()
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;public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder setFingerprintBytes(com.google.protobuf.ByteString value)
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;value - The bytes for fingerprint to set.public com.google.protobuf.ProtocolStringList 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;getTargetPoolsList in interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilderpublic 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;getTargetPoolsCount in interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilderpublic 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;getTargetPools in interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilderindex - The index of the element to return.public 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;getTargetPoolsBytes in interface RegionInstanceGroupManagersSetTargetPoolsRequestOrBuilderindex - The index of the value to return.public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder setTargetPools(int index, String value)
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 to set the value at.value - The targetPools to set.public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder addTargetPools(String value)
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;value - The targetPools to add.public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder addAllTargetPools(Iterable<String> values)
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;values - The targetPools to add.public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder clearTargetPools()
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;public RegionInstanceGroupManagersSetTargetPoolsRequest.Builder addTargetPoolsBytes(com.google.protobuf.ByteString value)
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;value - The bytes of the targetPools to add.public final RegionInstanceGroupManagersSetTargetPoolsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>public final RegionInstanceGroupManagersSetTargetPoolsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RegionInstanceGroupManagersSetTargetPoolsRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.