public static final class AddressesScopedList.Builder extends GeneratedMessageV3.Builder<AddressesScopedList.Builder> implements AddressesScopedListOrBuilder
Protobuf type google.cloud.compute.v1.AddressesScopedList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AddressesScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
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;
clearField(Descriptors.FieldDescriptor field)
public AddressesScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public AddressesScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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;
clone()
public AddressesScopedList.Builder clone()
Overrides
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;