Package org.bdware.bdledger.api.grpc.pb
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 TypeMethodDescriptiongetName()
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.
-