Class ListBatchJobResultsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
- com.google.ads.googleads.v14.services.ListBatchJobResultsResponse.Builder
-
- All Implemented Interfaces:
ListBatchJobResultsResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- ListBatchJobResultsResponse
public static final class ListBatchJobResultsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder> implements ListBatchJobResultsResponseOrBuilder
Response message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v14.services.BatchJobService.ListBatchJobResults].
Protobuf typegoogle.ads.googleads.v14.services.ListBatchJobResultsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBatchJobResultsResponse.BuilderaddAllResults(java.lang.Iterable<? extends BatchJobResult> values)The list of rows that matched the query.ListBatchJobResultsResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ListBatchJobResultsResponse.BuilderaddResults(int index, BatchJobResult value)The list of rows that matched the query.ListBatchJobResultsResponse.BuilderaddResults(int index, BatchJobResult.Builder builderForValue)The list of rows that matched the query.ListBatchJobResultsResponse.BuilderaddResults(BatchJobResult value)The list of rows that matched the query.ListBatchJobResultsResponse.BuilderaddResults(BatchJobResult.Builder builderForValue)The list of rows that matched the query.BatchJobResult.BuilderaddResultsBuilder()The list of rows that matched the query.BatchJobResult.BuilderaddResultsBuilder(int index)The list of rows that matched the query.ListBatchJobResultsResponsebuild()ListBatchJobResultsResponsebuildPartial()ListBatchJobResultsResponse.Builderclear()ListBatchJobResultsResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListBatchJobResultsResponse.BuilderclearNextPageToken()Pagination token used to retrieve the next page of results.ListBatchJobResultsResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListBatchJobResultsResponse.BuilderclearResults()The list of rows that matched the query.ListBatchJobResultsResponse.Builderclone()ListBatchJobResultsResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetNextPageToken()Pagination token used to retrieve the next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()Pagination token used to retrieve the next page of results.BatchJobResultgetResults(int index)The list of rows that matched the query.BatchJobResult.BuildergetResultsBuilder(int index)The list of rows that matched the query.java.util.List<BatchJobResult.Builder>getResultsBuilderList()The list of rows that matched the query.intgetResultsCount()The list of rows that matched the query.java.util.List<BatchJobResult>getResultsList()The list of rows that matched the query.BatchJobResultOrBuildergetResultsOrBuilder(int index)The list of rows that matched the query.java.util.List<? extends BatchJobResultOrBuilder>getResultsOrBuilderList()The list of rows that matched the query.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListBatchJobResultsResponse.BuildermergeFrom(ListBatchJobResultsResponse other)ListBatchJobResultsResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListBatchJobResultsResponse.BuildermergeFrom(com.google.protobuf.Message other)ListBatchJobResultsResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListBatchJobResultsResponse.BuilderremoveResults(int index)The list of rows that matched the query.ListBatchJobResultsResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ListBatchJobResultsResponse.BuildersetNextPageToken(java.lang.String value)Pagination token used to retrieve the next page of results.ListBatchJobResultsResponse.BuildersetNextPageTokenBytes(com.google.protobuf.ByteString value)Pagination token used to retrieve the next page of results.ListBatchJobResultsResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)ListBatchJobResultsResponse.BuildersetResults(int index, BatchJobResult value)The list of rows that matched the query.ListBatchJobResultsResponse.BuildersetResults(int index, BatchJobResult.Builder builderForValue)The list of rows that matched the query.ListBatchJobResultsResponse.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, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, 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<ListBatchJobResultsResponse.Builder>
-
clear
public ListBatchJobResultsResponse.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<ListBatchJobResultsResponse.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<ListBatchJobResultsResponse.Builder>
-
getDefaultInstanceForType
public ListBatchJobResultsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListBatchJobResultsResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListBatchJobResultsResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListBatchJobResultsResponse.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<ListBatchJobResultsResponse.Builder>
-
setField
public ListBatchJobResultsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
clearField
public ListBatchJobResultsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
clearOneof
public ListBatchJobResultsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
setRepeatedField
public ListBatchJobResultsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
addRepeatedField
public ListBatchJobResultsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
mergeFrom
public ListBatchJobResultsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListBatchJobResultsResponse.Builder>
-
mergeFrom
public ListBatchJobResultsResponse.Builder mergeFrom(ListBatchJobResultsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
mergeFrom
public ListBatchJobResultsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListBatchJobResultsResponse.Builder>- Throws:
java.io.IOException
-
getResultsList
public java.util.List<BatchJobResult> getResultsList()
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;- Specified by:
getResultsListin interfaceListBatchJobResultsResponseOrBuilder
-
getResultsCount
public int getResultsCount()
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;- Specified by:
getResultsCountin interfaceListBatchJobResultsResponseOrBuilder
-
getResults
public BatchJobResult getResults(int index)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;- Specified by:
getResultsin interfaceListBatchJobResultsResponseOrBuilder
-
setResults
public ListBatchJobResultsResponse.Builder setResults(int index, BatchJobResult value)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
setResults
public ListBatchJobResultsResponse.Builder setResults(int index, BatchJobResult.Builder builderForValue)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
addResults
public ListBatchJobResultsResponse.Builder addResults(BatchJobResult value)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
addResults
public ListBatchJobResultsResponse.Builder addResults(int index, BatchJobResult value)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
addResults
public ListBatchJobResultsResponse.Builder addResults(BatchJobResult.Builder builderForValue)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
addResults
public ListBatchJobResultsResponse.Builder addResults(int index, BatchJobResult.Builder builderForValue)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
addAllResults
public ListBatchJobResultsResponse.Builder addAllResults(java.lang.Iterable<? extends BatchJobResult> values)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
clearResults
public ListBatchJobResultsResponse.Builder clearResults()
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
removeResults
public ListBatchJobResultsResponse.Builder removeResults(int index)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
getResultsBuilder
public BatchJobResult.Builder getResultsBuilder(int index)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
getResultsOrBuilder
public BatchJobResultOrBuilder getResultsOrBuilder(int index)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;- Specified by:
getResultsOrBuilderin interfaceListBatchJobResultsResponseOrBuilder
-
getResultsOrBuilderList
public java.util.List<? extends BatchJobResultOrBuilder> getResultsOrBuilderList()
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;- Specified by:
getResultsOrBuilderListin interfaceListBatchJobResultsResponseOrBuilder
-
addResultsBuilder
public BatchJobResult.Builder addResultsBuilder()
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
addResultsBuilder
public BatchJobResult.Builder addResultsBuilder(int index)
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
getResultsBuilderList
public java.util.List<BatchJobResult.Builder> getResultsBuilderList()
The list of rows that matched the query.
repeated .google.ads.googleads.v14.services.BatchJobResult results = 1;
-
getNextPageToken
public java.lang.String getNextPageToken()
Pagination token used to retrieve the next page of results. Pass the content of this string as the `page_token` attribute of the next request. `next_page_token` is not returned for the last page.
string next_page_token = 2;- Specified by:
getNextPageTokenin interfaceListBatchJobResultsResponseOrBuilder- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token used to retrieve the next page of results. Pass the content of this string as the `page_token` attribute of the next request. `next_page_token` is not returned for the last page.
string next_page_token = 2;- Specified by:
getNextPageTokenBytesin interfaceListBatchJobResultsResponseOrBuilder- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListBatchJobResultsResponse.Builder setNextPageToken(java.lang.String value)
Pagination token used to retrieve the next page of results. Pass the content of this string as the `page_token` attribute of the next request. `next_page_token` is not returned for the last page.
string next_page_token = 2;- Parameters:
value- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListBatchJobResultsResponse.Builder clearNextPageToken()
Pagination token used to retrieve the next page of results. Pass the content of this string as the `page_token` attribute of the next request. `next_page_token` is not returned for the last page.
string next_page_token = 2;- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListBatchJobResultsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Pagination token used to retrieve the next page of results. Pass the content of this string as the `page_token` attribute of the next request. `next_page_token` is not returned for the last page.
string next_page_token = 2;- Parameters:
value- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListBatchJobResultsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
mergeUnknownFields
public final ListBatchJobResultsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListBatchJobResultsResponse.Builder>
-
-