public static interface PackageServiceOuterClass.GetPackageStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLedgerId()
Must correspond to the ledger ID reported by the Ledger Identification Service.
|
com.google.protobuf.ByteString |
getLedgerIdBytes()
Must correspond to the ledger ID reported by the Ledger Identification Service.
|
java.lang.String |
getPackageId()
The ID of the requested package.
|
com.google.protobuf.ByteString |
getPackageIdBytes()
The ID of the requested package.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getLedgerId()
Must correspond to the ledger ID reported by the Ledger Identification Service. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1 [json_name = "ledgerId"];
com.google.protobuf.ByteString getLedgerIdBytes()
Must correspond to the ledger ID reported by the Ledger Identification Service. Must be a valid LedgerString (as described in ``value.proto``). Required
string ledger_id = 1 [json_name = "ledgerId"];
java.lang.String getPackageId()
The ID of the requested package. Must be a valid PackageIdString (as described in ``value.proto``). Required
string package_id = 2 [json_name = "packageId"];
com.google.protobuf.ByteString getPackageIdBytes()
The ID of the requested package. Must be a valid PackageIdString (as described in ``value.proto``). Required
string package_id = 2 [json_name = "packageId"];