Interface Command.CommandKeyOrBuilder

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

public static interface Command.CommandKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .command.CommandConfigType configType = 1;
    int
    .command.CommandConfigType configType = 1;
    string guid = 2;
    com.google.protobuf.ByteString
    string guid = 2;
     
    boolean
    string guid = 2;

    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

    • getConfigTypeValue

      int getConfigTypeValue()
      .command.CommandConfigType configType = 1;
      Returns:
      The enum numeric value on the wire for configType.
    • getConfigType

      Command.CommandConfigType getConfigType()
      .command.CommandConfigType configType = 1;
      Returns:
      The configType.
    • hasGuid

      boolean hasGuid()
      string guid = 2;
      Returns:
      Whether the guid field is set.
    • getGuid

      String getGuid()
      string guid = 2;
      Returns:
      The guid.
    • getGuidBytes

      com.google.protobuf.ByteString getGuidBytes()
      string guid = 2;
      Returns:
      The bytes for guid.
    • getKeyCase