public interface BatchRunPivotReportsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract 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;
| 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#batchRunPivotReports". Useful to distinguish
between response types in JSON.
string kind = 2;
| Type | Description |
| ByteString | The bytes for kind. |
getPivotReports(int index)
public abstract RunPivotReportResponse getPivotReports(int index)Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;
| Name | Description |
| index | int |
| Type | Description |
| RunPivotReportResponse |
getPivotReportsCount()
public abstract int getPivotReportsCount()Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;
| Type | Description |
| int |
getPivotReportsList()
public abstract List<RunPivotReportResponse> getPivotReportsList()Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;
| Type | Description |
| List<RunPivotReportResponse> |
getPivotReportsOrBuilder(int index)
public abstract RunPivotReportResponseOrBuilder getPivotReportsOrBuilder(int index)Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;
| Name | Description |
| index | int |
| Type | Description |
| RunPivotReportResponseOrBuilder |
getPivotReportsOrBuilderList()
public abstract List<? extends RunPivotReportResponseOrBuilder> getPivotReportsOrBuilderList()Individual responses. Each response has a separate pivot report request.
repeated .google.analytics.data.v1beta.RunPivotReportResponse pivot_reports = 1;
| Type | Description |
| List<? extends com.google.analytics.data.v1beta.RunPivotReportResponseOrBuilder> |