Class RunAccessReportResponse (0.51.0)

public final class RunAccessReportResponse extends GeneratedMessageV3 implements RunAccessReportResponseOrBuilder

The customized Data Access Record Report response.

Protobuf type google.analytics.admin.v1alpha.RunAccessReportResponse

Static Fields

DIMENSION_HEADERS_FIELD_NUMBER

public static final int DIMENSION_HEADERS_FIELD_NUMBER
Field Value
TypeDescription
int

METRIC_HEADERS_FIELD_NUMBER

public static final int METRIC_HEADERS_FIELD_NUMBER
Field Value
TypeDescription
int

QUOTA_FIELD_NUMBER

public static final int QUOTA_FIELD_NUMBER
Field Value
TypeDescription
int

ROWS_FIELD_NUMBER

public static final int ROWS_FIELD_NUMBER
Field Value
TypeDescription
int

ROW_COUNT_FIELD_NUMBER

public static final int ROW_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RunAccessReportResponse getDefaultInstance()
Returns
TypeDescription
RunAccessReportResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RunAccessReportResponse.Builder newBuilder()
Returns
TypeDescription
RunAccessReportResponse.Builder

newBuilder(RunAccessReportResponse prototype)

public static RunAccessReportResponse.Builder newBuilder(RunAccessReportResponse prototype)
Parameter
NameDescription
prototypeRunAccessReportResponse
Returns
TypeDescription
RunAccessReportResponse.Builder

parseDelimitedFrom(InputStream input)

public static RunAccessReportResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RunAccessReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RunAccessReportResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RunAccessReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RunAccessReportResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RunAccessReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RunAccessReportResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RunAccessReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RunAccessReportResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RunAccessReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RunAccessReportResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RunAccessReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RunAccessReportResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RunAccessReportResponse> parser()
Returns
TypeDescription
Parser<RunAccessReportResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public RunAccessReportResponse getDefaultInstanceForType()
Returns
TypeDescription
RunAccessReportResponse

getDimensionHeaders(int index)

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

getDimensionHeadersCount()

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
TypeDescription
int

getDimensionHeadersList()

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
TypeDescription
List<AccessDimensionHeader>

getDimensionHeadersOrBuilder(int index)

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

getDimensionHeadersOrBuilderList()

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
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.AccessDimensionHeaderOrBuilder>

getMetricHeaders(int index)

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

getMetricHeadersCount()

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
TypeDescription
int

getMetricHeadersList()

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
TypeDescription
List<AccessMetricHeader>

getMetricHeadersOrBuilder(int index)

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

getMetricHeadersOrBuilderList()

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
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.AccessMetricHeaderOrBuilder>

getParserForType()

public Parser<RunAccessReportResponse> getParserForType()
Returns
TypeDescription
Parser<RunAccessReportResponse>
Overrides

getQuota()

public AccessQuota getQuota()

The quota state for this Analytics property including this request. This field doesn't work with account-level requests.

.google.analytics.admin.v1alpha.AccessQuota quota = 5;

Returns
TypeDescription
AccessQuota

The quota.

getQuotaOrBuilder()

public AccessQuotaOrBuilder getQuotaOrBuilder()

The quota state for this Analytics property including this request. This field doesn't work with account-level requests.

.google.analytics.admin.v1alpha.AccessQuota quota = 5;

Returns
TypeDescription
AccessQuotaOrBuilder

getRowCount()

public int 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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
AccessRow

getRowsCount()

public int getRowsCount()

Rows of dimension value combinations and metric values in the report.

repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;

Returns
TypeDescription
int

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
TypeDescription
List<AccessRow>

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

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
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.AccessRowOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasQuota()

public boolean hasQuota()

The quota state for this Analytics property including this request. This field doesn't work with account-level requests.

.google.analytics.admin.v1alpha.AccessQuota quota = 5;

Returns
TypeDescription
boolean

Whether the quota field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RunAccessReportResponse.Builder newBuilderForType()
Returns
TypeDescription
RunAccessReportResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RunAccessReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RunAccessReportResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RunAccessReportResponse.Builder toBuilder()
Returns
TypeDescription
RunAccessReportResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException