public final class RunAccessReportResponse extends GeneratedMessageV3 implements RunAccessReportResponseOrBuilder
The customized Data Access Record Report response.
Protobuf type google.analytics.admin.v1beta.RunAccessReportResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DIMENSION_HEADERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int METRIC_HEADERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
QUOTA_FIELD_NUMBER
public static final int QUOTA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ROW_COUNT_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static RunAccessReportResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RunAccessReportResponse.Builder newBuilder()
newBuilder(RunAccessReportResponse )
public static RunAccessReportResponse.Builder newBuilder(RunAccessReportResponse )
public static RunAccessReportResponse parseDelimitedFrom(InputStream input)
public static RunAccessReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RunAccessReportResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RunAccessReportResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(CodedInputStream input)
public static RunAccessReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(InputStream input)
public static RunAccessReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RunAccessReportResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunAccessReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RunAccessReportResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
OverridesgetDefaultInstanceForType()
public RunAccessReportResponse getDefaultInstanceForType()
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.v1beta.AccessDimensionHeader dimension_headers = 1;
Parameter |
---|
Name | Description |
index | int
|
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.v1beta.AccessDimensionHeader dimension_headers = 1;
Returns |
---|
Type | Description |
int | |
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.v1beta.AccessDimensionHeader dimension_headers = 1;
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.v1beta.AccessDimensionHeader dimension_headers = 1;
Parameter |
---|
Name | Description |
index | int
|
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.v1beta.AccessDimensionHeader dimension_headers = 1;
Returns |
---|
Type | Description |
List<? extends com.google.analytics.admin.v1beta.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.v1beta.AccessMetricHeader metric_headers = 2;
Parameter |
---|
Name | Description |
index | int
|
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.v1beta.AccessMetricHeader metric_headers = 2;
Returns |
---|
Type | Description |
int | |
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.v1beta.AccessMetricHeader metric_headers = 2;
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.v1beta.AccessMetricHeader metric_headers = 2;
Parameter |
---|
Name | Description |
index | int
|
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.v1beta.AccessMetricHeader metric_headers = 2;
Returns |
---|
Type | Description |
List<? extends com.google.analytics.admin.v1beta.AccessMetricHeaderOrBuilder> | |
getParserForType()
public Parser<RunAccessReportResponse> getParserForType()
OverridesgetQuota()
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.v1beta.AccessQuota quota = 5;
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.v1beta.AccessQuota quota = 5;
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.v1beta.AccessRow rows = 3;
Parameter |
---|
Name | Description |
index | int
|
getRowsCount()
public int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1beta.AccessRow rows = 3;
Returns |
---|
Type | Description |
int | |
getRowsList()
public List<AccessRow> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1beta.AccessRow rows = 3;
getRowsOrBuilder(int index)
public AccessRowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1beta.AccessRow rows = 3;
Parameter |
---|
Name | Description |
index | int
|
getRowsOrBuilderList()
public List<? extends AccessRowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1beta.AccessRow rows = 3;
Returns |
---|
Type | Description |
List<? extends com.google.analytics.admin.v1beta.AccessRowOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
OverrideshasQuota()
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.v1beta.AccessQuota quota = 5;
Returns |
---|
Type | Description |
boolean | Whether the quota field is set. |
hashCode()
Returns |
---|
Type | Description |
int | |
OverridesinternalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesnewBuilderForType()
public RunAccessReportResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunAccessReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
OverridesnewInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
OverridestoBuilder()
public RunAccessReportResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides