public static interface LedgerIdentityServiceOuterClass.GetLedgerIdentityResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLedgerId()
The ID of the ledger exposed by the server.
|
com.google.protobuf.ByteString |
getLedgerIdBytes()
The ID of the ledger exposed by the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getLedgerId()
The ID of the ledger exposed by the server. Requests submitted with the wrong ledger ID will result in ``NOT_FOUND`` gRPC errors. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1[json_name = "ledgerId"];
com.google.protobuf.ByteString getLedgerIdBytes()
The ID of the ledger exposed by the server. Requests submitted with the wrong ledger ID will result in ``NOT_FOUND`` gRPC errors. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1[json_name = "ledgerId"];