public static final class TargetPoolsScopedList.Builder extends GeneratedMessage.Builder<TargetPoolsScopedList.Builder> implements TargetPoolsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.TargetPoolsScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllTargetPools(Iterable<? extends TargetPool> values)
public TargetPoolsScopedList.Builder addAllTargetPools(Iterable<? extends TargetPool> values)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.TargetPool>
|
addTargetPools(TargetPool value)
public TargetPoolsScopedList.Builder addTargetPools(TargetPool value)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
addTargetPools(TargetPool.Builder builderForValue)
public TargetPoolsScopedList.Builder addTargetPools(TargetPool.Builder builderForValue)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
addTargetPools(int index, TargetPool value)
public TargetPoolsScopedList.Builder addTargetPools(int index, TargetPool value)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
addTargetPools(int index, TargetPool.Builder builderForValue)
public TargetPoolsScopedList.Builder addTargetPools(int index, TargetPool.Builder builderForValue)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
addTargetPoolsBuilder()
public TargetPool.Builder addTargetPoolsBuilder()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
addTargetPoolsBuilder(int index)
public TargetPool.Builder addTargetPoolsBuilder(int index)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Parameter |
| Name |
Description |
index |
int
|
build()
public TargetPoolsScopedList build()
buildPartial()
public TargetPoolsScopedList buildPartial()
clear()
public TargetPoolsScopedList.Builder clear()
Overrides
clearTargetPools()
public TargetPoolsScopedList.Builder clearTargetPools()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
clearWarning()
public TargetPoolsScopedList.Builder clearWarning()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getDefaultInstanceForType()
public TargetPoolsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getTargetPools(int index)
public TargetPool getTargetPools(int index)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Parameter |
| Name |
Description |
index |
int
|
getTargetPoolsBuilder(int index)
public TargetPool.Builder getTargetPoolsBuilder(int index)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Parameter |
| Name |
Description |
index |
int
|
getTargetPoolsBuilderList()
public List<TargetPool.Builder> getTargetPoolsBuilderList()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
getTargetPoolsCount()
public int getTargetPoolsCount()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Returns |
| Type |
Description |
int |
|
getTargetPoolsList()
public List<TargetPool> getTargetPoolsList()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
getTargetPoolsOrBuilder(int index)
public TargetPoolOrBuilder getTargetPoolsOrBuilder(int index)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Parameter |
| Name |
Description |
index |
int
|
getTargetPoolsOrBuilderList()
public List<? extends TargetPoolOrBuilder> getTargetPoolsOrBuilderList()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.TargetPoolOrBuilder> |
|
getWarning()
public Warning getWarning()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
Warning |
The warning.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
public boolean hasWarning()
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
boolean |
Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(TargetPoolsScopedList other)
public TargetPoolsScopedList.Builder mergeFrom(TargetPoolsScopedList other)
public TargetPoolsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public TargetPoolsScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public TargetPoolsScopedList.Builder mergeWarning(Warning value)
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
removeTargetPools(int index)
public TargetPoolsScopedList.Builder removeTargetPools(int index)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
| Parameter |
| Name |
Description |
index |
int
|
setTargetPools(int index, TargetPool value)
public TargetPoolsScopedList.Builder setTargetPools(int index, TargetPool value)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
setTargetPools(int index, TargetPool.Builder builderForValue)
public TargetPoolsScopedList.Builder setTargetPools(int index, TargetPool.Builder builderForValue)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;
setWarning(Warning value)
public TargetPoolsScopedList.Builder setWarning(Warning value)
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public TargetPoolsScopedList.Builder setWarning(Warning.Builder builderForValue)
Informational warning which replaces the list of addresses when
the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;