public final class LongRunningRecognizeMetadata extends com.google.protobuf.GeneratedMessageV3 implements LongRunningRecognizeMetadataOrBuilder
Describes the progress of a long-running `LongRunningRecognize` call. It is included in the `metadata` field of the `Operation` returned by the `GetOperation` call of the `google::longrunning::Operations` service.Protobuf type
google.cloud.speech.v1p1beta1.LongRunningRecognizeMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
LongRunningRecognizeMetadata.Builder
Describes the progress of a long-running `LongRunningRecognize` call.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
LAST_UPDATE_TIME_FIELD_NUMBER |
static int |
OUTPUT_CONFIG_FIELD_NUMBER |
static int |
PROGRESS_PERCENT_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
URI_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static LongRunningRecognizeMetadata |
getDefaultInstance() |
LongRunningRecognizeMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Timestamp |
getLastUpdateTime()
Time of the most recent processing update.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateTimeOrBuilder()
Time of the most recent processing update.
|
TranscriptOutputConfig |
getOutputConfig()
Output only.
|
TranscriptOutputConfigOrBuilder |
getOutputConfigOrBuilder()
Output only.
|
com.google.protobuf.Parser<LongRunningRecognizeMetadata> |
getParserForType() |
int |
getProgressPercent()
Approximate percentage of audio processed thus far.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
Time when the request was received.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Time when the request was received.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUri()
Output only.
|
com.google.protobuf.ByteString |
getUriBytes()
Output only.
|
int |
hashCode() |
boolean |
hasLastUpdateTime()
Time of the most recent processing update.
|
boolean |
hasOutputConfig()
Output only.
|
boolean |
hasStartTime()
Time when the request was received.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LongRunningRecognizeMetadata.Builder |
newBuilder() |
static LongRunningRecognizeMetadata.Builder |
newBuilder(LongRunningRecognizeMetadata prototype) |
LongRunningRecognizeMetadata.Builder |
newBuilderForType() |
protected LongRunningRecognizeMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static LongRunningRecognizeMetadata |
parseDelimitedFrom(InputStream input) |
static LongRunningRecognizeMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LongRunningRecognizeMetadata |
parseFrom(byte[] data) |
static LongRunningRecognizeMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LongRunningRecognizeMetadata |
parseFrom(ByteBuffer data) |
static LongRunningRecognizeMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LongRunningRecognizeMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static LongRunningRecognizeMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LongRunningRecognizeMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LongRunningRecognizeMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LongRunningRecognizeMetadata |
parseFrom(InputStream input) |
static LongRunningRecognizeMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LongRunningRecognizeMetadata> |
parser() |
LongRunningRecognizeMetadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PROGRESS_PERCENT_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
public static final int OUTPUT_CONFIG_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getProgressPercent()
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
int32 progress_percent = 1;getProgressPercent in interface LongRunningRecognizeMetadataOrBuilderpublic boolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;hasStartTime in interface LongRunningRecognizeMetadataOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;getStartTime in interface LongRunningRecognizeMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;getStartTimeOrBuilder in interface LongRunningRecognizeMetadataOrBuilderpublic boolean hasLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;hasLastUpdateTime in interface LongRunningRecognizeMetadataOrBuilderpublic com.google.protobuf.Timestamp getLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;getLastUpdateTime in interface LongRunningRecognizeMetadataOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;getLastUpdateTimeOrBuilder in interface LongRunningRecognizeMetadataOrBuilderpublic String getUri()
Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.
string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getUri in interface LongRunningRecognizeMetadataOrBuilderpublic com.google.protobuf.ByteString getUriBytes()
Output only. The URI of the audio file being transcribed. Empty if the audio was sent as byte content.
string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];getUriBytes in interface LongRunningRecognizeMetadataOrBuilderpublic boolean hasOutputConfig()
Output only. A copy of the TranscriptOutputConfig if it was set in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasOutputConfig in interface LongRunningRecognizeMetadataOrBuilderpublic TranscriptOutputConfig getOutputConfig()
Output only. A copy of the TranscriptOutputConfig if it was set in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOutputConfig in interface LongRunningRecognizeMetadataOrBuilderpublic TranscriptOutputConfigOrBuilder getOutputConfigOrBuilder()
Output only. A copy of the TranscriptOutputConfig if it was set in the request.
.google.cloud.speech.v1p1beta1.TranscriptOutputConfig output_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOutputConfigOrBuilder in interface LongRunningRecognizeMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LongRunningRecognizeMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LongRunningRecognizeMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LongRunningRecognizeMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LongRunningRecognizeMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LongRunningRecognizeMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LongRunningRecognizeMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LongRunningRecognizeMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static LongRunningRecognizeMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LongRunningRecognizeMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LongRunningRecognizeMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LongRunningRecognizeMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LongRunningRecognizeMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic LongRunningRecognizeMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LongRunningRecognizeMetadata.Builder newBuilder()
public static LongRunningRecognizeMetadata.Builder newBuilder(LongRunningRecognizeMetadata prototype)
public LongRunningRecognizeMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LongRunningRecognizeMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LongRunningRecognizeMetadata getDefaultInstance()
public static com.google.protobuf.Parser<LongRunningRecognizeMetadata> parser()
public com.google.protobuf.Parser<LongRunningRecognizeMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LongRunningRecognizeMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.