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 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

       The format for the update.
       Required
       
      .com.daml.ledger.api.v2.UpdateFormat update_format = 2 [json_name = "updateFormat"];
      Returns:
      The updateFormat.
    • getUpdateFormatOrBuilder

       The format for the update.
       Required
       
      .com.daml.ledger.api.v2.UpdateFormat update_format = 2 [json_name = "updateFormat"];