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.dataexchange.v1beta1.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.dataexchange.v1beta1.ListListingsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListListingsResponse.BuilderaddAllListings(Iterable<? extends Listing> values)The list of Listing.ListListingsResponse.BuilderaddListings(int index, Listing value)The list of Listing.ListListingsResponse.BuilderaddListings(int index, Listing.Builder builderForValue)The list of Listing.ListListingsResponse.BuilderaddListings(Listing value)The list of Listing.ListListingsResponse.BuilderaddListings(Listing.Builder builderForValue)The list of Listing.Listing.BuilderaddListingsBuilder()The list of Listing.Listing.BuilderaddListingsBuilder(int index)The list of Listing.ListListingsResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListListingsResponsebuild()ListListingsResponsebuildPartial()ListListingsResponse.Builderclear()ListListingsResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListListingsResponse.BuilderclearListings()The list of Listing.ListListingsResponse.BuilderclearNextPageToken()A token to request the next page of results.ListListingsResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListListingsResponse.Builderclone()ListListingsResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()ListinggetListings(int index)The list of Listing.Listing.BuildergetListingsBuilder(int index)The list of Listing.List<Listing.Builder>getListingsBuilderList()The list of Listing.intgetListingsCount()The list of Listing.List<Listing>getListingsList()The list of Listing.ListingOrBuildergetListingsOrBuilder(int index)The list of Listing.List<? extends ListingOrBuilder>getListingsOrBuilderList()The list of Listing.StringgetNextPageToken()A token to request the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token to request the next page of results.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListListingsResponse.BuildermergeFrom(ListListingsResponse other)ListListingsResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListListingsResponse.BuildermergeFrom(com.google.protobuf.Message other)ListListingsResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListListingsResponse.BuilderremoveListings(int index)The list of Listing.ListListingsResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListListingsResponse.BuildersetListings(int index, Listing value)The list of Listing.ListListingsResponse.BuildersetListings(int index, Listing.Builder builderForValue)The list of Listing.ListListingsResponse.BuildersetNextPageToken(String value)A token to request the next page of results.ListListingsResponse.BuildersetNextPageTokenBytes(com.google.protobuf.ByteString value)A token to request the next page of results.ListListingsResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListListingsResponse.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
clear
public ListListingsResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
getDefaultInstanceForType
public ListListingsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListListingsResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListListingsResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListListingsResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
setField
public ListListingsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
clearField
public ListListingsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
clearOneof
public ListListingsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
setRepeatedField
public ListListingsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
addRepeatedField
public ListListingsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
mergeFrom
public ListListingsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListListingsResponse.Builder>
-
mergeFrom
public ListListingsResponse.Builder mergeFrom(ListListingsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListListingsResponse.Builder>- Throws:
IOException
-
getListingsList
public List<Listing> getListingsList()
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;- Specified by:
getListingsListin interfaceListListingsResponseOrBuilder
-
getListingsCount
public int getListingsCount()
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;- Specified by:
getListingsCountin interfaceListListingsResponseOrBuilder
-
getListings
public Listing getListings(int index)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;- Specified by:
getListingsin interfaceListListingsResponseOrBuilder
-
setListings
public ListListingsResponse.Builder setListings(int index, Listing value)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
setListings
public ListListingsResponse.Builder setListings(int index, Listing.Builder builderForValue)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(Listing value)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(int index, Listing value)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(Listing.Builder builderForValue)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
addListings
public ListListingsResponse.Builder addListings(int index, Listing.Builder builderForValue)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
addAllListings
public ListListingsResponse.Builder addAllListings(Iterable<? extends Listing> values)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
clearListings
public ListListingsResponse.Builder clearListings()
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
removeListings
public ListListingsResponse.Builder removeListings(int index)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
getListingsBuilder
public Listing.Builder getListingsBuilder(int index)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
getListingsOrBuilder
public ListingOrBuilder getListingsOrBuilder(int index)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;- Specified by:
getListingsOrBuilderin interfaceListListingsResponseOrBuilder
-
getListingsOrBuilderList
public List<? extends ListingOrBuilder> getListingsOrBuilderList()
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;- Specified by:
getListingsOrBuilderListin interfaceListListingsResponseOrBuilder
-
addListingsBuilder
public Listing.Builder addListingsBuilder()
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
addListingsBuilder
public Listing.Builder addListingsBuilder(int index)
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
getListingsBuilderList
public List<Listing.Builder> getListingsBuilderList()
The list of Listing.
repeated .google.cloud.bigquery.dataexchange.v1beta1.Listing listings = 1;
-
getNextPageToken
public String getNextPageToken()
A token to request the next page of results.
string next_page_token = 2;- Specified by:
getNextPageTokenin 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:
getNextPageTokenBytesin 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:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
mergeUnknownFields
public final ListListingsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListListingsResponse.Builder>
-
-