public interface BatchRunPivotReportsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKind()
Identifies what kind of resource this message is.
|
com.google.protobuf.ByteString |
getKindBytes()
Identifies what kind of resource this message is.
|
RunPivotReportResponse |
getPivotReports(int index)
Individual responses.
|
int |
getPivotReportsCount()
Individual responses.
|
List<RunPivotReportResponse> |
getPivotReportsList()
Individual responses.
|
RunPivotReportResponseOrBuilder |
getPivotReportsOrBuilder(int index)
Individual responses.
|
List<? extends RunPivotReportResponseOrBuilder> |
getPivotReportsOrBuilderList()
Individual responses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RunPivotReportResponse> getPivotReportsList()
Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;RunPivotReportResponse getPivotReports(int index)
Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;int getPivotReportsCount()
Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;List<? extends RunPivotReportResponseOrBuilder> getPivotReportsOrBuilderList()
Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;RunPivotReportResponseOrBuilder getPivotReportsOrBuilder(int index)
Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;String getKind()
Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON.
string kind = 2;com.google.protobuf.ByteString getKindBytes()
Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON.
string kind = 2;Copyright © 2022 Google LLC. All rights reserved.