public interface BatchRunReportsResponseOrBuilder
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.
|
RunReportResponse |
getReports(int index)
Individual responses.
|
int |
getReportsCount()
Individual responses.
|
List<RunReportResponse> |
getReportsList()
Individual responses.
|
RunReportResponseOrBuilder |
getReportsOrBuilder(int index)
Individual responses.
|
List<? extends RunReportResponseOrBuilder> |
getReportsOrBuilderList()
Individual responses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RunReportResponse> getReportsList()
Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;RunReportResponse getReports(int index)
Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;int getReportsCount()
Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;List<? extends RunReportResponseOrBuilder> getReportsOrBuilderList()
Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;RunReportResponseOrBuilder getReportsOrBuilder(int index)
Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;String getKind()
Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#batchRunReports". 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#batchRunReports". Useful to distinguish between response types in JSON.
string kind = 2;Copyright © 2022 Google LLC. All rights reserved.