Interface EventOrBuilder (0.25.0)

public interface EventOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

User-defined key/value metadata.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAdBreak()

public abstract Event.AdBreakTask getAdBreak()

Inserts a new ad opportunity.

.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6;

Returns
TypeDescription
Event.AdBreakTask

The adBreak.

getAdBreakOrBuilder()

public abstract Event.AdBreakTaskOrBuilder getAdBreakOrBuilder()

Inserts a new ad opportunity.

.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6;

Returns
TypeDescription
Event.AdBreakTaskOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getError()

public abstract Status getError()

Output only. An error object that describes the reason for the failure. This property is always present when state is FAILED.

.google.rpc.Status error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Output only. An error object that describes the reason for the failure. This property is always present when state is FAILED.

.google.rpc.Status error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getExecuteNow()

public abstract boolean getExecuteNow()

When this field is set to true, the event will be executed at the earliest time that the server can schedule the event and execution_time will be populated with the time that the server actually schedules the event.

bool execute_now = 9;

Returns
TypeDescription
boolean

The executeNow.

getExecutionTime()

public abstract Timestamp getExecutionTime()

The time to execute the event. If you set execute_now to true, then do not set this field in the CreateEvent request. In this case, the server schedules the event and populates this field. If you set execute_now to false, then you must set this field to at least 10 seconds in the future or else the event can't be created.

.google.protobuf.Timestamp execution_time = 10;

Returns
TypeDescription
Timestamp

The executionTime.

getExecutionTimeOrBuilder()

public abstract TimestampOrBuilder getExecutionTimeOrBuilder()

The time to execute the event. If you set execute_now to true, then do not set this field in the CreateEvent request. In this case, the server schedules the event and populates this field. If you set execute_now to false, then you must set this field to at least 10 seconds in the future or else the event can't be created.

.google.protobuf.Timestamp execution_time = 10;

Returns
TypeDescription
TimestampOrBuilder

getInputSwitch()

public abstract Event.InputSwitchTask getInputSwitch()

Switches to another input stream.

.google.cloud.video.livestream.v1.Event.InputSwitchTask input_switch = 5;

Returns
TypeDescription
Event.InputSwitchTask

The inputSwitch.

getInputSwitchOrBuilder()

public abstract Event.InputSwitchTaskOrBuilder getInputSwitchOrBuilder()

Switches to another input stream.

.google.cloud.video.livestream.v1.Event.InputSwitchTask input_switch = 5;

Returns
TypeDescription
Event.InputSwitchTaskOrBuilder

getLabels()

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

User-defined key/value metadata.

map<string, string> labels = 4;

Returns
TypeDescription
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

User-defined key/value metadata.

map<string, string> labels = 4;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

User-defined key/value metadata.

map<string, string> labels = 4;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

User-defined key/value metadata.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMute()

public abstract Event.MuteTask getMute()

Mutes the stream.

.google.cloud.video.livestream.v1.Event.MuteTask mute = 15;

Returns
TypeDescription
Event.MuteTask

The mute.

getMuteOrBuilder()

public abstract Event.MuteTaskOrBuilder getMuteOrBuilder()

Mutes the stream.

.google.cloud.video.livestream.v1.Event.MuteTask mute = 15;

Returns
TypeDescription
Event.MuteTaskOrBuilder

getName()

public abstract String getName()

The resource name of the event, in the form of: projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name of the event, in the form of: projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getReturnToProgram()

public abstract Event.ReturnToProgramTask getReturnToProgram()

Stops any running ad break.

.google.cloud.video.livestream.v1.Event.ReturnToProgramTask return_to_program = 13;

Returns
TypeDescription
Event.ReturnToProgramTask

The returnToProgram.

getReturnToProgramOrBuilder()

public abstract Event.ReturnToProgramTaskOrBuilder getReturnToProgramOrBuilder()

Stops any running ad break.

.google.cloud.video.livestream.v1.Event.ReturnToProgramTask return_to_program = 13;

Returns
TypeDescription
Event.ReturnToProgramTaskOrBuilder

getSlate()

public abstract Event.SlateTask getSlate()

Inserts a slate.

.google.cloud.video.livestream.v1.Event.SlateTask slate = 14;

Returns
TypeDescription
Event.SlateTask

The slate.

getSlateOrBuilder()

public abstract Event.SlateTaskOrBuilder getSlateOrBuilder()

Inserts a slate.

.google.cloud.video.livestream.v1.Event.SlateTask slate = 14;

Returns
TypeDescription
Event.SlateTaskOrBuilder

getState()

public abstract Event.State getState()

Output only. The state of the event.

.google.cloud.video.livestream.v1.Event.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Event.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the event.

.google.cloud.video.livestream.v1.Event.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTaskCase()

public abstract Event.TaskCase getTaskCase()
Returns
TypeDescription
Event.TaskCase

getUnmute()

public abstract Event.UnmuteTask getUnmute()

Unmutes the stream.

.google.cloud.video.livestream.v1.Event.UnmuteTask unmute = 16;

Returns
TypeDescription
Event.UnmuteTask

The unmute.

getUnmuteOrBuilder()

public abstract Event.UnmuteTaskOrBuilder getUnmuteOrBuilder()

Unmutes the stream.

.google.cloud.video.livestream.v1.Event.UnmuteTask unmute = 16;

Returns
TypeDescription
Event.UnmuteTaskOrBuilder

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The update time.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The update time.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasAdBreak()

public abstract boolean hasAdBreak()

Inserts a new ad opportunity.

.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6;

Returns
TypeDescription
boolean

Whether the adBreak field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The creation time.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasError()

public abstract boolean hasError()

Output only. An error object that describes the reason for the failure. This property is always present when state is FAILED.

.google.rpc.Status error = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the error field is set.

hasExecutionTime()

public abstract boolean hasExecutionTime()

The time to execute the event. If you set execute_now to true, then do not set this field in the CreateEvent request. In this case, the server schedules the event and populates this field. If you set execute_now to false, then you must set this field to at least 10 seconds in the future or else the event can't be created.

.google.protobuf.Timestamp execution_time = 10;

Returns
TypeDescription
boolean

Whether the executionTime field is set.

hasInputSwitch()

public abstract boolean hasInputSwitch()

Switches to another input stream.

.google.cloud.video.livestream.v1.Event.InputSwitchTask input_switch = 5;

Returns
TypeDescription
boolean

Whether the inputSwitch field is set.

hasMute()

public abstract boolean hasMute()

Mutes the stream.

.google.cloud.video.livestream.v1.Event.MuteTask mute = 15;

Returns
TypeDescription
boolean

Whether the mute field is set.

hasReturnToProgram()

public abstract boolean hasReturnToProgram()

Stops any running ad break.

.google.cloud.video.livestream.v1.Event.ReturnToProgramTask return_to_program = 13;

Returns
TypeDescription
boolean

Whether the returnToProgram field is set.

hasSlate()

public abstract boolean hasSlate()

Inserts a slate.

.google.cloud.video.livestream.v1.Event.SlateTask slate = 14;

Returns
TypeDescription
boolean

Whether the slate field is set.

hasUnmute()

public abstract boolean hasUnmute()

Unmutes the stream.

.google.cloud.video.livestream.v1.Event.UnmuteTask unmute = 16;

Returns
TypeDescription
boolean

Whether the unmute field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The update time.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.