public interface EventOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()The ID of the event.
string id = 3;
| Type | Description |
| String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()The ID of the event.
string id = 3;
| Type | Description |
| ByteString | The bytes for id. |
getOffset()
public abstract Duration getOffset() The offset in seconds if the event type is PROGRESS.
.google.protobuf.Duration offset = 4;
| Type | Description |
| Duration | The offset. |
getOffsetOrBuilder()
public abstract DurationOrBuilder getOffsetOrBuilder() The offset in seconds if the event type is PROGRESS.
.google.protobuf.Duration offset = 4;
| Type | Description |
| DurationOrBuilder |
getType()
public abstract Event.EventType getType()Describes the event that occurred.
.google.cloud.video.stitcher.v1.Event.EventType type = 1;
| Type | Description |
| Event.EventType | The type. |
getTypeValue()
public abstract int getTypeValue()Describes the event that occurred.
.google.cloud.video.stitcher.v1.Event.EventType type = 1;
| Type | Description |
| int | The enum numeric value on the wire for type. |
getUri()
public abstract String getUri()The URI to trigger for this event.
string uri = 2;
| Type | Description |
| String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()The URI to trigger for this event.
string uri = 2;
| Type | Description |
| ByteString | The bytes for uri. |
hasOffset()
public abstract boolean hasOffset() The offset in seconds if the event type is PROGRESS.
.google.protobuf.Duration offset = 4;
| Type | Description |
| boolean | Whether the offset field is set. |