- 4.71.0 (latest)
- 4.70.0
- 4.69.0
- 4.68.0
- 4.67.0
- 4.65.0
- 4.63.0
- 4.62.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.1
- 2.5.9
- 2.4.0
- 2.3.0
- 2.2.15
public final class OperationMetadata extends GeneratedMessageV3 implements OperationMetadataOrBuilderRepresents the metadata of a long-running operation.
Protobuf type google.cloud.speech.v2.OperationMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OperationMetadataImplements
OperationMetadataOrBuilderStatic Fields
BATCH_RECOGNIZE_METADATA_FIELD_NUMBER
public static final int BATCH_RECOGNIZE_METADATA_FIELD_NUMBER| Type | Description |
| int |
BATCH_RECOGNIZE_REQUEST_FIELD_NUMBER
public static final int BATCH_RECOGNIZE_REQUEST_FIELD_NUMBER| Type | Description |
| int |
CREATE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER
public static final int CREATE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER| Type | Description |
| int |
CREATE_PHRASE_SET_REQUEST_FIELD_NUMBER
public static final int CREATE_PHRASE_SET_REQUEST_FIELD_NUMBER| Type | Description |
| int |
CREATE_RECOGNIZER_REQUEST_FIELD_NUMBER
public static final int CREATE_RECOGNIZER_REQUEST_FIELD_NUMBER| Type | Description |
| int |
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER| Type | Description |
| int |
DELETE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER
public static final int DELETE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER| Type | Description |
| int |
DELETE_PHRASE_SET_REQUEST_FIELD_NUMBER
public static final int DELETE_PHRASE_SET_REQUEST_FIELD_NUMBER| Type | Description |
| int |
DELETE_RECOGNIZER_REQUEST_FIELD_NUMBER
public static final int DELETE_RECOGNIZER_REQUEST_FIELD_NUMBER| Type | Description |
| int |
KMS_KEY_NAME_FIELD_NUMBER
public static final int KMS_KEY_NAME_FIELD_NUMBER| Type | Description |
| int |
KMS_KEY_VERSION_NAME_FIELD_NUMBER
public static final int KMS_KEY_VERSION_NAME_FIELD_NUMBER| Type | Description |
| int |
METHOD_FIELD_NUMBER
public static final int METHOD_FIELD_NUMBER| Type | Description |
| int |
PROGRESS_PERCENT_FIELD_NUMBER
public static final int PROGRESS_PERCENT_FIELD_NUMBER| Type | Description |
| int |
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER| Type | Description |
| int |
UNDELETE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER
public static final int UNDELETE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER| Type | Description |
| int |
UNDELETE_PHRASE_SET_REQUEST_FIELD_NUMBER
public static final int UNDELETE_PHRASE_SET_REQUEST_FIELD_NUMBER| Type | Description |
| int |
UNDELETE_RECOGNIZER_REQUEST_FIELD_NUMBER
public static final int UNDELETE_RECOGNIZER_REQUEST_FIELD_NUMBER| Type | Description |
| int |
UPDATE_CONFIG_REQUEST_FIELD_NUMBER
public static final int UPDATE_CONFIG_REQUEST_FIELD_NUMBER| Type | Description |
| int |
UPDATE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER
public static final int UPDATE_CUSTOM_CLASS_REQUEST_FIELD_NUMBER| Type | Description |
| int |
UPDATE_PHRASE_SET_REQUEST_FIELD_NUMBER
public static final int UPDATE_PHRASE_SET_REQUEST_FIELD_NUMBER| Type | Description |
| int |
UPDATE_RECOGNIZER_REQUEST_FIELD_NUMBER
public static final int UPDATE_RECOGNIZER_REQUEST_FIELD_NUMBER| Type | Description |
| int |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER| Type | Description |
| int |
Static Methods
getDefaultInstance()
public static OperationMetadata getDefaultInstance()| Type | Description |
| OperationMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
newBuilder()
public static OperationMetadata.Builder newBuilder()| Type | Description |
| OperationMetadata.Builder |
newBuilder(OperationMetadata prototype)
public static OperationMetadata.Builder newBuilder(OperationMetadata prototype)| Name | Description |
| prototype | OperationMetadata |
| Type | Description |
| OperationMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static OperationMetadata parseDelimitedFrom(InputStream input)| Name | Description |
| input | InputStream |
| Type | Description |
| OperationMetadata |
| Type | Description |
| IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | InputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| OperationMetadata |
| Type | Description |
| IOException |
parseFrom(byte[] data)
public static OperationMetadata parseFrom(byte[] data)| Name | Description |
| data | byte[] |
| Type | Description |
| OperationMetadata |
| Type | Description |
| InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Name | Description |
| data | byte[] |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| OperationMetadata |
| Type | Description |
| InvalidProtocolBufferException |
parseFrom(ByteString data)
public static OperationMetadata parseFrom(ByteString data)| Name | Description |
| data | ByteString |
| Type | Description |
| OperationMetadata |
| Type | Description |
| InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Name | Description |
| data | ByteString |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| OperationMetadata |
| Type | Description |
| InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static OperationMetadata parseFrom(CodedInputStream input)| Name | Description |
| input | CodedInputStream |
| Type | Description |
| OperationMetadata |
| Type | Description |
| IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| OperationMetadata |
| Type | Description |
| IOException |
parseFrom(InputStream input)
public static OperationMetadata parseFrom(InputStream input)| Name | Description |
| input | InputStream |
| Type | Description |
| OperationMetadata |
| Type | Description |
| IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | InputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| OperationMetadata |
| Type | Description |
| IOException |
parseFrom(ByteBuffer data)
public static OperationMetadata parseFrom(ByteBuffer data)| Name | Description |
| data | ByteBuffer |
| Type | Description |
| OperationMetadata |
| Type | Description |
| InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OperationMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Name | Description |
| data | ByteBuffer |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| OperationMetadata |
| Type | Description |
| InvalidProtocolBufferException |
parser()
public static Parser<OperationMetadata> parser()| Type | Description |
| Parser<OperationMetadata> |
Methods
equals(Object obj)
public boolean equals(Object obj)| Name | Description |
| obj | Object |
| Type | Description |
| boolean |
getBatchRecognizeMetadata()
public BatchRecognizeMetadata getBatchRecognizeMetadata()Metadata specific to the BatchRecognize method.
.google.cloud.speech.v2.BatchRecognizeMetadata batch_recognize_metadata = 23;
| Type | Description |
| BatchRecognizeMetadata | The batchRecognizeMetadata. |
getBatchRecognizeMetadataOrBuilder()
public BatchRecognizeMetadataOrBuilder getBatchRecognizeMetadataOrBuilder()Metadata specific to the BatchRecognize method.
.google.cloud.speech.v2.BatchRecognizeMetadata batch_recognize_metadata = 23;
| Type | Description |
| BatchRecognizeMetadataOrBuilder |
getBatchRecognizeRequest()
public BatchRecognizeRequest getBatchRecognizeRequest()The BatchRecognizeRequest that spawned the Operation.
.google.cloud.speech.v2.BatchRecognizeRequest batch_recognize_request = 8;
| Type | Description |
| BatchRecognizeRequest | The batchRecognizeRequest. |
getBatchRecognizeRequestOrBuilder()
public BatchRecognizeRequestOrBuilder getBatchRecognizeRequestOrBuilder()The BatchRecognizeRequest that spawned the Operation.
.google.cloud.speech.v2.BatchRecognizeRequest batch_recognize_request = 8;
| Type | Description |
| BatchRecognizeRequestOrBuilder |
getCreateCustomClassRequest()
public CreateCustomClassRequest getCreateCustomClassRequest()The CreateCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.CreateCustomClassRequest create_custom_class_request = 13;
| Type | Description |
| CreateCustomClassRequest | The createCustomClassRequest. |
getCreateCustomClassRequestOrBuilder()
public CreateCustomClassRequestOrBuilder getCreateCustomClassRequestOrBuilder()The CreateCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.CreateCustomClassRequest create_custom_class_request = 13;
| Type | Description |
| CreateCustomClassRequestOrBuilder |
getCreatePhraseSetRequest()
public CreatePhraseSetRequest getCreatePhraseSetRequest()The CreatePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.CreatePhraseSetRequest create_phrase_set_request = 17;
| Type | Description |
| CreatePhraseSetRequest | The createPhraseSetRequest. |
getCreatePhraseSetRequestOrBuilder()
public CreatePhraseSetRequestOrBuilder getCreatePhraseSetRequestOrBuilder()The CreatePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.CreatePhraseSetRequest create_phrase_set_request = 17;
| Type | Description |
| CreatePhraseSetRequestOrBuilder |
getCreateRecognizerRequest()
public CreateRecognizerRequest getCreateRecognizerRequest()The CreateRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.CreateRecognizerRequest create_recognizer_request = 9;
| Type | Description |
| CreateRecognizerRequest | The createRecognizerRequest. |
getCreateRecognizerRequestOrBuilder()
public CreateRecognizerRequestOrBuilder getCreateRecognizerRequestOrBuilder()The CreateRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.CreateRecognizerRequest create_recognizer_request = 9;
| Type | Description |
| CreateRecognizerRequestOrBuilder |
getCreateTime()
public Timestamp getCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Type | Description |
| TimestampOrBuilder |
getDefaultInstanceForType()
public OperationMetadata getDefaultInstanceForType()| Type | Description |
| OperationMetadata |
getDeleteCustomClassRequest()
public DeleteCustomClassRequest getDeleteCustomClassRequest()The DeleteCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.DeleteCustomClassRequest delete_custom_class_request = 15;
| Type | Description |
| DeleteCustomClassRequest | The deleteCustomClassRequest. |
getDeleteCustomClassRequestOrBuilder()
public DeleteCustomClassRequestOrBuilder getDeleteCustomClassRequestOrBuilder()The DeleteCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.DeleteCustomClassRequest delete_custom_class_request = 15;
| Type | Description |
| DeleteCustomClassRequestOrBuilder |
getDeletePhraseSetRequest()
public DeletePhraseSetRequest getDeletePhraseSetRequest()The DeletePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.DeletePhraseSetRequest delete_phrase_set_request = 19;
| Type | Description |
| DeletePhraseSetRequest | The deletePhraseSetRequest. |
getDeletePhraseSetRequestOrBuilder()
public DeletePhraseSetRequestOrBuilder getDeletePhraseSetRequestOrBuilder()The DeletePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.DeletePhraseSetRequest delete_phrase_set_request = 19;
| Type | Description |
| DeletePhraseSetRequestOrBuilder |
getDeleteRecognizerRequest()
public DeleteRecognizerRequest getDeleteRecognizerRequest()The DeleteRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.DeleteRecognizerRequest delete_recognizer_request = 11;
| Type | Description |
| DeleteRecognizerRequest | The deleteRecognizerRequest. |
getDeleteRecognizerRequestOrBuilder()
public DeleteRecognizerRequestOrBuilder getDeleteRecognizerRequestOrBuilder()The DeleteRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.DeleteRecognizerRequest delete_recognizer_request = 11;
| Type | Description |
| DeleteRecognizerRequestOrBuilder |
getKmsKeyName()
public String 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}.
string kms_key_name = 6 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The kmsKeyName. |
getKmsKeyNameBytes()
public ByteString getKmsKeyNameBytes() 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}.
string kms_key_name = 6 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for kmsKeyName. |
getKmsKeyVersionName()
public String 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}.
string kms_key_version_name = 7 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The kmsKeyVersionName. |
getKmsKeyVersionNameBytes()
public ByteString getKmsKeyVersionNameBytes() 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}.
string kms_key_version_name = 7 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for kmsKeyVersionName. |
getMetadataCase()
public OperationMetadata.MetadataCase getMetadataCase()| Type | Description |
| OperationMetadata.MetadataCase |
getMethod()
public String getMethod()The method that triggered the operation.
string method = 4;
| Type | Description |
| String | The method. |
getMethodBytes()
public ByteString getMethodBytes()The method that triggered the operation.
string method = 4;
| Type | Description |
| ByteString | The bytes for method. |
getParserForType()
public Parser<OperationMetadata> getParserForType()| Type | Description |
| Parser<OperationMetadata> |
getProgressPercent()
public int getProgressPercent()The percent progress of the Operation. Values can range from 0-100. If the value is 100, then the operation is finished.
int32 progress_percent = 22;
| Type | Description |
| int | The progressPercent. |
getRequestCase()
public OperationMetadata.RequestCase getRequestCase()| Type | Description |
| OperationMetadata.RequestCase |
getResource()
public String getResource()The resource path for the target of the operation.
string resource = 3;
| Type | Description |
| String | The resource. |
getResourceBytes()
public ByteString getResourceBytes()The resource path for the target of the operation.
string resource = 3;
| Type | Description |
| ByteString | The bytes for resource. |
getSerializedSize()
public int getSerializedSize()| Type | Description |
| int |
getUndeleteCustomClassRequest()
public UndeleteCustomClassRequest getUndeleteCustomClassRequest()The UndeleteCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.UndeleteCustomClassRequest undelete_custom_class_request = 16;
| Type | Description |
| UndeleteCustomClassRequest | The undeleteCustomClassRequest. |
getUndeleteCustomClassRequestOrBuilder()
public UndeleteCustomClassRequestOrBuilder getUndeleteCustomClassRequestOrBuilder()The UndeleteCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.UndeleteCustomClassRequest undelete_custom_class_request = 16;
| Type | Description |
| UndeleteCustomClassRequestOrBuilder |
getUndeletePhraseSetRequest()
public UndeletePhraseSetRequest getUndeletePhraseSetRequest()The UndeletePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.UndeletePhraseSetRequest undelete_phrase_set_request = 20;
| Type | Description |
| UndeletePhraseSetRequest | The undeletePhraseSetRequest. |
getUndeletePhraseSetRequestOrBuilder()
public UndeletePhraseSetRequestOrBuilder getUndeletePhraseSetRequestOrBuilder()The UndeletePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.UndeletePhraseSetRequest undelete_phrase_set_request = 20;
| Type | Description |
| UndeletePhraseSetRequestOrBuilder |
getUndeleteRecognizerRequest()
public UndeleteRecognizerRequest getUndeleteRecognizerRequest()The UndeleteRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.UndeleteRecognizerRequest undelete_recognizer_request = 12;
| Type | Description |
| UndeleteRecognizerRequest | The undeleteRecognizerRequest. |
getUndeleteRecognizerRequestOrBuilder()
public UndeleteRecognizerRequestOrBuilder getUndeleteRecognizerRequestOrBuilder()The UndeleteRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.UndeleteRecognizerRequest undelete_recognizer_request = 12;
| Type | Description |
| UndeleteRecognizerRequestOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()| Type | Description |
| UnknownFieldSet |
getUpdateConfigRequest()
public UpdateConfigRequest getUpdateConfigRequest()The UpdateConfigRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateConfigRequest update_config_request = 21;
| Type | Description |
| UpdateConfigRequest | The updateConfigRequest. |
getUpdateConfigRequestOrBuilder()
public UpdateConfigRequestOrBuilder getUpdateConfigRequestOrBuilder()The UpdateConfigRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateConfigRequest update_config_request = 21;
| Type | Description |
| UpdateConfigRequestOrBuilder |
getUpdateCustomClassRequest()
public UpdateCustomClassRequest getUpdateCustomClassRequest()The UpdateCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateCustomClassRequest update_custom_class_request = 14;
| Type | Description |
| UpdateCustomClassRequest | The updateCustomClassRequest. |
getUpdateCustomClassRequestOrBuilder()
public UpdateCustomClassRequestOrBuilder getUpdateCustomClassRequestOrBuilder()The UpdateCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateCustomClassRequest update_custom_class_request = 14;
| Type | Description |
| UpdateCustomClassRequestOrBuilder |
getUpdatePhraseSetRequest()
public UpdatePhraseSetRequest getUpdatePhraseSetRequest()The UpdatePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.UpdatePhraseSetRequest update_phrase_set_request = 18;
| Type | Description |
| UpdatePhraseSetRequest | The updatePhraseSetRequest. |
getUpdatePhraseSetRequestOrBuilder()
public UpdatePhraseSetRequestOrBuilder getUpdatePhraseSetRequestOrBuilder()The UpdatePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.UpdatePhraseSetRequest update_phrase_set_request = 18;
| Type | Description |
| UpdatePhraseSetRequestOrBuilder |
getUpdateRecognizerRequest()
public UpdateRecognizerRequest getUpdateRecognizerRequest()The UpdateRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateRecognizerRequest update_recognizer_request = 10;
| Type | Description |
| UpdateRecognizerRequest | The updateRecognizerRequest. |
getUpdateRecognizerRequestOrBuilder()
public UpdateRecognizerRequestOrBuilder getUpdateRecognizerRequestOrBuilder()The UpdateRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateRecognizerRequest update_recognizer_request = 10;
| Type | Description |
| UpdateRecognizerRequestOrBuilder |
getUpdateTime()
public Timestamp getUpdateTime()The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Type | Description |
| TimestampOrBuilder |
hasBatchRecognizeMetadata()
public boolean hasBatchRecognizeMetadata()Metadata specific to the BatchRecognize method.
.google.cloud.speech.v2.BatchRecognizeMetadata batch_recognize_metadata = 23;
| Type | Description |
| boolean | Whether the batchRecognizeMetadata field is set. |
hasBatchRecognizeRequest()
public boolean hasBatchRecognizeRequest()The BatchRecognizeRequest that spawned the Operation.
.google.cloud.speech.v2.BatchRecognizeRequest batch_recognize_request = 8;
| Type | Description |
| boolean | Whether the batchRecognizeRequest field is set. |
hasCreateCustomClassRequest()
public boolean hasCreateCustomClassRequest()The CreateCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.CreateCustomClassRequest create_custom_class_request = 13;
| Type | Description |
| boolean | Whether the createCustomClassRequest field is set. |
hasCreatePhraseSetRequest()
public boolean hasCreatePhraseSetRequest()The CreatePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.CreatePhraseSetRequest create_phrase_set_request = 17;
| Type | Description |
| boolean | Whether the createPhraseSetRequest field is set. |
hasCreateRecognizerRequest()
public boolean hasCreateRecognizerRequest()The CreateRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.CreateRecognizerRequest create_recognizer_request = 9;
| Type | Description |
| boolean | Whether the createRecognizerRequest field is set. |
hasCreateTime()
public boolean hasCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
| Type | Description |
| boolean | Whether the createTime field is set. |
hasDeleteCustomClassRequest()
public boolean hasDeleteCustomClassRequest()The DeleteCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.DeleteCustomClassRequest delete_custom_class_request = 15;
| Type | Description |
| boolean | Whether the deleteCustomClassRequest field is set. |
hasDeletePhraseSetRequest()
public boolean hasDeletePhraseSetRequest()The DeletePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.DeletePhraseSetRequest delete_phrase_set_request = 19;
| Type | Description |
| boolean | Whether the deletePhraseSetRequest field is set. |
hasDeleteRecognizerRequest()
public boolean hasDeleteRecognizerRequest()The DeleteRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.DeleteRecognizerRequest delete_recognizer_request = 11;
| Type | Description |
| boolean | Whether the deleteRecognizerRequest field is set. |
hasUndeleteCustomClassRequest()
public boolean hasUndeleteCustomClassRequest()The UndeleteCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.UndeleteCustomClassRequest undelete_custom_class_request = 16;
| Type | Description |
| boolean | Whether the undeleteCustomClassRequest field is set. |
hasUndeletePhraseSetRequest()
public boolean hasUndeletePhraseSetRequest()The UndeletePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.UndeletePhraseSetRequest undelete_phrase_set_request = 20;
| Type | Description |
| boolean | Whether the undeletePhraseSetRequest field is set. |
hasUndeleteRecognizerRequest()
public boolean hasUndeleteRecognizerRequest()The UndeleteRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.UndeleteRecognizerRequest undelete_recognizer_request = 12;
| Type | Description |
| boolean | Whether the undeleteRecognizerRequest field is set. |
hasUpdateConfigRequest()
public boolean hasUpdateConfigRequest()The UpdateConfigRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateConfigRequest update_config_request = 21;
| Type | Description |
| boolean | Whether the updateConfigRequest field is set. |
hasUpdateCustomClassRequest()
public boolean hasUpdateCustomClassRequest()The UpdateCustomClassRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateCustomClassRequest update_custom_class_request = 14;
| Type | Description |
| boolean | Whether the updateCustomClassRequest field is set. |
hasUpdatePhraseSetRequest()
public boolean hasUpdatePhraseSetRequest()The UpdatePhraseSetRequest that spawned the Operation.
.google.cloud.speech.v2.UpdatePhraseSetRequest update_phrase_set_request = 18;
| Type | Description |
| boolean | Whether the updatePhraseSetRequest field is set. |
hasUpdateRecognizerRequest()
public boolean hasUpdateRecognizerRequest()The UpdateRecognizerRequest that spawned the Operation.
.google.cloud.speech.v2.UpdateRecognizerRequest update_recognizer_request = 10;
| Type | Description |
| boolean | Whether the updateRecognizerRequest field is set. |
hasUpdateTime()
public boolean hasUpdateTime()The time the operation was last updated.
.google.protobuf.Timestamp update_time = 2;
| Type | Description |
| boolean | Whether the updateTime field is set. |
hashCode()
public int hashCode()| Type | Description |
| int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
newBuilderForType()
public OperationMetadata.Builder newBuilderForType()| Type | Description |
| OperationMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OperationMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)| Name | Description |
| parent | BuilderParent |
| Type | Description |
| OperationMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)| Name | Description |
| unused | UnusedPrivateParameter |
| Type | Description |
| Object |
toBuilder()
public OperationMetadata.Builder toBuilder()| Type | Description |
| OperationMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Name | Description |
| output | CodedOutputStream |
| Type | Description |
| IOException |