public final class RunAccessReportResponse extends GeneratedMessageV3 implements RunAccessReportResponseOrBuilder
The customized Data Access Record Report response.
Protobuf type google.analytics.admin.v1alpha.RunAccessReportResponse
Static Fields
public static final int DIMENSION_HEADERS_FIELD_NUMBER
Field Value
public static final int METRIC_HEADERS_FIELD_NUMBER
Field Value
QUOTA_FIELD_NUMBER
public static final int QUOTA_FIELD_NUMBER
Field Value
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Field Value
ROW_COUNT_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RunAccessReportResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RunAccessReportResponse.Builder newBuilder()
Returns
newBuilder(RunAccessReportResponse prototype)
public static RunAccessReportResponse.Builder newBuilder(RunAccessReportResponse prototype)
Parameter
Returns
public static RunAccessReportResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RunAccessReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RunAccessReportResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RunAccessReportResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RunAccessReportResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RunAccessReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RunAccessReportResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RunAccessReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RunAccessReportResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RunAccessReportResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RunAccessReportResponse getDefaultInstanceForType()
Returns
public AccessDimensionHeader getDimensionHeaders(int index)
The header for a column in the report that corresponds to a specific
dimension. The number of DimensionHeaders and ordering of DimensionHeaders
matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Parameter
Returns
public int getDimensionHeadersCount()
The header for a column in the report that corresponds to a specific
dimension. The number of DimensionHeaders and ordering of DimensionHeaders
matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Returns
public List<AccessDimensionHeader> getDimensionHeadersList()
The header for a column in the report that corresponds to a specific
dimension. The number of DimensionHeaders and ordering of DimensionHeaders
matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Returns
public AccessDimensionHeaderOrBuilder getDimensionHeadersOrBuilder(int index)
The header for a column in the report that corresponds to a specific
dimension. The number of DimensionHeaders and ordering of DimensionHeaders
matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Parameter
Returns
public List<? extends AccessDimensionHeaderOrBuilder> getDimensionHeadersOrBuilderList()
The header for a column in the report that corresponds to a specific
dimension. The number of DimensionHeaders and ordering of DimensionHeaders
matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Returns
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessDimensionHeaderOrBuilder> | |
public AccessMetricHeader getMetricHeaders(int index)
The header for a column in the report that corresponds to a specific
metric. The number of MetricHeaders and ordering of MetricHeaders matches
the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Parameter
Returns
public int getMetricHeadersCount()
The header for a column in the report that corresponds to a specific
metric. The number of MetricHeaders and ordering of MetricHeaders matches
the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Returns
public List<AccessMetricHeader> getMetricHeadersList()
The header for a column in the report that corresponds to a specific
metric. The number of MetricHeaders and ordering of MetricHeaders matches
the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Returns
public AccessMetricHeaderOrBuilder getMetricHeadersOrBuilder(int index)
The header for a column in the report that corresponds to a specific
metric. The number of MetricHeaders and ordering of MetricHeaders matches
the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Parameter
Returns
public List<? extends AccessMetricHeaderOrBuilder> getMetricHeadersOrBuilderList()
The header for a column in the report that corresponds to a specific
metric. The number of MetricHeaders and ordering of MetricHeaders matches
the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Returns
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessMetricHeaderOrBuilder> | |
getParserForType()
public Parser<RunAccessReportResponse> getParserForType()
Returns
Overrides
getQuota()
public AccessQuota getQuota()
The quota state for this Analytics property including this request.
.google.analytics.admin.v1alpha.AccessQuota quota = 5;
Returns
getQuotaOrBuilder()
public AccessQuotaOrBuilder getQuotaOrBuilder()
The quota state for this Analytics property including this request.
.google.analytics.admin.v1alpha.AccessQuota quota = 5;
Returns
getRowCount()
The total number of rows in the query result. rowCount
is independent of
the number of rows returned in the response, the limit
request
parameter, and the offset
request parameter. For example if a query
returns 175 rows and includes limit
of 50 in the API request, the
response will contain rowCount
of 175 but only 50 rows.
To learn more about this pagination parameter, see
Pagination.
int32 row_count = 4;
Returns
Type | Description |
int | The rowCount.
|
getRows(int index)
public AccessRow getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter
Returns
getRowsCount()
public int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns
getRowsList()
public List<AccessRow> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns
getRowsOrBuilder(int index)
public AccessRowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter
Returns
getRowsOrBuilderList()
public List<? extends AccessRowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessRowOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasQuota()
public boolean hasQuota()
The quota state for this Analytics property including this request.
.google.analytics.admin.v1alpha.AccessQuota quota = 5;
Returns
Type | Description |
boolean | Whether the quota field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RunAccessReportResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunAccessReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RunAccessReportResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions