ImportSampleQueriesMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata related to the progress of the ImportSampleQueries operation. This will be returned by the google.longrunning.Operation.metadata field.
Attributes |
|
---|---|
Name | Description |
create_time |
google.protobuf.timestamp_pb2.Timestamp
ImportSampleQueries operation create time. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
ImportSampleQueries operation last update time. If the operation is done, this is also the finish time. |
success_count |
int
Count of SampleQuerys successfully imported. |
failure_count |
int
Count of SampleQuerys that failed to be imported. |
total_count |
int
Total count of SampleQuerys that were processed. |