public static final class BatchRunPivotReportsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder> implements BatchRunPivotReportsRequestOrBuilder
The batch request containing multiple pivot report requests.Protobuf type
google.analytics.data.v1beta.BatchRunPivotReportsRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchRunPivotReportsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchRunPivotReportsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchRunPivotReportsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder mergeFrom(BatchRunPivotReportsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public BatchRunPivotReportsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchRunPivotReportsRequest.Builder>IOExceptionpublic String getProperty()
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property. Example: properties/1234
string property = 1;getProperty in interface BatchRunPivotReportsRequestOrBuilderpublic com.google.protobuf.ByteString getPropertyBytes()
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property. Example: properties/1234
string property = 1;getPropertyBytes in interface BatchRunPivotReportsRequestOrBuilderpublic BatchRunPivotReportsRequest.Builder setProperty(String value)
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property. Example: properties/1234
string property = 1;value - The property to set.public BatchRunPivotReportsRequest.Builder clearProperty()
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property. Example: properties/1234
string property = 1;public BatchRunPivotReportsRequest.Builder setPropertyBytes(com.google.protobuf.ByteString value)
A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property. Example: properties/1234
string property = 1;value - The bytes for property to set.public List<RunPivotReportRequest> getRequestsList()
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;getRequestsList in interface BatchRunPivotReportsRequestOrBuilderpublic int getRequestsCount()
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;getRequestsCount in interface BatchRunPivotReportsRequestOrBuilderpublic RunPivotReportRequest getRequests(int index)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;getRequests in interface BatchRunPivotReportsRequestOrBuilderpublic BatchRunPivotReportsRequest.Builder setRequests(int index, RunPivotReportRequest value)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder setRequests(int index, RunPivotReportRequest.Builder builderForValue)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder addRequests(RunPivotReportRequest value)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder addRequests(int index, RunPivotReportRequest value)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder addRequests(RunPivotReportRequest.Builder builderForValue)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder addRequests(int index, RunPivotReportRequest.Builder builderForValue)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder addAllRequests(Iterable<? extends RunPivotReportRequest> values)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder clearRequests()
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public BatchRunPivotReportsRequest.Builder removeRequests(int index)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public RunPivotReportRequest.Builder getRequestsBuilder(int index)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public RunPivotReportRequestOrBuilder getRequestsOrBuilder(int index)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;getRequestsOrBuilder in interface BatchRunPivotReportsRequestOrBuilderpublic List<? extends RunPivotReportRequestOrBuilder> getRequestsOrBuilderList()
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;getRequestsOrBuilderList in interface BatchRunPivotReportsRequestOrBuilderpublic RunPivotReportRequest.Builder addRequestsBuilder()
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public RunPivotReportRequest.Builder addRequestsBuilder(int index)
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public List<RunPivotReportRequest.Builder> getRequestsBuilderList()
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunPivotReportRequest requests = 2;public final BatchRunPivotReportsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>public final BatchRunPivotReportsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchRunPivotReportsRequest.Builder>Copyright © 2022 Google LLC. All rights reserved.