public interface LiveEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getActiveEndTimeSec()
End time of current event run.
|
long |
getActiveStartTimeSec()
Start time of current event run.
|
java.lang.String |
getDescription()
Description.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description.
|
long |
getDurationSec()
Duration in seconds.
|
long |
getEndTimeSec()
End time, 0 if it repeats forever.
|
java.lang.String |
getId()
The live event identifier.
|
com.google.protobuf.ByteString |
getIdBytes()
The live event identifier.
|
java.lang.String |
getName()
Name.
|
com.google.protobuf.ByteString |
getNameBytes()
Name.
|
java.lang.String |
getResetCron()
Reset CRON schedule, if configured.
|
com.google.protobuf.ByteString |
getResetCronBytes()
Reset CRON schedule, if configured.
|
long |
getStartTimeSec()
Start time.
|
java.lang.String |
getValue()
Event value.
|
com.google.protobuf.ByteString |
getValueBytes()
Event value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
Name.
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
Name.
string name = 1 [json_name = "name"];
java.lang.String getDescription()
Description.
string description = 2 [json_name = "description"];
com.google.protobuf.ByteString getDescriptionBytes()
Description.
string description = 2 [json_name = "description"];
java.lang.String getValue()
Event value.
string value = 3 [json_name = "value"];
com.google.protobuf.ByteString getValueBytes()
Event value.
string value = 3 [json_name = "value"];
long getActiveStartTimeSec()
Start time of current event run.
int64 active_start_time_sec = 4 [json_name = "activeStartTimeSec"];
long getActiveEndTimeSec()
End time of current event run.
int64 active_end_time_sec = 5 [json_name = "activeEndTimeSec"];
java.lang.String getId()
The live event identifier.
string id = 6 [json_name = "id"];
com.google.protobuf.ByteString getIdBytes()
The live event identifier.
string id = 6 [json_name = "id"];
long getStartTimeSec()
Start time.
int64 start_time_sec = 7 [json_name = "startTimeSec"];
long getEndTimeSec()
End time, 0 if it repeats forever.
int64 end_time_sec = 8 [json_name = "endTimeSec"];
long getDurationSec()
Duration in seconds.
int64 duration_sec = 9 [json_name = "durationSec"];
java.lang.String getResetCron()
Reset CRON schedule, if configured.
string reset_cron = 10 [json_name = "resetCron"];
com.google.protobuf.ByteString getResetCronBytes()
Reset CRON schedule, if configured.
string reset_cron = 10 [json_name = "resetCron"];