public final class LongRunningRecognizeMetadata extends 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.v1.LongRunningRecognizeMetadata
Static Fields
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
Field Value
public static final int PROGRESS_PERCENT_FIELD_NUMBER
Field Value
public static final int START_TIME_FIELD_NUMBER
Field Value
public static final int URI_FIELD_NUMBER
Field Value
Static Methods
public static LongRunningRecognizeMetadata getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static LongRunningRecognizeMetadata.Builder newBuilder()
Returns
public static LongRunningRecognizeMetadata.Builder newBuilder(LongRunningRecognizeMetadata prototype)
Parameter
Returns
public static LongRunningRecognizeMetadata parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static LongRunningRecognizeMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static LongRunningRecognizeMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<LongRunningRecognizeMetadata> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public LongRunningRecognizeMetadata getDefaultInstanceForType()
Returns
public Timestamp getLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;
Returns
public TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;
Returns
public Parser<LongRunningRecognizeMetadata> getParserForType()
Returns
Overrides
public 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;
Returns
Type | Description |
int | The progressPercent.
|
public int getSerializedSize()
Returns
Overrides
public Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;
Returns
public TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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];
Returns
public 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];
Returns
public boolean hasLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 3;
Returns
Type | Description |
boolean | Whether the lastUpdateTime field is set.
|
public boolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 2;
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public LongRunningRecognizeMetadata.Builder newBuilderForType()
Returns
protected LongRunningRecognizeMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public LongRunningRecognizeMetadata.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions