Interface EventOrBuilder (0.41.0)

public interface EventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

The ID of the event.

string id = 3;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

The ID of the event.

string id = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
Duration

The offset.

getOffsetOrBuilder()

public abstract DurationOrBuilder getOffsetOrBuilder()

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Returns
TypeDescription
DurationOrBuilder

getType()

public abstract Event.EventType getType()

Describes the event that occurred.

.google.cloud.video.stitcher.v1.Event.EventType type = 1;

Returns
TypeDescription
Event.EventType

The type.

getTypeValue()

public abstract int getTypeValue()

Describes the event that occurred.

.google.cloud.video.stitcher.v1.Event.EventType type = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI to trigger for this event.

string uri = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the offset field is set.