Interface JournalMessages.CodecInfoOrBuilder

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

public static interface JournalMessages.CodecInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string config = 2;
    com.google.protobuf.ByteString
    optional string config = 2;
    optional string name = 1;
    com.google.protobuf.ByteString
    optional string name = 1;
    boolean
    optional string config = 2;
    boolean
    optional string name = 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

    • hasName

      boolean hasName()
      optional string name = 1;
    • getName

      String getName()
      optional string name = 1;
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
    • hasConfig

      boolean hasConfig()
      optional string config = 2;
       JSON description of configuration settings necessary to create the codec with
       for optimal performance make sure the serialization is stable, i.e. same config == same serialization bytes
       
    • getConfig

      String getConfig()
      optional string config = 2;
       JSON description of configuration settings necessary to create the codec with
       for optimal performance make sure the serialization is stable, i.e. same config == same serialization bytes
       
    • getConfigBytes

      com.google.protobuf.ByteString getConfigBytes()
      optional string config = 2;
       JSON description of configuration settings necessary to create the codec with
       for optimal performance make sure the serialization is stable, i.e. same config == same serialization bytes