- 0.80.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.75.0
- 0.74.0
- 0.72.0
- 0.70.0
- 0.69.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.8
- 0.3.0
public static final class Event.Builder extends GeneratedMessageV3.Builder<Event.Builder> implements EventOrBuilderEvent is a sub-resource of a channel, which can be scheduled by the user to execute operations on a channel resource without having to stop the channel.
Protobuf type google.cloud.video.livestream.v1.Event
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Event.BuilderImplements
EventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Event.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Event.Builder |
build()
public Event build()| Type | Description |
Event |
buildPartial()
public Event buildPartial()| Type | Description |
Event |
clear()
public Event.Builder clear()| Type | Description |
Event.Builder |
clearAdBreak()
public Event.Builder clearAdBreak()Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Event.Builder |
clearCreateTime()
public Event.Builder clearCreateTime()Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
Event.Builder |
clearError()
public Event.Builder clearError() 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];
| Type | Description |
Event.Builder |
clearExecuteNow()
public Event.Builder clearExecuteNow()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;
| Type | Description |
Event.Builder |
This builder for chaining. |
clearExecutionTime()
public Event.Builder clearExecutionTime() The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Type | Description |
Event.Builder |
clearField(Descriptors.FieldDescriptor field)
public Event.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
Event.Builder |
clearLabels()
public Event.Builder clearLabels()| Type | Description |
Event.Builder |
clearName()
public Event.Builder clearName() The resource name of the event, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.
string name = 1;
| Type | Description |
Event.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Event.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
Event.Builder |
clearState()
public Event.Builder clearState()Output only. The state of the event.
.google.cloud.video.livestream.v1.Event.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
Event.Builder |
This builder for chaining. |
clearTask()
public Event.Builder clearTask()| Type | Description |
Event.Builder |
clearUpdateTime()
public Event.Builder clearUpdateTime()Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
Event.Builder |
clone()
public Event.Builder clone()| Type | Description |
Event.Builder |
containsLabels(String key)
public boolean containsLabels(String key)User-defined key/value metadata.
map<string, string> labels = 4;
| Name | Description |
key |
String |
| Type | Description |
boolean |
getAdBreak()
public Event.AdBreakTask getAdBreak()Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Event.AdBreakTask |
The adBreak. |
getAdBreakBuilder()
public Event.AdBreakTask.Builder getAdBreakBuilder()Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Event.AdBreakTask.Builder |
getAdBreakOrBuilder()
public Event.AdBreakTaskOrBuilder getAdBreakOrBuilder()Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
Event.AdBreakTaskOrBuilder |
getCreateTime()
public Timestamp getCreateTime()Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public Event getDefaultInstanceForType()| Type | Description |
Event |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getError()
public 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];
| Type | Description |
com.google.rpc.Status |
The error. |
getErrorBuilder()
public Status.Builder getErrorBuilder() 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];
| Type | Description |
com.google.rpc.Status.Builder |
getErrorOrBuilder()
public 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];
| Type | Description |
com.google.rpc.StatusOrBuilder |
getExecuteNow()
public 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;
| Type | Description |
boolean |
The executeNow. |
getExecutionTime()
public Timestamp getExecutionTime() The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Type | Description |
Timestamp |
The executionTime. |
getExecutionTimeBuilder()
public Timestamp.Builder getExecutionTimeBuilder() The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Type | Description |
Builder |
getExecutionTimeOrBuilder()
public TimestampOrBuilder getExecutionTimeOrBuilder() The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Type | Description |
TimestampOrBuilder |
getLabels()
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()User-defined key/value metadata.
map<string, string> labels = 4;
| Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()User-defined key/value metadata.
map<string, string> labels = 4;
| Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)User-defined key/value metadata.
map<string, string> labels = 4;
| Name | Description |
key |
String |
defaultValue |
String |
| Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)User-defined key/value metadata.
map<string, string> labels = 4;
| Name | Description |
key |
String |
| Type | Description |
String |
getMutableLabels()
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Type | Description |
Map<String,String> |
getName()
public String getName() The resource name of the event, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.
string name = 1;
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() The resource name of the event, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.
string name = 1;
| Type | Description |
ByteString |
The bytes for name. |
getState()
public 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];
| Type | Description |
Event.State |
The state. |
getStateValue()
public int getStateValue()Output only. The state of the event.
.google.cloud.video.livestream.v1.Event.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
int |
The enum numeric value on the wire for state. |
getTaskCase()
public Event.TaskCase getTaskCase()| Type | Description |
Event.TaskCase |
getUpdateTime()
public Timestamp getUpdateTime()Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
TimestampOrBuilder |
hasAdBreak()
public boolean hasAdBreak()Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
boolean |
Whether the adBreak field is set. |
hasCreateTime()
public boolean hasCreateTime()Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
boolean |
Whether the createTime field is set. |
hasError()
public 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];
| Type | Description |
boolean |
Whether the error field is set. |
hasExecutionTime()
public boolean hasExecutionTime() The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Type | Description |
boolean |
Whether the executionTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
boolean |
Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Name | Description |
number |
int |
| Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Name | Description |
number |
int |
| Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeAdBreak(Event.AdBreakTask value)
public Event.Builder mergeAdBreak(Event.AdBreakTask value)Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
Event.AdBreakTask |
| Type | Description |
Event.Builder |
mergeCreateTime(Timestamp value)
public Event.Builder mergeCreateTime(Timestamp value)Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
Timestamp |
| Type | Description |
Event.Builder |
mergeError(Status value)
public Event.Builder mergeError(Status value) 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];
| Name | Description |
value |
com.google.rpc.Status |
| Type | Description |
Event.Builder |
mergeExecutionTime(Timestamp value)
public Event.Builder mergeExecutionTime(Timestamp value) The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Name | Description |
value |
Timestamp |
| Type | Description |
Event.Builder |
mergeFrom(Event other)
public Event.Builder mergeFrom(Event other)| Name | Description |
other |
Event |
| Type | Description |
Event.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Event.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
Event.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public Event.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
Event.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Event.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Event.Builder |
mergeUpdateTime(Timestamp value)
public Event.Builder mergeUpdateTime(Timestamp value)Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
Timestamp |
| Type | Description |
Event.Builder |
putAllLabels(Map<String,String> values)
public Event.Builder putAllLabels(Map<String,String> values)User-defined key/value metadata.
map<string, string> labels = 4;
| Name | Description |
values |
Map<String,String> |
| Type | Description |
Event.Builder |
putLabels(String key, String value)
public Event.Builder putLabels(String key, String value)User-defined key/value metadata.
map<string, string> labels = 4;
| Name | Description |
key |
String |
value |
String |
| Type | Description |
Event.Builder |
removeLabels(String key)
public Event.Builder removeLabels(String key)User-defined key/value metadata.
map<string, string> labels = 4;
| Name | Description |
key |
String |
| Type | Description |
Event.Builder |
setAdBreak(Event.AdBreakTask value)
public Event.Builder setAdBreak(Event.AdBreakTask value)Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
value |
Event.AdBreakTask |
| Type | Description |
Event.Builder |
setAdBreak(Event.AdBreakTask.Builder builderForValue)
public Event.Builder setAdBreak(Event.AdBreakTask.Builder builderForValue)Required. Inserts a new ad opportunity.
.google.cloud.video.livestream.v1.Event.AdBreakTask ad_break = 6 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
builderForValue |
Event.AdBreakTask.Builder |
| Type | Description |
Event.Builder |
setCreateTime(Timestamp value)
public Event.Builder setCreateTime(Timestamp value)Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
Timestamp |
| Type | Description |
Event.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Event.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The creation time.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
builderForValue |
Builder |
| Type | Description |
Event.Builder |
setError(Status value)
public Event.Builder setError(Status value) 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];
| Name | Description |
value |
com.google.rpc.Status |
| Type | Description |
Event.Builder |
setError(Status.Builder builderForValue)
public Event.Builder setError(Status.Builder builderForValue) 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];
| Name | Description |
builderForValue |
com.google.rpc.Status.Builder |
| Type | Description |
Event.Builder |
setExecuteNow(boolean value)
public Event.Builder setExecuteNow(boolean value)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;
| Name | Description |
value |
booleanThe executeNow to set. |
| Type | Description |
Event.Builder |
This builder for chaining. |
setExecutionTime(Timestamp value)
public Event.Builder setExecutionTime(Timestamp value) The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Name | Description |
value |
Timestamp |
| Type | Description |
Event.Builder |
setExecutionTime(Timestamp.Builder builderForValue)
public Event.Builder setExecutionTime(Timestamp.Builder builderForValue) The time when the event should be executed. When execute_now is set to
true, this field should not be set in CreateEvent request and will be
populated with the time that the server schedules the event.
.google.protobuf.Timestamp execution_time = 10;
| Name | Description |
builderForValue |
Builder |
| Type | Description |
Event.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Event.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Event.Builder |
setName(String value)
public Event.Builder setName(String value) The resource name of the event, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.
string name = 1;
| Name | Description |
value |
StringThe name to set. |
| Type | Description |
Event.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Event.Builder setNameBytes(ByteString value) The resource name of the event, in the form of:
projects/{project}/locations/{location}/channels/{channelId}/events/{eventId}.
string name = 1;
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Type | Description |
Event.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Event.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
Event.Builder |
setState(Event.State value)
public Event.Builder setState(Event.State value)Output only. The state of the event.
.google.cloud.video.livestream.v1.Event.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
Event.StateThe state to set. |
| Type | Description |
Event.Builder |
This builder for chaining. |
setStateValue(int value)
public Event.Builder setStateValue(int value)Output only. The state of the event.
.google.cloud.video.livestream.v1.Event.State state = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Type | Description |
Event.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Event.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Event.Builder |
setUpdateTime(Timestamp value)
public Event.Builder setUpdateTime(Timestamp value)Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
value |
Timestamp |
| Type | Description |
Event.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Event.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The update time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
builderForValue |
Builder |
| Type | Description |
Event.Builder |