Interface Protocol.HeaderOrBuilder

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

public static interface Protocol.HeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    string key = 1;
    com.google.protobuf.ByteString
    string key = 1;
    string value = 2;
    com.google.protobuf.ByteString
    string value = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder Link icon

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder Link icon

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details Link icon

    • getKey Link icon

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

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

      String getValue()
      string value = 2;
      Returns:
      The value.
    • getValueBytes Link icon

      com.google.protobuf.ByteString getValueBytes()
      string value = 2;
      Returns:
      The bytes for value.