Send feedback
Class ListListingsResponse.Builder (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.9.0 keyboard_arrow_down
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.analyticshub.v1.ListListingsResponse
Inherited Members
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
Methods
addAllListings(Iterable<? extends Listing> values)
public ListListingsResponse . Builder addAllListings ( Iterable <? extends Listing > values )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Name Description values
Iterable <? extends com.google.cloud.bigquery.analyticshub.v1.Listing >
Returns
addListings(Listing value)
public ListListingsResponse . Builder addListings ( Listing value )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Returns
addListings(Listing.Builder builderForValue)
public ListListingsResponse . Builder addListings ( Listing . Builder builderForValue )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Returns
addListings(int index, Listing value)
public ListListingsResponse . Builder addListings ( int index , Listing value )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameters
Returns
addListings(int index, Listing.Builder builderForValue)
public ListListingsResponse . Builder addListings ( int index , Listing . Builder builderForValue )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameters
Returns
addListingsBuilder()
public Listing . Builder addListingsBuilder ()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Returns
addListingsBuilder(int index)
public Listing . Builder addListingsBuilder ( int index )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListListingsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ListListingsResponse build ()
Returns
buildPartial()
public ListListingsResponse buildPartial ()
Returns
clear()
public ListListingsResponse . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListListingsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearListings()
public ListListingsResponse . Builder clearListings ()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Returns
clearNextPageToken()
public ListListingsResponse . Builder clearNextPageToken ()
A token to request the next page of results.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListListingsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public ListListingsResponse . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public ListListingsResponse getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getListings(int index)
public Listing getListings ( int index )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Returns
getListingsBuilder(int index)
public Listing . Builder getListingsBuilder ( int index )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Returns
getListingsBuilderList()
public List<Listing . Builder > getListingsBuilderList ()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Returns
getListingsCount()
public int getListingsCount ()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Returns
getListingsList()
public List<Listing> getListingsList ()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Returns
getListingsOrBuilder(int index)
public ListingOrBuilder getListingsOrBuilder ( int index )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Returns
getListingsOrBuilderList()
public List <? extends ListingOrBuilder > getListingsOrBuilderList ()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Returns
Type Description List <? extends com.google.cloud.bigquery.analyticshub.v1.ListingOrBuilder >
getNextPageToken()
public String getNextPageToken ()
A token to request the next page of results.
string next_page_token = 2;
Returns
Type Description String
The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
A token to request the next page of results.
string next_page_token = 2;
Returns
Type Description ByteString
The bytes for nextPageToken.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ListListingsResponse other)
public ListListingsResponse . Builder mergeFrom ( ListListingsResponse other )
Parameter
Returns
public ListListingsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListListingsResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListListingsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeListings(int index)
public ListListingsResponse . Builder removeListings ( int index )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListListingsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setListings(int index, Listing value)
public ListListingsResponse . Builder setListings ( int index , Listing value )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameters
Returns
setListings(int index, Listing.Builder builderForValue)
public ListListingsResponse . Builder setListings ( int index , Listing . Builder builderForValue )
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
Parameters
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
Name Description value
String
The nextPageToken to set.
Returns
setNextPageTokenBytes(ByteString value)
public ListListingsResponse . Builder setNextPageTokenBytes ( ByteString value )
A token to request the next page of results.
string next_page_token = 2;
Parameter
Name Description value
ByteString
The bytes for nextPageToken to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListListingsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListListingsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]