public interface SynthesizeLongAudioMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getLastUpdateTime()
Deprecated.
google.cloud.texttospeech.v1.SynthesizeLongAudioMetadata.last_update_time is
deprecated. See google/cloud/texttospeech/v1/cloud_tts_lrs.proto;l=86
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateTimeOrBuilder()
Deprecated.
|
double |
getProgressPercentage()
The progress of the most recent processing update in percentage, ie.
|
com.google.protobuf.Timestamp |
getStartTime()
Time when the request was received.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Time when the request was received.
|
boolean |
hasLastUpdateTime()
Deprecated.
google.cloud.texttospeech.v1.SynthesizeLongAudioMetadata.last_update_time is
deprecated. See google/cloud/texttospeech/v1/cloud_tts_lrs.proto;l=86
|
boolean |
hasStartTime()
Time when the request was received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 1;@Deprecated boolean hasLastUpdateTime()
Deprecated. Do not use.
.google.protobuf.Timestamp last_update_time = 2 [deprecated = true];@Deprecated com.google.protobuf.Timestamp getLastUpdateTime()
Deprecated. Do not use.
.google.protobuf.Timestamp last_update_time = 2 [deprecated = true];@Deprecated com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
Deprecated. Do not use.
.google.protobuf.Timestamp last_update_time = 2 [deprecated = true];double getProgressPercentage()
The progress of the most recent processing update in percentage, ie. 70.0%.
double progress_percentage = 3;Copyright © 2024 Google LLC. All rights reserved.