public static final class AddressesScopedList.Builder extends GeneratedMessage.Builder<AddressesScopedList.Builder> implements AddressesScopedListOrBuilder
Protobuf type google.cloud.compute.v1.AddressesScopedList
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
addAddresses(Address value)
public AddressesScopedList.Builder addAddresses(Address value)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameter |
| Name |
Description |
value |
Address
|
addAddresses(Address.Builder builderForValue)
public AddressesScopedList.Builder addAddresses(Address.Builder builderForValue)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
addAddresses(int index, Address value)
public AddressesScopedList.Builder addAddresses(int index, Address value)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameters |
| Name |
Description |
index |
int
|
value |
Address
|
addAddresses(int index, Address.Builder builderForValue)
public AddressesScopedList.Builder addAddresses(int index, Address.Builder builderForValue)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
addAddressesBuilder()
public Address.Builder addAddressesBuilder()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
addAddressesBuilder(int index)
public Address.Builder addAddressesBuilder(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameter |
| Name |
Description |
index |
int
|
addAllAddresses(Iterable<? extends Address> values)
public AddressesScopedList.Builder addAllAddresses(Iterable<? extends Address> values)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.Address>
|
build()
public AddressesScopedList build()
buildPartial()
public AddressesScopedList buildPartial()
clear()
public AddressesScopedList.Builder clear()
Overrides
clearAddresses()
public AddressesScopedList.Builder clearAddresses()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
clearWarning()
public AddressesScopedList.Builder clearWarning()
[Output Only] Informational warning which replaces the list of addresses
when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
getAddresses(int index)
public Address getAddresses(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameter |
| Name |
Description |
index |
int
|
getAddressesBuilder(int index)
public Address.Builder getAddressesBuilder(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameter |
| Name |
Description |
index |
int
|
getAddressesBuilderList()
public List<Address.Builder> getAddressesBuilderList()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
getAddressesCount()
public int getAddressesCount()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Returns |
| Type |
Description |
int |
|
getAddressesList()
public List<Address> getAddressesList()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
getAddressesOrBuilder(int index)
public AddressOrBuilder getAddressesOrBuilder(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameter |
| Name |
Description |
index |
int
|
getAddressesOrBuilderList()
public List<? extends AddressOrBuilder> getAddressesOrBuilderList()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.AddressOrBuilder> |
|
getDefaultInstanceForType()
public AddressesScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getWarning()
public Warning getWarning()
[Output Only] 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()
[Output Only] 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()
[Output Only] 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()
[Output Only] 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(AddressesScopedList other)
public AddressesScopedList.Builder mergeFrom(AddressesScopedList other)
public AddressesScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AddressesScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public AddressesScopedList.Builder mergeWarning(Warning value)
[Output Only] 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
|
removeAddresses(int index)
public AddressesScopedList.Builder removeAddresses(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameter |
| Name |
Description |
index |
int
|
setAddresses(int index, Address value)
public AddressesScopedList.Builder setAddresses(int index, Address value)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Parameters |
| Name |
Description |
index |
int
|
value |
Address
|
setAddresses(int index, Address.Builder builderForValue)
public AddressesScopedList.Builder setAddresses(int index, Address.Builder builderForValue)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
setWarning(Warning value)
public AddressesScopedList.Builder setWarning(Warning value)
[Output Only] 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 AddressesScopedList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning which replaces the list of addresses
when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;