Class AddressList.Builder (1.51.0)

public static final class AddressList.Builder extends GeneratedMessageV3.Builder<AddressList.Builder> implements AddressListOrBuilder

Contains a list of addresses.

Protobuf type google.cloud.compute.v1.AddressList

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllItems(Iterable<? extends Address> values)

public AddressList.Builder addAllItems(Iterable<? extends Address> values)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.Address>
Returns
TypeDescription
AddressList.Builder

addItems(Address value)

public AddressList.Builder addItems(Address value)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
valueAddress
Returns
TypeDescription
AddressList.Builder

addItems(Address.Builder builderForValue)

public AddressList.Builder addItems(Address.Builder builderForValue)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
builderForValueAddress.Builder
Returns
TypeDescription
AddressList.Builder

addItems(int index, Address value)

public AddressList.Builder addItems(int index, Address value)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameters
NameDescription
indexint
valueAddress
Returns
TypeDescription
AddressList.Builder

addItems(int index, Address.Builder builderForValue)

public AddressList.Builder addItems(int index, Address.Builder builderForValue)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameters
NameDescription
indexint
builderForValueAddress.Builder
Returns
TypeDescription
AddressList.Builder

addItemsBuilder()

public Address.Builder addItemsBuilder()

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Returns
TypeDescription
Address.Builder

addItemsBuilder(int index)

public Address.Builder addItemsBuilder(int index)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
indexint
Returns
TypeDescription
Address.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AddressList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AddressList.Builder
Overrides

build()

public AddressList build()
Returns
TypeDescription
AddressList

buildPartial()

public AddressList buildPartial()
Returns
TypeDescription
AddressList

clear()

public AddressList.Builder clear()
Returns
TypeDescription
AddressList.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AddressList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AddressList.Builder
Overrides

clearId()

public AddressList.Builder clearId()

[Output Only] Unique identifier for the resource; defined by the server.

optional string id = 3355;

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

clearItems()

public AddressList.Builder clearItems()

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Returns
TypeDescription
AddressList.Builder

clearKind()

public AddressList.Builder clearKind()

[Output Only] Type of resource. Always compute#addressList for lists of addresses.

optional string kind = 3292052;

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

clearNextPageToken()

public AddressList.Builder clearNextPageToken()

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

optional string next_page_token = 79797525;

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AddressList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AddressList.Builder
Overrides
public AddressList.Builder clearSelfLink()

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

clearWarning()

public AddressList.Builder clearWarning()

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
AddressList.Builder

clone()

public AddressList.Builder clone()
Returns
TypeDescription
AddressList.Builder
Overrides

getDefaultInstanceForType()

public AddressList getDefaultInstanceForType()
Returns
TypeDescription
AddressList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getId()

public String getId()

[Output Only] Unique identifier for the resource; defined by the server.

optional string id = 3355;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

[Output Only] Unique identifier for the resource; defined by the server.

optional string id = 3355;

Returns
TypeDescription
ByteString

The bytes for id.

getItems(int index)

public Address getItems(int index)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
indexint
Returns
TypeDescription
Address

getItemsBuilder(int index)

public Address.Builder getItemsBuilder(int index)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
indexint
Returns
TypeDescription
Address.Builder

getItemsBuilderList()

public List<Address.Builder> getItemsBuilderList()

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Returns
TypeDescription
List<Builder>

getItemsCount()

public int getItemsCount()

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Returns
TypeDescription
int

getItemsList()

public List<Address> getItemsList()

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Returns
TypeDescription
List<Address>

getItemsOrBuilder(int index)

public AddressOrBuilder getItemsOrBuilder(int index)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
indexint
Returns
TypeDescription
AddressOrBuilder

getItemsOrBuilderList()

public List<? extends AddressOrBuilder> getItemsOrBuilderList()

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.AddressOrBuilder>

getKind()

public String getKind()

[Output Only] Type of resource. Always compute#addressList for lists of addresses.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

[Output Only] Type of resource. Always compute#addressList for lists of addresses.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getNextPageToken()

public String getNextPageToken()

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

optional string next_page_token = 79797525;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

optional string next_page_token = 79797525;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

public String getSelfLink()

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Returns
TypeDescription
String

The selfLink.

getSelfLinkBytes()

public ByteString getSelfLinkBytes()

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Returns
TypeDescription
ByteString

The bytes for selfLink.

getWarning()

public Warning getWarning()

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningBuilder()

public Warning.Builder getWarningBuilder()

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning.Builder

getWarningOrBuilder()

public WarningOrBuilder getWarningOrBuilder()

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasId()

public boolean hasId()

[Output Only] Unique identifier for the resource; defined by the server.

optional string id = 3355;

Returns
TypeDescription
boolean

Whether the id field is set.

hasKind()

public boolean hasKind()

[Output Only] Type of resource. Always compute#addressList for lists of addresses.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hasNextPageToken()

public boolean hasNextPageToken()

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

optional string next_page_token = 79797525;

Returns
TypeDescription
boolean

Whether the nextPageToken field is set.

public boolean hasSelfLink()

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Returns
TypeDescription
boolean

Whether the selfLink field is set.

hasWarning()

public boolean hasWarning()

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AddressList other)

public AddressList.Builder mergeFrom(AddressList other)
Parameter
NameDescription
otherAddressList
Returns
TypeDescription
AddressList.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AddressList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AddressList.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AddressList.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AddressList.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AddressList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AddressList.Builder
Overrides

mergeWarning(Warning value)

public AddressList.Builder mergeWarning(Warning value)

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
valueWarning
Returns
TypeDescription
AddressList.Builder

removeItems(int index)

public AddressList.Builder removeItems(int index)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameter
NameDescription
indexint
Returns
TypeDescription
AddressList.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public AddressList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AddressList.Builder
Overrides

setId(String value)

public AddressList.Builder setId(String value)

[Output Only] Unique identifier for the resource; defined by the server.

optional string id = 3355;

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setIdBytes(ByteString value)

public AddressList.Builder setIdBytes(ByteString value)

[Output Only] Unique identifier for the resource; defined by the server.

optional string id = 3355;

Parameter
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setItems(int index, Address value)

public AddressList.Builder setItems(int index, Address value)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameters
NameDescription
indexint
valueAddress
Returns
TypeDescription
AddressList.Builder

setItems(int index, Address.Builder builderForValue)

public AddressList.Builder setItems(int index, Address.Builder builderForValue)

A list of Address resources.

repeated .google.cloud.compute.v1.Address items = 100526016;

Parameters
NameDescription
indexint
builderForValueAddress.Builder
Returns
TypeDescription
AddressList.Builder

setKind(String value)

public AddressList.Builder setKind(String value)

[Output Only] Type of resource. Always compute#addressList for lists of addresses.

optional string kind = 3292052;

Parameter
NameDescription
valueString

The kind to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setKindBytes(ByteString value)

public AddressList.Builder setKindBytes(ByteString value)

[Output Only] Type of resource. Always compute#addressList for lists of addresses.

optional string kind = 3292052;

Parameter
NameDescription
valueByteString

The bytes for kind to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setNextPageToken(String value)

public AddressList.Builder setNextPageToken(String value)

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

optional string next_page_token = 79797525;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public AddressList.Builder setNextPageTokenBytes(ByteString value)

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

optional string next_page_token = 79797525;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AddressList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AddressList.Builder
Overrides
public AddressList.Builder setSelfLink(String value)

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Parameter
NameDescription
valueString

The selfLink to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setSelfLinkBytes(ByteString value)

public AddressList.Builder setSelfLinkBytes(ByteString value)

[Output Only] Server-defined URL for this resource.

optional string self_link = 456214797;

Parameter
NameDescription
valueByteString

The bytes for selfLink to set.

Returns
TypeDescription
AddressList.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AddressList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AddressList.Builder
Overrides

setWarning(Warning value)

public AddressList.Builder setWarning(Warning value)

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
valueWarning
Returns
TypeDescription
AddressList.Builder

setWarning(Warning.Builder builderForValue)

public AddressList.Builder setWarning(Warning.Builder builderForValue)

[Output Only] Informational warning message.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
builderForValueWarning.Builder
Returns
TypeDescription
AddressList.Builder