Class ListCustomersResponse.Builder (0.6.0)

public static final class ListCustomersResponse.Builder extends GeneratedMessageV3.Builder<ListCustomersResponse.Builder> implements ListCustomersResponseOrBuilder

Response message for list customer Customers requests

Protobuf type google.cloud.cloudcontrolspartner.v1.ListCustomersResponse

Static Methods

getDescriptor()

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

Methods

addAllCustomers(Iterable<? extends Customer> values)

public ListCustomersResponse.Builder addAllCustomers(Iterable<? extends Customer> values)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.cloudcontrolspartner.v1.Customer>
Returns
TypeDescription
ListCustomersResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListCustomersResponse.Builder addAllUnreachable(Iterable<String> values)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valuesIterable<String>

The unreachable to add.

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.

addCustomers(Customer value)

public ListCustomersResponse.Builder addCustomers(Customer value)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
valueCustomer
Returns
TypeDescription
ListCustomersResponse.Builder

addCustomers(Customer.Builder builderForValue)

public ListCustomersResponse.Builder addCustomers(Customer.Builder builderForValue)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
builderForValueCustomer.Builder
Returns
TypeDescription
ListCustomersResponse.Builder

addCustomers(int index, Customer value)

public ListCustomersResponse.Builder addCustomers(int index, Customer value)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameters
NameDescription
indexint
valueCustomer
Returns
TypeDescription
ListCustomersResponse.Builder

addCustomers(int index, Customer.Builder builderForValue)

public ListCustomersResponse.Builder addCustomers(int index, Customer.Builder builderForValue)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameters
NameDescription
indexint
builderForValueCustomer.Builder
Returns
TypeDescription
ListCustomersResponse.Builder

addCustomersBuilder()

public Customer.Builder addCustomersBuilder()

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Returns
TypeDescription
Customer.Builder

addCustomersBuilder(int index)

public Customer.Builder addCustomersBuilder(int index)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Customer.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUnreachable(String value)

public ListCustomersResponse.Builder addUnreachable(String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valueString

The unreachable to add.

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListCustomersResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valueByteString

The bytes of the unreachable to add.

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.

build()

public ListCustomersResponse build()
Returns
TypeDescription
ListCustomersResponse

buildPartial()

public ListCustomersResponse buildPartial()
Returns
TypeDescription
ListCustomersResponse

clear()

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

clearCustomers()

public ListCustomersResponse.Builder clearCustomers()

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Returns
TypeDescription
ListCustomersResponse.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListCustomersResponse.Builder clearNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUnreachable()

public ListCustomersResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.

clone()

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

getCustomers(int index)

public Customer getCustomers(int index)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Customer

getCustomersBuilder(int index)

public Customer.Builder getCustomersBuilder(int index)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Customer.Builder

getCustomersBuilderList()

public List<Customer.Builder> getCustomersBuilderList()

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Returns
TypeDescription
List<Builder>

getCustomersCount()

public int getCustomersCount()

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Returns
TypeDescription
int

getCustomersList()

public List<Customer> getCustomersList()

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Returns
TypeDescription
List<Customer>

getCustomersOrBuilder(int index)

public CustomerOrBuilder getCustomersOrBuilder(int index)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CustomerOrBuilder

getCustomersOrBuilderList()

public List<? extends CustomerOrBuilder> getCustomersOrBuilderList()

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Returns
TypeDescription
List<? extends com.google.cloud.cloudcontrolspartner.v1.CustomerOrBuilder>

getDefaultInstanceForType()

public ListCustomersResponse getDefaultInstanceForType()
Returns
TypeDescription
ListCustomersResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNextPageToken()

public String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListCustomersResponse other)

public ListCustomersResponse.Builder mergeFrom(ListCustomersResponse other)
Parameter
NameDescription
otherListCustomersResponse
Returns
TypeDescription
ListCustomersResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeCustomers(int index)

public ListCustomersResponse.Builder removeCustomers(int index)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListCustomersResponse.Builder

setCustomers(int index, Customer value)

public ListCustomersResponse.Builder setCustomers(int index, Customer value)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameters
NameDescription
indexint
valueCustomer
Returns
TypeDescription
ListCustomersResponse.Builder

setCustomers(int index, Customer.Builder builderForValue)

public ListCustomersResponse.Builder setCustomers(int index, Customer.Builder builderForValue)

List of customers

repeated .google.cloud.cloudcontrolspartner.v1.Customer customers = 1;

Parameters
NameDescription
indexint
builderForValueCustomer.Builder
Returns
TypeDescription
ListCustomersResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListCustomersResponse.Builder setNextPageToken(String value)

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListCustomersResponse.Builder setNextPageTokenBytes(ByteString value)

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUnreachable(int index, String value)

public ListCustomersResponse.Builder setUnreachable(int index, String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The unreachable to set.

Returns
TypeDescription
ListCustomersResponse.Builder

This builder for chaining.