Interface LedgerProto.CreateLedgerRequestOrBuilder

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

public static interface LedgerProto.CreateLedgerRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Ledger name 账本名称
    com.google.protobuf.ByteString
    Ledger name 账本名称

    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

    • getName

      String getName()
       Ledger name
       账本名称
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Ledger name
       账本名称
       
      string name = 1;
      Returns:
      The bytes for name.