Interface Protocol.GetPromiseCommandMessageOrBuilder

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

public static interface Protocol.GetPromiseCommandMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string key = 1;
    com.google.protobuf.ByteString
    string key = 1;
    string name = 12;
    com.google.protobuf.ByteString
    string name = 12;
    int
    uint32 result_completion_id = 11;

    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

    • getKey

      String getKey()
      string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 1;
      Returns:
      The bytes for key.
    • getResultCompletionId

      int getResultCompletionId()
      uint32 result_completion_id = 11;
      Returns:
      The resultCompletionId.
    • getName

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

      com.google.protobuf.ByteString getNameBytes()
      string name = 12;
      Returns:
      The bytes for name.