Class ListListingsResponse.Builder (2.28.0)

public static final class ListListingsResponse.Builder extends GeneratedMessageV3.Builder<ListListingsResponse.Builder> implements ListListingsResponseOrBuilder

Message for response to the list of Listings.

Protobuf type google.cloud.bigquery.dataexchange.v1beta1.ListListingsResponse

Static Methods

getDescriptor()

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

Methods

addAllListings(Iterable<? extends Listing> values)

public ListListingsResponse.Builder addAllListings(Iterable<? extends Listing> values)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.bigquery.dataexchange.v1beta1.Listing>
Returns
TypeDescription
ListListingsResponse.Builder

addListings(Listing value)

public ListListingsResponse.Builder addListings(Listing value)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
valueListing
Returns
TypeDescription
ListListingsResponse.Builder

addListings(Listing.Builder builderForValue)

public ListListingsResponse.Builder addListings(Listing.Builder builderForValue)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
builderForValueListing.Builder
Returns
TypeDescription
ListListingsResponse.Builder

addListings(int index, Listing value)

public ListListingsResponse.Builder addListings(int index, Listing value)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameters
NameDescription
indexint
valueListing
Returns
TypeDescription
ListListingsResponse.Builder

addListings(int index, Listing.Builder builderForValue)

public ListListingsResponse.Builder addListings(int index, Listing.Builder builderForValue)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameters
NameDescription
indexint
builderForValueListing.Builder
Returns
TypeDescription
ListListingsResponse.Builder

addListingsBuilder()

public Listing.Builder addListingsBuilder()

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Returns
TypeDescription
Listing.Builder

addListingsBuilder(int index)

public Listing.Builder addListingsBuilder(int index)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Listing.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListListingsResponse build()
Returns
TypeDescription
ListListingsResponse

buildPartial()

public ListListingsResponse buildPartial()
Returns
TypeDescription
ListListingsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearListings()

public ListListingsResponse.Builder clearListings()

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Returns
TypeDescription
ListListingsResponse.Builder

clearNextPageToken()

public ListListingsResponse.Builder clearNextPageToken()

A token to request the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ListListingsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public ListListingsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListListingsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getListings(int index)

public Listing getListings(int index)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Listing

getListingsBuilder(int index)

public Listing.Builder getListingsBuilder(int index)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Listing.Builder

getListingsBuilderList()

public List<Listing.Builder> getListingsBuilderList()

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Returns
TypeDescription
List<Builder>

getListingsCount()

public int getListingsCount()

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Returns
TypeDescription
int

getListingsList()

public List<Listing> getListingsList()

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Returns
TypeDescription
List<Listing>

getListingsOrBuilder(int index)

public ListingOrBuilder getListingsOrBuilder(int index)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListingOrBuilder

getListingsOrBuilderList()

public List<? extends ListingOrBuilder> getListingsOrBuilderList()

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Returns
TypeDescription
List<? extends com.google.cloud.bigquery.dataexchange.v1beta1.ListingOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token to request the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token to request the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListListingsResponse other)

public ListListingsResponse.Builder mergeFrom(ListListingsResponse other)
Parameter
NameDescription
otherListListingsResponse
Returns
TypeDescription
ListListingsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeListings(int index)

public ListListingsResponse.Builder removeListings(int index)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListListingsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setListings(int index, Listing value)

public ListListingsResponse.Builder setListings(int index, Listing value)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameters
NameDescription
indexint
valueListing
Returns
TypeDescription
ListListingsResponse.Builder

setListings(int index, Listing.Builder builderForValue)

public ListListingsResponse.Builder setListings(int index, Listing.Builder builderForValue)

The list of Listing.

repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;

Parameters
NameDescription
indexint
builderForValueListing.Builder
Returns
TypeDescription
ListListingsResponse.Builder

setNextPageToken(String value)

public ListListingsResponse.Builder setNextPageToken(String value)

A token to request the next page of results.

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListListingsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListListingsResponse.Builder setNextPageTokenBytes(ByteString value)

A token to request the next page of results.

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListListingsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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