Interface LiveEventOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LiveEvent, LiveEvent.Builder

public interface LiveEventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    End time of current event run.
    long
    Start time of current event run.
    Description.
    com.google.protobuf.ByteString
    Description.
    Name.
    com.google.protobuf.ByteString
    Name.
    Event value.
    com.google.protobuf.ByteString
    Event value.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
       Name.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getDescription

      String getDescription()
       Description.
       
      string description = 2;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Description.
       
      string description = 2;
      Returns:
      The bytes for description.
    • getValue

      String getValue()
       Event value.
       
      string value = 3;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Event value.
       
      string value = 3;
      Returns:
      The bytes for value.
    • getActiveStartTimeSec

      long getActiveStartTimeSec()
       Start time of current event run.
       
      int64 active_start_time_sec = 4;
      Returns:
      The activeStartTimeSec.
    • getActiveEndTimeSec

      long getActiveEndTimeSec()
       End time of current event run.
       
      int64 active_end_time_sec = 5;
      Returns:
      The activeEndTimeSec.