Class ListListingsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
- com.google.cloud.bigquery.analyticshub.v1.ListListingsResponse.Builder
-
- All Implemented Interfaces:
ListListingsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListListingsResponse
public static final class ListListingsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder> implements ListListingsResponseOrBuilder
Message for response to the list of Listings.
Protobuf typegoogle.cloud.bigquery.analyticshub.v1.ListListingsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListListingsResponse.Builder
addAllListings(Iterable<? extends Listing> values)
The list of Listing.ListListingsResponse.Builder
addListings(int index, Listing value)
The list of Listing.ListListingsResponse.Builder
addListings(int index, Listing.Builder builderForValue)
The list of Listing.ListListingsResponse.Builder
addListings(Listing value)
The list of Listing.ListListingsResponse.Builder
addListings(Listing.Builder builderForValue)
The list of Listing.Listing.Builder
addListingsBuilder()
The list of Listing.Listing.Builder
addListingsBuilder(int index)
The list of Listing.ListListingsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListListingsResponse
build()
ListListingsResponse
buildPartial()
ListListingsResponse.Builder
clear()
ListListingsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListListingsResponse.Builder
clearListings()
The list of Listing.ListListingsResponse.Builder
clearNextPageToken()
A token to request the next page of results.ListListingsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListListingsResponse.Builder
clone()
ListListingsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Listing
getListings(int index)
The list of Listing.Listing.Builder
getListingsBuilder(int index)
The list of Listing.List<Listing.Builder>
getListingsBuilderList()
The list of Listing.int
getListingsCount()
The list of Listing.List<Listing>
getListingsList()
The list of Listing.ListingOrBuilder
getListingsOrBuilder(int index)
The list of Listing.List<? extends ListingOrBuilder>
getListingsOrBuilderList()
The list of Listing.String
getNextPageToken()
A token to request the next page of results.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token to request the next page of results.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListListingsResponse.Builder
mergeFrom(ListListingsResponse other)
ListListingsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListListingsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListListingsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListListingsResponse.Builder
removeListings(int index)
The list of Listing.ListListingsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListListingsResponse.Builder
setListings(int index, Listing value)
The list of Listing.ListListingsResponse.Builder
setListings(int index, Listing.Builder builderForValue)
The list of Listing.ListListingsResponse.Builder
setNextPageToken(String value)
A token to request the next page of results.ListListingsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to request the next page of results.ListListingsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListListingsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
clear
public ListListingsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
getDefaultInstanceForType
public ListListingsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListListingsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListListingsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListListingsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
setField
public ListListingsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
clearField
public ListListingsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
clearOneof
public ListListingsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
setRepeatedField
public ListListingsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
addRepeatedField
public ListListingsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
mergeFrom
public ListListingsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListListingsResponse.Builder>
-
mergeFrom
public ListListingsResponse.Builder mergeFrom(ListListingsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
mergeFrom
public ListListingsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListListingsResponse.Builder>
- Throws:
IOException
-
getListingsList
public List<Listing> getListingsList()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
- Specified by:
getListingsList
in interfaceListListingsResponseOrBuilder
-
getListingsCount
public int getListingsCount()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
- Specified by:
getListingsCount
in interfaceListListingsResponseOrBuilder
-
getListings
public Listing getListings(int index)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
- Specified by:
getListings
in interfaceListListingsResponseOrBuilder
-
setListings
public ListListingsResponse.Builder setListings(int index, Listing value)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
setListings
public ListListingsResponse.Builder setListings(int index, Listing.Builder builderForValue)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(Listing value)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(int index, Listing value)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(Listing.Builder builderForValue)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(int index, Listing.Builder builderForValue)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
addAllListings
public ListListingsResponse.Builder addAllListings(Iterable<? extends Listing> values)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
clearListings
public ListListingsResponse.Builder clearListings()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
removeListings
public ListListingsResponse.Builder removeListings(int index)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
getListingsBuilder
public Listing.Builder getListingsBuilder(int index)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
getListingsOrBuilder
public ListingOrBuilder getListingsOrBuilder(int index)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
- Specified by:
getListingsOrBuilder
in interfaceListListingsResponseOrBuilder
-
getListingsOrBuilderList
public List<? extends ListingOrBuilder> getListingsOrBuilderList()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
- Specified by:
getListingsOrBuilderList
in interfaceListListingsResponseOrBuilder
-
addListingsBuilder
public Listing.Builder addListingsBuilder()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
addListingsBuilder
public Listing.Builder addListingsBuilder(int index)
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
getListingsBuilderList
public List<Listing.Builder> getListingsBuilderList()
The list of Listing.
repeated .google.cloud.bigquery.analyticshub.v1.Listing listings = 1;
-
getNextPageToken
public String getNextPageToken()
A token to request the next page of results.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListListingsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token to request the next page of results.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListListingsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListListingsResponse.Builder setNextPageToken(String value)
A token to request the next page of results.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListListingsResponse.Builder clearNextPageToken()
A token to request the next page of results.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListListingsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to request the next page of results.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListListingsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
mergeUnknownFields
public final ListListingsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
-