Class ListListingsResponse.Builder (2.7.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

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
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

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

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

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

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

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 Overrides

build()

public ListListingsResponse build()
Returns
TypeDescription
ListListingsResponse

buildPartial()

public ListListingsResponse buildPartial()
Returns
TypeDescription
ListListingsResponse

clear()

public ListListingsResponse.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearListings()

public ListListingsResponse.Builder clearListings()

The list of Listing.

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

Returns

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 Overrides

clone()

public ListListingsResponse.Builder clone()
Returns 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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListListingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns 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

setField(Descriptors.FieldDescriptor field, Object value)

public ListListingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns 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

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

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 Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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