public interface BatchRunReportsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getReports(int index)
public abstract RunReportResponse getReports(int index)Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RunReportResponse |
|
getReportsCount()
public abstract int getReportsCount()Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getReportsList()
public abstract List<RunReportResponse> getReportsList()Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;
| Returns | |
|---|---|
| Type | Description |
List<RunReportResponse> |
|
getReportsOrBuilder(int index)
public abstract RunReportResponseOrBuilder getReportsOrBuilder(int index)Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RunReportResponseOrBuilder |
|
getReportsOrBuilderList()
public abstract List<? extends RunReportResponseOrBuilder> getReportsOrBuilderList()Individual responses. Each response has a separate report request.
repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1beta.RunReportResponseOrBuilder> |
|