- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public static final class RunAccessReportResponse.Builder extends GeneratedMessageV3.Builder<RunAccessReportResponse.Builder> implements RunAccessReportResponseOrBuilder
The customized Data Access Record Report response.
Protobuf type google.analytics.admin.v1alpha.RunAccessReportResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RunAccessReportResponse.BuilderImplements
RunAccessReportResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllDimensionHeaders(Iterable<? extends AccessDimensionHeader> values)
public RunAccessReportResponse.Builder addAllDimensionHeaders(Iterable<? extends AccessDimensionHeader> values)
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 | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.analytics.admin.v1alpha.AccessDimensionHeader> |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addAllMetricHeaders(Iterable<? extends AccessMetricHeader> values)
public RunAccessReportResponse.Builder addAllMetricHeaders(Iterable<? extends AccessMetricHeader> values)
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 | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.analytics.admin.v1alpha.AccessMetricHeader> |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addAllRows(Iterable<? extends AccessRow> values)
public RunAccessReportResponse.Builder addAllRows(Iterable<? extends AccessRow> values)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.analytics.admin.v1alpha.AccessRow> |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addDimensionHeaders(AccessDimensionHeader value)
public RunAccessReportResponse.Builder addDimensionHeaders(AccessDimensionHeader value)
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 | |
---|---|
Name | Description |
value |
AccessDimensionHeader |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addDimensionHeaders(AccessDimensionHeader.Builder builderForValue)
public RunAccessReportResponse.Builder addDimensionHeaders(AccessDimensionHeader.Builder builderForValue)
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 | |
---|---|
Name | Description |
builderForValue |
AccessDimensionHeader.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addDimensionHeaders(int index, AccessDimensionHeader value)
public RunAccessReportResponse.Builder addDimensionHeaders(int index, AccessDimensionHeader value)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AccessDimensionHeader |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addDimensionHeaders(int index, AccessDimensionHeader.Builder builderForValue)
public RunAccessReportResponse.Builder addDimensionHeaders(int index, AccessDimensionHeader.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AccessDimensionHeader.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addDimensionHeadersBuilder()
public AccessDimensionHeader.Builder addDimensionHeadersBuilder()
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 |
AccessDimensionHeader.Builder |
addDimensionHeadersBuilder(int index)
public AccessDimensionHeader.Builder addDimensionHeadersBuilder(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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessDimensionHeader.Builder |
addMetricHeaders(AccessMetricHeader value)
public RunAccessReportResponse.Builder addMetricHeaders(AccessMetricHeader value)
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 | |
---|---|
Name | Description |
value |
AccessMetricHeader |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addMetricHeaders(AccessMetricHeader.Builder builderForValue)
public RunAccessReportResponse.Builder addMetricHeaders(AccessMetricHeader.Builder builderForValue)
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 | |
---|---|
Name | Description |
builderForValue |
AccessMetricHeader.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addMetricHeaders(int index, AccessMetricHeader value)
public RunAccessReportResponse.Builder addMetricHeaders(int index, AccessMetricHeader value)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AccessMetricHeader |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addMetricHeaders(int index, AccessMetricHeader.Builder builderForValue)
public RunAccessReportResponse.Builder addMetricHeaders(int index, AccessMetricHeader.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AccessMetricHeader.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addMetricHeadersBuilder()
public AccessMetricHeader.Builder addMetricHeadersBuilder()
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 |
AccessMetricHeader.Builder |
addMetricHeadersBuilder(int index)
public AccessMetricHeader.Builder addMetricHeadersBuilder(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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessMetricHeader.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RunAccessReportResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addRows(AccessRow value)
public RunAccessReportResponse.Builder addRows(AccessRow value)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
value |
AccessRow |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addRows(AccessRow.Builder builderForValue)
public RunAccessReportResponse.Builder addRows(AccessRow.Builder builderForValue)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
AccessRow.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addRows(int index, AccessRow value)
public RunAccessReportResponse.Builder addRows(int index, AccessRow value)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AccessRow |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addRows(int index, AccessRow.Builder builderForValue)
public RunAccessReportResponse.Builder addRows(int index, AccessRow.Builder builderForValue)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AccessRow.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
addRowsBuilder()
public AccessRow.Builder addRowsBuilder()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns | |
---|---|
Type | Description |
AccessRow.Builder |
addRowsBuilder(int index)
public AccessRow.Builder addRowsBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessRow.Builder |
build()
public RunAccessReportResponse build()
Returns | |
---|---|
Type | Description |
RunAccessReportResponse |
buildPartial()
public RunAccessReportResponse buildPartial()
Returns | |
---|---|
Type | Description |
RunAccessReportResponse |
clear()
public RunAccessReportResponse.Builder clear()
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
clearDimensionHeaders()
public RunAccessReportResponse.Builder clearDimensionHeaders()
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 |
RunAccessReportResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public RunAccessReportResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
clearMetricHeaders()
public RunAccessReportResponse.Builder clearMetricHeaders()
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 |
RunAccessReportResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RunAccessReportResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
clearQuota()
public RunAccessReportResponse.Builder clearQuota()
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 | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
clearRowCount()
public RunAccessReportResponse.Builder clearRowCount()
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 |
RunAccessReportResponse.Builder |
This builder for chaining. |
clearRows()
public RunAccessReportResponse.Builder clearRows()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
clone()
public RunAccessReportResponse.Builder clone()
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
getDefaultInstanceForType()
public RunAccessReportResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
RunAccessReportResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessDimensionHeader |
getDimensionHeadersBuilder(int index)
public AccessDimensionHeader.Builder getDimensionHeadersBuilder(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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessDimensionHeader.Builder |
getDimensionHeadersBuilderList()
public List<AccessDimensionHeader.Builder> getDimensionHeadersBuilderList()
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<Builder> |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessMetricHeader |
getMetricHeadersBuilder(int index)
public AccessMetricHeader.Builder getMetricHeadersBuilder(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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessMetricHeader.Builder |
getMetricHeadersBuilderList()
public List<AccessMetricHeader.Builder> getMetricHeadersBuilderList()
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<Builder> |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessMetricHeaderOrBuilder> |
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 | |
---|---|
Type | Description |
AccessQuota |
The quota. |
getQuotaBuilder()
public AccessQuota.Builder getQuotaBuilder()
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 | |
---|---|
Type | Description |
AccessQuota.Builder |
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 | |
---|---|
Type | Description |
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 | |
---|---|
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessRow |
getRowsBuilder(int index)
public AccessRow.Builder getRowsBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessRow.Builder |
getRowsBuilderList()
public List<AccessRow.Builder> getRowsBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRowsCount()
public int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.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.v1alpha.AccessRow rows = 3;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessRowOrBuilder> |
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 | |
---|---|
Type | Description |
boolean |
Whether the quota field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(RunAccessReportResponse other)
public RunAccessReportResponse.Builder mergeFrom(RunAccessReportResponse other)
Parameter | |
---|---|
Name | Description |
other |
RunAccessReportResponse |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RunAccessReportResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public RunAccessReportResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
mergeQuota(AccessQuota value)
public RunAccessReportResponse.Builder mergeQuota(AccessQuota value)
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;
Parameter | |
---|---|
Name | Description |
value |
AccessQuota |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RunAccessReportResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
removeDimensionHeaders(int index)
public RunAccessReportResponse.Builder removeDimensionHeaders(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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
removeMetricHeaders(int index)
public RunAccessReportResponse.Builder removeMetricHeaders(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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
removeRows(int index)
public RunAccessReportResponse.Builder removeRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setDimensionHeaders(int index, AccessDimensionHeader value)
public RunAccessReportResponse.Builder setDimensionHeaders(int index, AccessDimensionHeader value)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AccessDimensionHeader |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setDimensionHeaders(int index, AccessDimensionHeader.Builder builderForValue)
public RunAccessReportResponse.Builder setDimensionHeaders(int index, AccessDimensionHeader.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AccessDimensionHeader.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RunAccessReportResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setMetricHeaders(int index, AccessMetricHeader value)
public RunAccessReportResponse.Builder setMetricHeaders(int index, AccessMetricHeader value)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AccessMetricHeader |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setMetricHeaders(int index, AccessMetricHeader.Builder builderForValue)
public RunAccessReportResponse.Builder setMetricHeaders(int index, AccessMetricHeader.Builder builderForValue)
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;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AccessMetricHeader.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setQuota(AccessQuota value)
public RunAccessReportResponse.Builder setQuota(AccessQuota value)
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;
Parameter | |
---|---|
Name | Description |
value |
AccessQuota |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setQuota(AccessQuota.Builder builderForValue)
public RunAccessReportResponse.Builder setQuota(AccessQuota.Builder builderForValue)
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;
Parameter | |
---|---|
Name | Description |
builderForValue |
AccessQuota.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RunAccessReportResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setRowCount(int value)
public RunAccessReportResponse.Builder setRowCount(int value)
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;
Parameter | |
---|---|
Name | Description |
value |
int The rowCount to set. |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
This builder for chaining. |
setRows(int index, AccessRow value)
public RunAccessReportResponse.Builder setRows(int index, AccessRow value)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
AccessRow |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setRows(int index, AccessRow.Builder builderForValue)
public RunAccessReportResponse.Builder setRows(int index, AccessRow.Builder builderForValue)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
AccessRow.Builder |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RunAccessReportResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
RunAccessReportResponse.Builder |