Interface BatchRunPivotReportsRequestOrBuilder (0.52.0)

public interface BatchRunPivotReportsRequestOrBuilder 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 RunPivotReportRequest 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 RunPivotReportRequest 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 RunPivotReportRequest getRequests(int index)

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

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

Parameter
NameDescription
indexint
Returns
TypeDescription
RunPivotReportRequest

getRequestsCount()

public abstract int getRequestsCount()

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

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

Returns
TypeDescription
int

getRequestsList()

public abstract List<RunPivotReportRequest> getRequestsList()

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

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

Returns
TypeDescription
List<RunPivotReportRequest>

getRequestsOrBuilder(int index)

public abstract RunPivotReportRequestOrBuilder getRequestsOrBuilder(int index)

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

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

Parameter
NameDescription
indexint
Returns
TypeDescription
RunPivotReportRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends RunPivotReportRequestOrBuilder> getRequestsOrBuilderList()

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

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

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