Interface SynthesizeLongAudioMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SynthesizeLongAudioMetadata
,SynthesizeLongAudioMetadata.Builder
public interface SynthesizeLongAudioMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getLastUpdateTime()
Time of the most recent processing update.com.google.protobuf.TimestampOrBuilder
getLastUpdateTimeOrBuilder()
Time of the most recent processing update.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()
Time of the most recent processing update.boolean
hasStartTime()
Time when the request was received.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartTime
boolean hasStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
-
hasLastUpdateTime
boolean hasLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
- Returns:
- Whether the lastUpdateTime field is set.
-
getLastUpdateTime
com.google.protobuf.Timestamp getLastUpdateTime()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
- Returns:
- The lastUpdateTime.
-
getLastUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder()
Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
-
getProgressPercentage
double getProgressPercentage()
The progress of the most recent processing update in percentage, ie. 70.0%.
double progress_percentage = 3;
- Returns:
- The progressPercentage.
-
-