public interface SynthesizeLongAudioMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLastUpdateTime()
public abstract Timestamp getLastUpdateTime()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
| Type | Description |
| Timestamp | The lastUpdateTime. |
getLastUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
| Type | Description |
| TimestampOrBuilder |
getProgressPercentage()
public abstract double getProgressPercentage()The progress of the most recent processing update in percentage, ie. 70.0%.
double progress_percentage = 3;
| Type | Description |
| double | The progressPercentage. |
getStartTime()
public abstract Timestamp getStartTime()Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
| Type | Description |
| TimestampOrBuilder |
hasLastUpdateTime()
public abstract boolean hasLastUpdateTime()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
| Type | Description |
| boolean | Whether the lastUpdateTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
| Type | Description |
| boolean | Whether the startTime field is set. |