OperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents the metadata of a long-running operation.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
create_time |
google.protobuf.timestamp_pb2.Timestamp
The time the operation was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
The time the operation was last updated. |
resource |
str
The resource path for the target of the operation. |
method |
str
The method that triggered the operation. |
kms_key_name |
str
The `KMS key name |
kms_key_version_name |
str
The `KMS key version name |
batch_recognize_request |
google.cloud.speech_v2.types.BatchRecognizeRequest
The BatchRecognizeRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
create_recognizer_request |
google.cloud.speech_v2.types.CreateRecognizerRequest
The CreateRecognizerRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
update_recognizer_request |
google.cloud.speech_v2.types.UpdateRecognizerRequest
The UpdateRecognizerRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
delete_recognizer_request |
google.cloud.speech_v2.types.DeleteRecognizerRequest
The DeleteRecognizerRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
undelete_recognizer_request |
google.cloud.speech_v2.types.UndeleteRecognizerRequest
The UndeleteRecognizerRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
create_custom_class_request |
google.cloud.speech_v2.types.CreateCustomClassRequest
The CreateCustomClassRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
update_custom_class_request |
google.cloud.speech_v2.types.UpdateCustomClassRequest
The UpdateCustomClassRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
delete_custom_class_request |
google.cloud.speech_v2.types.DeleteCustomClassRequest
The DeleteCustomClassRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
undelete_custom_class_request |
google.cloud.speech_v2.types.UndeleteCustomClassRequest
The UndeleteCustomClassRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
create_phrase_set_request |
google.cloud.speech_v2.types.CreatePhraseSetRequest
The CreatePhraseSetRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
update_phrase_set_request |
google.cloud.speech_v2.types.UpdatePhraseSetRequest
The UpdatePhraseSetRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
delete_phrase_set_request |
google.cloud.speech_v2.types.DeletePhraseSetRequest
The DeletePhraseSetRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
undelete_phrase_set_request |
google.cloud.speech_v2.types.UndeletePhraseSetRequest
The UndeletePhraseSetRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
update_config_request |
google.cloud.speech_v2.types.UpdateConfigRequest
The UpdateConfigRequest that spawned the Operation. This field is a member of `oneof`_ ``request``. |
progress_percent |
int
The percent progress of the Operation. Values can range from 0-100. If the value is 100, then the operation is finished. |
batch_recognize_metadata |
google.cloud.speech_v2.types.BatchRecognizeMetadata
Metadata specific to the BatchRecognize method. This field is a member of `oneof`_ ``metadata``. |