Reference documentation and code samples for the Cloud Speech V2 Client class OperationMetadata.
Represents the metadata of a long-running operation.
Generated from protobuf message google.cloud.speech.v2.OperationMetadata
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
Google\Protobuf\Timestamp
The time the operation was created.
↳ update_time
Google\Protobuf\Timestamp
The time the operation was last updated.
↳ resource
string
The resource path for the target of the operation.
↳ method
string
The method that triggered the operation.
↳ kms_key_name
string
The KMS key name
with which the content of the Operation is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
↳ kms_key_version_name
string
The KMS key version name
with which content of the Operation is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
↳ batch_recognize_request
↳ create_recognizer_request
Google\Cloud\Speech\V2\CreateRecognizerRequest
The CreateRecognizerRequest that spawned the Operation.
↳ update_recognizer_request
Google\Cloud\Speech\V2\UpdateRecognizerRequest
The UpdateRecognizerRequest that spawned the Operation.
↳ delete_recognizer_request
Google\Cloud\Speech\V2\DeleteRecognizerRequest
The DeleteRecognizerRequest that spawned the Operation.
↳ undelete_recognizer_request
Google\Cloud\Speech\V2\UndeleteRecognizerRequest
The UndeleteRecognizerRequest that spawned the Operation.
↳ create_custom_class_request
Google\Cloud\Speech\V2\CreateCustomClassRequest
The CreateCustomClassRequest that spawned the Operation.
↳ update_custom_class_request
Google\Cloud\Speech\V2\UpdateCustomClassRequest
The UpdateCustomClassRequest that spawned the Operation.
↳ delete_custom_class_request
Google\Cloud\Speech\V2\DeleteCustomClassRequest
The DeleteCustomClassRequest that spawned the Operation.
↳ undelete_custom_class_request
Google\Cloud\Speech\V2\UndeleteCustomClassRequest
The UndeleteCustomClassRequest that spawned the Operation.
↳ create_phrase_set_request
Google\Cloud\Speech\V2\CreatePhraseSetRequest
The CreatePhraseSetRequest that spawned the Operation.
↳ update_phrase_set_request
Google\Cloud\Speech\V2\UpdatePhraseSetRequest
The UpdatePhraseSetRequest that spawned the Operation.
↳ delete_phrase_set_request
Google\Cloud\Speech\V2\DeletePhraseSetRequest
The DeletePhraseSetRequest that spawned the Operation.
↳ undelete_phrase_set_request
Google\Cloud\Speech\V2\UndeletePhraseSetRequest
The UndeletePhraseSetRequest that spawned the Operation.
↳ update_config_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
getCreateTime
The time the operation was created.
Generated from protobuf field .google.protobuf.Timestamp create_time = 1;
Google\Protobuf\Timestamp|null
hasCreateTime
clearCreateTime
setCreateTime
The time the operation was created.
Generated from protobuf field .google.protobuf.Timestamp create_time = 1;
var
Google\Protobuf\Timestamp
$this
getUpdateTime
The time the operation was last updated.
Generated from protobuf field .google.protobuf.Timestamp update_time = 2;
Google\Protobuf\Timestamp|null
hasUpdateTime
clearUpdateTime
setUpdateTime
The time the operation was last updated.
Generated from protobuf field .google.protobuf.Timestamp update_time = 2;
var
Google\Protobuf\Timestamp
$this
getResource
The resource path for the target of the operation.
Generated from protobuf field string resource = 3;
string
setResource
The resource path for the target of the operation.
Generated from protobuf field string resource = 3;
var
string
$this
getMethod
The method that triggered the operation.
Generated from protobuf field string method = 4;
string
setMethod
The method that triggered the operation.
Generated from protobuf field string method = 4;
var
string
$this
getKmsKeyName
The KMS key
name
with which
the content of the Operation is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
Generated from protobuf field string kms_key_name = 6 [(.google.api.resource_reference) = {
string
setKmsKeyName
The KMS key
name
with which
the content of the Operation is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
.
Generated from protobuf field string kms_key_name = 6 [(.google.api.resource_reference) = {
var
string
$this
getKmsKeyVersionName
The KMS key version
name
with which content of the Operation is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
Generated from protobuf field string kms_key_version_name = 7 [(.google.api.resource_reference) = {
string
setKmsKeyVersionName
The KMS key version
name
with which content of the Operation is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
.
Generated from protobuf field string kms_key_version_name = 7 [(.google.api.resource_reference) = {
var
string
$this
getBatchRecognizeRequest
The BatchRecognizeRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.BatchRecognizeRequest batch_recognize_request = 8;
hasBatchRecognizeRequest
setBatchRecognizeRequest
The BatchRecognizeRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.BatchRecognizeRequest batch_recognize_request = 8;
$this
getCreateRecognizerRequest
The CreateRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.CreateRecognizerRequest create_recognizer_request = 9;
hasCreateRecognizerRequest
setCreateRecognizerRequest
The CreateRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.CreateRecognizerRequest create_recognizer_request = 9;
$this
getUpdateRecognizerRequest
The UpdateRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdateRecognizerRequest update_recognizer_request = 10;
hasUpdateRecognizerRequest
setUpdateRecognizerRequest
The UpdateRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdateRecognizerRequest update_recognizer_request = 10;
$this
getDeleteRecognizerRequest
The DeleteRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.DeleteRecognizerRequest delete_recognizer_request = 11;
hasDeleteRecognizerRequest
setDeleteRecognizerRequest
The DeleteRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.DeleteRecognizerRequest delete_recognizer_request = 11;
$this
getUndeleteRecognizerRequest
The UndeleteRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UndeleteRecognizerRequest undelete_recognizer_request = 12;
hasUndeleteRecognizerRequest
setUndeleteRecognizerRequest
The UndeleteRecognizerRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UndeleteRecognizerRequest undelete_recognizer_request = 12;
$this
getCreateCustomClassRequest
The CreateCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.CreateCustomClassRequest create_custom_class_request = 13;
hasCreateCustomClassRequest
setCreateCustomClassRequest
The CreateCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.CreateCustomClassRequest create_custom_class_request = 13;
$this
getUpdateCustomClassRequest
The UpdateCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdateCustomClassRequest update_custom_class_request = 14;
hasUpdateCustomClassRequest
setUpdateCustomClassRequest
The UpdateCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdateCustomClassRequest update_custom_class_request = 14;
$this
getDeleteCustomClassRequest
The DeleteCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.DeleteCustomClassRequest delete_custom_class_request = 15;
hasDeleteCustomClassRequest
setDeleteCustomClassRequest
The DeleteCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.DeleteCustomClassRequest delete_custom_class_request = 15;
$this
getUndeleteCustomClassRequest
The UndeleteCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UndeleteCustomClassRequest undelete_custom_class_request = 16;
hasUndeleteCustomClassRequest
setUndeleteCustomClassRequest
The UndeleteCustomClassRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UndeleteCustomClassRequest undelete_custom_class_request = 16;
$this
getCreatePhraseSetRequest
The CreatePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.CreatePhraseSetRequest create_phrase_set_request = 17;
hasCreatePhraseSetRequest
setCreatePhraseSetRequest
The CreatePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.CreatePhraseSetRequest create_phrase_set_request = 17;
$this
getUpdatePhraseSetRequest
The UpdatePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdatePhraseSetRequest update_phrase_set_request = 18;
hasUpdatePhraseSetRequest
setUpdatePhraseSetRequest
The UpdatePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdatePhraseSetRequest update_phrase_set_request = 18;
$this
getDeletePhraseSetRequest
The DeletePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.DeletePhraseSetRequest delete_phrase_set_request = 19;
hasDeletePhraseSetRequest
setDeletePhraseSetRequest
The DeletePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.DeletePhraseSetRequest delete_phrase_set_request = 19;
$this
getUndeletePhraseSetRequest
The UndeletePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UndeletePhraseSetRequest undelete_phrase_set_request = 20;
hasUndeletePhraseSetRequest
setUndeletePhraseSetRequest
The UndeletePhraseSetRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UndeletePhraseSetRequest undelete_phrase_set_request = 20;
$this
getUpdateConfigRequest
The UpdateConfigRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdateConfigRequest update_config_request = 21;
hasUpdateConfigRequest
setUpdateConfigRequest
The UpdateConfigRequest that spawned the Operation.
Generated from protobuf field .google.cloud.speech.v2.UpdateConfigRequest update_config_request = 21;
$this
getProgressPercent
The percent progress of the Operation. Values can range from 0-100. If the value is 100, then the operation is finished.
Generated from protobuf field int32 progress_percent = 22;
int
setProgressPercent
The percent progress of the Operation. Values can range from 0-100. If the value is 100, then the operation is finished.
Generated from protobuf field int32 progress_percent = 22;
var
int
$this
getBatchRecognizeMetadata
Metadata specific to the BatchRecognize method.
Generated from protobuf field .google.cloud.speech.v2.BatchRecognizeMetadata batch_recognize_metadata = 23;
hasBatchRecognizeMetadata
setBatchRecognizeMetadata
Metadata specific to the BatchRecognize method.
Generated from protobuf field .google.cloud.speech.v2.BatchRecognizeMetadata batch_recognize_metadata = 23;
$this
getRequest
string
getMetadata
string