Interface BatchRunPivotReportsResponseOrBuilder (0.53.0)

public interface BatchRunPivotReportsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

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#batchRunPivotReports". Useful to distinguish between response types in JSON.

string kind = 2;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
Type Description
List<? extends com.google.analytics.data.v1beta.RunPivotReportResponseOrBuilder>