Interface BatchRunPivotReportsResponseOrBuilder (0.52.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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.analytics.data.v1beta.RunPivotReportResponseOrBuilder>