public interface BatchRunPivotReportsRequestOrBuilder
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.
|
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.
|
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 RunPivotReportRequest 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 RunPivotReportRequest 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 RunPivotReportRequest may either be unspecified or consistent with this entity.
.google.analytics.data.v1alpha.Entity entity = 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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.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.v1alpha.RunPivotReportRequest requests = 2;Copyright © 2021 Google LLC. All rights reserved.