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;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The lastUpdateTime. |
getLastUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
double |
The progressPercentage. |
getStartTime()
public abstract Timestamp getStartTime()Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Time when the request was received.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasLastUpdateTime()
public abstract boolean hasLastUpdateTime()Time of the most recent processing update.
.google.protobuf.Timestamp last_update_time = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |