Interface Caps.APICapOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Caps.APICap, Caps.APICap.Builder
Enclosing class:
Caps

public static interface Caps.APICapOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Unused.
    Identifier that updated client could catch.
    com.google.protobuf.ByteString
    Identifier that updated client could catch.
    Reason key for detection code
    com.google.protobuf.ByteString
    Reason key for detection code
    Message to the user
    com.google.protobuf.ByteString
    Message to the user
    boolean
    bool Enabled = 2;
    string ID = 1;
    com.google.protobuf.ByteString
    string ID = 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

    • getID

      String getID()
      string ID = 1;
      Returns:
      The iD.
    • getIDBytes

      com.google.protobuf.ByteString getIDBytes()
      string ID = 1;
      Returns:
      The bytes for iD.
    • getEnabled

      boolean getEnabled()
      bool Enabled = 2;
      Returns:
      The enabled.
    • getDeprecated

      boolean getDeprecated()
       Unused. May be used for warnings in the future
       
      bool Deprecated = 3;
      Returns:
      The deprecated.
    • getDisabledReason

      String getDisabledReason()
       Reason key for detection code
       
      string DisabledReason = 4;
      Returns:
      The disabledReason.
    • getDisabledReasonBytes

      com.google.protobuf.ByteString getDisabledReasonBytes()
       Reason key for detection code
       
      string DisabledReason = 4;
      Returns:
      The bytes for disabledReason.
    • getDisabledReasonMsg

      String getDisabledReasonMsg()
       Message to the user
       
      string DisabledReasonMsg = 5;
      Returns:
      The disabledReasonMsg.
    • getDisabledReasonMsgBytes

      com.google.protobuf.ByteString getDisabledReasonMsgBytes()
       Message to the user
       
      string DisabledReasonMsg = 5;
      Returns:
      The bytes for disabledReasonMsg.
    • getDisabledAlternative

      String getDisabledAlternative()
       Identifier that updated client could catch.
       
      string DisabledAlternative = 6;
      Returns:
      The disabledAlternative.
    • getDisabledAlternativeBytes

      com.google.protobuf.ByteString getDisabledAlternativeBytes()
       Identifier that updated client could catch.
       
      string DisabledAlternative = 6;
      Returns:
      The bytes for disabledAlternative.