public interface BatchRunReportsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity()
A property whose events are tracked.
|
EntityOrBuilder |
getEntityOrBuilder()
A property 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.
|
boolean |
hasEntity()
A property whose events are tracked.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEntity()
A property whose events are tracked. This entity must be specified for the batch. The entity within RunReportRequest may either be unspecified or consistent with this entity.
.google.analytics.data.v1alpha.Entity entity = 1;Entity getEntity()
A property whose events are tracked. This entity must be specified for the batch. The entity within RunReportRequest may either be unspecified or consistent with this entity.
.google.analytics.data.v1alpha.Entity entity = 1;EntityOrBuilder getEntityOrBuilder()
A property whose events are tracked. This entity must be specified for the batch. The entity within RunReportRequest may either be unspecified or consistent with this entity.
.google.analytics.data.v1alpha.Entity entity = 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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.RunReportRequest requests = 2;Copyright © 2021 Google LLC. All rights reserved.