Interface StatusUpdateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Status string to set, if not present the user will appear offline.
    Status string to set, if not present the user will appear offline.
    boolean
    Status string to set, if not present the user will appear offline.

    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

    • hasStatus

      boolean hasStatus()
       Status string to set, if not present the user will appear offline.
       
      .google.protobuf.StringValue status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      StringValue getStatus()
       Status string to set, if not present the user will appear offline.
       
      .google.protobuf.StringValue status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StringValueOrBuilder getStatusOrBuilder()
       Status string to set, if not present the user will appear offline.
       
      .google.protobuf.StringValue status = 1;