- 0.63.0 (latest)
- 0.62.0
- 0.60.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.48.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.35.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
public static interface ReportTask.ReportMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBeginCreatingTime()
public abstract Timestamp getBeginCreatingTime()
Output only. The time when CreateReportTask
was called and the report
began the CREATING
state.
optional .google.protobuf.Timestamp begin_creating_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The beginCreatingTime. |
getBeginCreatingTimeOrBuilder()
public abstract TimestampOrBuilder getBeginCreatingTimeOrBuilder()
Output only. The time when CreateReportTask
was called and the report
began the CREATING
state.
optional .google.protobuf.Timestamp begin_creating_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getCreationQuotaTokensCharged()
public abstract int getCreationQuotaTokensCharged()
Output only. The total quota tokens charged during creation of the
report. Because this token count is based on activity from the CREATING
state, this tokens charge will be fixed once a report task enters the
ACTIVE
or FAILED
state.
int32 creation_quota_tokens_charged = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The creationQuotaTokensCharged. |
getErrorMessage()
public abstract String getErrorMessage()
Output only. Error message is populated if a report task fails during creation.
optional string error_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()
Output only. Error message is populated if a report task fails during creation.
optional string error_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorMessage. |
getState()
public abstract ReportTask.ReportMetadata.State getState()
Output only. The current state for this report task.
optional .google.analytics.data.v1alpha.ReportTask.ReportMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ReportTask.ReportMetadata.State |
The state. |
getStateValue()
public abstract int getStateValue()
Output only. The current state for this report task.
optional .google.analytics.data.v1alpha.ReportTask.ReportMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getTaskRowCount()
public abstract int getTaskRowCount()
Output only. The total number of rows in the report result. This field
will be populated when the state is active. You can utilize
task_row_count
for pagination within the confines of their existing
report.
optional int32 task_row_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The taskRowCount. |
getTotalRowCount()
public abstract int getTotalRowCount()
Output only. The total number of rows in Google Analytics storage. If you
want to query additional data rows beyond the current report, they can
initiate a new report task based on the total_row_count
.
The task_row_count
represents the number of rows specifically
pertaining to the current report, whereas total_row_count
encompasses
the total count of rows across all data retrieved from Google
Analytics storage.
For example, suppose the current report's task_row_count
is 20,
displaying the data from the first 20 rows. Simultaneously, the
total_row_count
is 30, indicating the presence of data for all 30 rows.
The task_row_count
can be utilizated to paginate through the initial 20
rows. To expand the report and include data from all 30 rows, a new
report task can be created using the total_row_count to access the full
set of 30 rows' worth of data.
optional int32 total_row_count = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The totalRowCount. |
hasBeginCreatingTime()
public abstract boolean hasBeginCreatingTime()
Output only. The time when CreateReportTask
was called and the report
began the CREATING
state.
optional .google.protobuf.Timestamp begin_creating_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the beginCreatingTime field is set. |
hasErrorMessage()
public abstract boolean hasErrorMessage()
Output only. Error message is populated if a report task fails during creation.
optional string error_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the errorMessage field is set. |
hasState()
public abstract boolean hasState()
Output only. The current state for this report task.
optional .google.analytics.data.v1alpha.ReportTask.ReportMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the state field is set. |
hasTaskRowCount()
public abstract boolean hasTaskRowCount()
Output only. The total number of rows in the report result. This field
will be populated when the state is active. You can utilize
task_row_count
for pagination within the confines of their existing
report.
optional int32 task_row_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the taskRowCount field is set. |
hasTotalRowCount()
public abstract boolean hasTotalRowCount()
Output only. The total number of rows in Google Analytics storage. If you
want to query additional data rows beyond the current report, they can
initiate a new report task based on the total_row_count
.
The task_row_count
represents the number of rows specifically
pertaining to the current report, whereas total_row_count
encompasses
the total count of rows across all data retrieved from Google
Analytics storage.
For example, suppose the current report's task_row_count
is 20,
displaying the data from the first 20 rows. Simultaneously, the
total_row_count
is 30, indicating the presence of data for all 30 rows.
The task_row_count
can be utilizated to paginate through the initial 20
rows. To expand the report and include data from all 30 rows, a new
report task can be created using the total_row_count to access the full
set of 30 rows' worth of data.
optional int32 total_row_count = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the totalRowCount field is set. |