Interface DataFormats.LockDataFormatOrBuilder

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

public static interface DataFormats.LockDataFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    • hasBookieId

      boolean hasBookieId()
      optional string bookieId = 1;
      Returns:
      Whether the bookieId field is set.
    • getBookieId

      String getBookieId()
      optional string bookieId = 1;
      Returns:
      The bookieId.
    • getBookieIdBytes

      com.google.protobuf.ByteString getBookieIdBytes()
      optional string bookieId = 1;
      Returns:
      The bytes for bookieId.