public interface BatchRunReportsRequestOrBuilder
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.
|
RunReportRequest |
getRequests(int index)
Individual requests.
|
int |
getRequestsCount()
Individual requests.
|
List<RunReportRequest> |
getRequestsList()
Individual requests.
|
RunReportRequestOrBuilder |
getRequestsOrBuilder(int index)
Individual requests.
|
List<? extends RunReportRequestOrBuilder> |
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 RunReportRequest 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 RunReportRequest may either be unspecified or consistent with this property. Example: properties/1234
string property = 1;List<RunReportRequest> getRequestsList()
Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;RunReportRequest getRequests(int index)
Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;int getRequestsCount()
Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;List<? extends RunReportRequestOrBuilder> getRequestsOrBuilderList()
Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;RunReportRequestOrBuilder getRequestsOrBuilder(int index)
Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;Copyright © 2022 Google LLC. All rights reserved.