Interface SessionEventInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string endReason = 1;
    com.google.protobuf.ByteString
    optional string endReason = 1;
    boolean
    optional string endReason = 1;

    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

    • hasEndReason

      boolean hasEndReason()
      optional string endReason = 1;
      Returns:
      Whether the endReason field is set.
    • getEndReason

      String getEndReason()
      optional string endReason = 1;
      Returns:
      The endReason.
    • getEndReasonBytes

      com.google.protobuf.ByteString getEndReasonBytes()
      optional string endReason = 1;
      Returns:
      The bytes for endReason.