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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Type | Description |
| List<? extends com.google.analytics.data.v1beta.RunReportResponseOrBuilder> |