public interface VideoMetadataOrBuilder extends MessageOrBuilder
Implementa
MessageOrBuilderMetodi
getEndOffset()
public abstract Duration getEndOffset()
Facoltativo. L'offset finale del video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
Duration |
L'elemento endOffset. |
getEndOffsetOrBuilder()
public abstract DurationOrBuilder getEndOffsetOrBuilder()
Facoltativo. L'offset finale del video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
DurationOrBuilder |
getStartOffset()
public abstract Duration getStartOffset()
Facoltativo. L'offset iniziale del video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
Duration |
Il valore startOffset. |
getStartOffsetOrBuilder()
public abstract DurationOrBuilder getStartOffsetOrBuilder()
Facoltativo. L'offset iniziale del video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
DurationOrBuilder |
hasEndOffset()
public abstract boolean hasEndOffset()
Facoltativo. L'offset finale del video.
.google.protobuf.Duration end_offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Indica se è impostato il campo endOffset. |
hasStartOffset()
public abstract boolean hasStartOffset()
Facoltativo. L'offset iniziale del video.
.google.protobuf.Duration start_offset = 1 [(.google.api.field_behavior) = OPTIONAL];
Restituisce | |
---|---|
Tipo | Description |
boolean |
Indica se il campo startOffset è impostato. |