public interface BatchRunPivotReportsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
A Google Analytics GA4 property identifier whose events are tracked.
|
com.google.protobuf.ByteString |
getPropertyBytes()
A Google Analytics GA4 property identifier whose events are tracked.
|
RunPivotReportRequest |
getRequests(int index)
Individual requests.
|
int |
getRequestsCount()
Individual requests.
|
List<RunPivotReportRequest> |
getRequestsList()
Individual requests.
|
RunPivotReportRequestOrBuilder |
getRequestsOrBuilder(int index)
Individual requests.
|
List<? extends RunPivotReportRequestOrBuilder> |
getRequestsOrBuilderList()
Individual requests.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.