Package com.daml.ledger.api.v2
Interface UpdateServiceOuterClass.GetUpdateByIdRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateServiceOuterClass.GetUpdateByIdRequest
,UpdateServiceOuterClass.GetUpdateByIdRequest.Builder
- Enclosing class:
- UpdateServiceOuterClass
public static interface UpdateServiceOuterClass.GetUpdateByIdRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe format for the update.The format for the update.The ID of a particular update.com.google.protobuf.ByteString
The ID of a particular update.boolean
The format for the update.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
-
getUpdateId
String getUpdateId()The ID of a particular update. Must be a valid LedgerString (as described in ``value.proto``). Required
string update_id = 1 [json_name = "updateId"];
- Returns:
- The updateId.
-
getUpdateIdBytes
com.google.protobuf.ByteString getUpdateIdBytes()The ID of a particular update. Must be a valid LedgerString (as described in ``value.proto``). Required
string update_id = 1 [json_name = "updateId"];
- Returns:
- The bytes for updateId.
-
hasUpdateFormat
boolean hasUpdateFormat()The format for the update. Required
.com.daml.ledger.api.v2.UpdateFormat update_format = 2 [json_name = "updateFormat"];
- Returns:
- Whether the updateFormat field is set.
-
getUpdateFormat
TransactionFilterOuterClass.UpdateFormat getUpdateFormat()The format for the update. Required
.com.daml.ledger.api.v2.UpdateFormat update_format = 2 [json_name = "updateFormat"];
- Returns:
- The updateFormat.
-
getUpdateFormatOrBuilder
TransactionFilterOuterClass.UpdateFormatOrBuilder getUpdateFormatOrBuilder()The format for the update. Required
.com.daml.ledger.api.v2.UpdateFormat update_format = 2 [json_name = "updateFormat"];
-