Interface BatchRunReportsRequestOrBuilder (0.47.0)

public interface BatchRunReportsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperty()

public abstract String getProperty()

A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property.

Example: properties/1234

string property = 1;

Returns
TypeDescription
String

The property.

getPropertyBytes()

public abstract ByteString getPropertyBytes()

A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property.

Example: properties/1234

string property = 1;

Returns
TypeDescription
ByteString

The bytes for property.

getRequests(int index)

public abstract RunReportRequest getRequests(int index)

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
RunReportRequest

getRequestsCount()

public abstract int getRequestsCount()

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;

Returns
TypeDescription
int

getRequestsList()

public abstract List<RunReportRequest> getRequestsList()

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;

Returns
TypeDescription
List<RunReportRequest>

getRequestsOrBuilder(int index)

public abstract RunReportRequestOrBuilder getRequestsOrBuilder(int index)

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
RunReportRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends RunReportRequestOrBuilder> getRequestsOrBuilderList()

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

repeated .google.analytics.data.v1beta.RunReportRequest requests = 2;

Returns
TypeDescription
List<? extends com.google.analytics.data.v1beta.RunReportRequestOrBuilder>