Class Event.Builder (0.41.0)

public static final class Event.Builder extends GeneratedMessageV3.Builder<Event.Builder> implements EventOrBuilder

Describes an event and a trigger URI.

Protobuf type google.cloud.video.stitcher.v1.Event

Implements

EventOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Event.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Event.Builder
Overrides

build()

public Event build()
Returns
TypeDescription
Event

buildPartial()

public Event buildPartial()
Returns
TypeDescription
Event

clear()

public Event.Builder clear()
Returns
TypeDescription
Event.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Event.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Event.Builder
Overrides

clearId()

public Event.Builder clearId()

The ID of the event.

string id = 3;

Returns
TypeDescription
Event.Builder

This builder for chaining.

clearOffset()

public Event.Builder clearOffset()

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Returns
TypeDescription
Event.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public Event.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Event.Builder
Overrides

clearType()

public Event.Builder clearType()

Describes the event that occurred.

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

Returns
TypeDescription
Event.Builder

This builder for chaining.

clearUri()

public Event.Builder clearUri()

The URI to trigger for this event.

string uri = 2;

Returns
TypeDescription
Event.Builder

This builder for chaining.

clone()

public Event.Builder clone()
Returns
TypeDescription
Event.Builder
Overrides

getDefaultInstanceForType()

public Event getDefaultInstanceForType()
Returns
TypeDescription
Event

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getId()

public String getId()

The ID of the event.

string id = 3;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

The ID of the event.

string id = 3;

Returns
TypeDescription
ByteString

The bytes for id.

getOffset()

public Duration getOffset()

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Returns
TypeDescription
Duration

The offset.

getOffsetBuilder()

public Duration.Builder getOffsetBuilder()

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Returns
TypeDescription
Builder

getOffsetOrBuilder()

public DurationOrBuilder getOffsetOrBuilder()

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Returns
TypeDescription
DurationOrBuilder

getType()

public 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 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 String getUri()

The URI to trigger for this event.

string uri = 2;

Returns
TypeDescription
String

The uri.

getUriBytes()

public ByteString getUriBytes()

The URI to trigger for this event.

string uri = 2;

Returns
TypeDescription
ByteString

The bytes for uri.

hasOffset()

public 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Event other)

public Event.Builder mergeFrom(Event other)
Parameter
NameDescription
otherEvent
Returns
TypeDescription
Event.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Event.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Event.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Event.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Event.Builder
Overrides

mergeOffset(Duration value)

public Event.Builder mergeOffset(Duration value)

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Event.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Event.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Event.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Event.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Event.Builder
Overrides

setId(String value)

public Event.Builder setId(String value)

The ID of the event.

string id = 3;

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.

setIdBytes(ByteString value)

public Event.Builder setIdBytes(ByteString value)

The ID of the event.

string id = 3;

Parameter
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.

setOffset(Duration value)

public Event.Builder setOffset(Duration value)

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
Event.Builder

setOffset(Duration.Builder builderForValue)

public Event.Builder setOffset(Duration.Builder builderForValue)

The offset in seconds if the event type is PROGRESS.

.google.protobuf.Duration offset = 4;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Event.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Event.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Event.Builder
Overrides

setType(Event.EventType value)

public Event.Builder setType(Event.EventType value)

Describes the event that occurred.

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

Parameter
NameDescription
valueEvent.EventType

The type to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.

setTypeValue(int value)

public Event.Builder setTypeValue(int value)

Describes the event that occurred.

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

Parameter
NameDescription
valueint

The enum numeric value on the wire for type to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Event.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Event.Builder
Overrides

setUri(String value)

public Event.Builder setUri(String value)

The URI to trigger for this event.

string uri = 2;

Parameter
NameDescription
valueString

The uri to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.

setUriBytes(ByteString value)

public Event.Builder setUriBytes(ByteString value)

The URI to trigger for this event.

string uri = 2;

Parameter
NameDescription
valueByteString

The bytes for uri to set.

Returns
TypeDescription
Event.Builder

This builder for chaining.