Interface BatchRunReportsResponseOrBuilder (0.52.0)

public interface BatchRunReportsResponseOrBuilder 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#batchRunReports". 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#batchRunReports". Useful to distinguish between response types in JSON.

string kind = 2;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
RunReportResponse

getReportsCount()

public abstract int getReportsCount()

Individual responses. Each response has a separate report request.

repeated .google.analytics.data.v1beta.RunReportResponse reports = 1;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.analytics.data.v1beta.RunReportResponseOrBuilder>