Interface CommandInspectionServiceOuterClass.CommandStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommandInspectionServiceOuterClass.CommandStatus, CommandInspectionServiceOuterClass.CommandStatus.Builder
Enclosing class:
CommandInspectionServiceOuterClass

public static interface CommandInspectionServiceOuterClass.CommandStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStarted

      boolean hasStarted()
      .google.protobuf.Timestamp started = 1 [json_name = "started"];
      Returns:
      Whether the started field is set.
    • getStarted

      com.google.protobuf.Timestamp getStarted()
      .google.protobuf.Timestamp started = 1 [json_name = "started"];
      Returns:
      The started.
    • getStartedOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartedOrBuilder()
      .google.protobuf.Timestamp started = 1 [json_name = "started"];
    • hasCompleted

      boolean hasCompleted()
      .google.protobuf.Timestamp completed = 2 [json_name = "completed"];
      Returns:
      Whether the completed field is set.
    • getCompleted

      com.google.protobuf.Timestamp getCompleted()
      .google.protobuf.Timestamp completed = 2 [json_name = "completed"];
      Returns:
      The completed.
    • getCompletedOrBuilder

      com.google.protobuf.TimestampOrBuilder getCompletedOrBuilder()
      .google.protobuf.Timestamp completed = 2 [json_name = "completed"];
    • hasCompletion

      boolean hasCompletion()
      .com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
      Returns:
      Whether the completion field is set.
    • getCompletion

      .com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
      Returns:
      The completion.
    • getCompletionOrBuilder

      .com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
    • getStateValue

      int getStateValue()
      .com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
      Returns:
      The state.
    • getCommandsList

      List<CommandsOuterClass.Command> getCommandsList()
      repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
    • getCommands

      CommandsOuterClass.Command getCommands(int index)
      repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
    • getCommandsCount

      int getCommandsCount()
      repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
    • getCommandsOrBuilderList

      List<? extends CommandsOuterClass.CommandOrBuilder> getCommandsOrBuilderList()
      repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
    • getCommandsOrBuilder

      CommandsOuterClass.CommandOrBuilder getCommandsOrBuilder(int index)
      repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
    • hasRequestStatistics

      boolean hasRequestStatistics()
      .com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
      Returns:
      Whether the requestStatistics field is set.
    • getRequestStatistics

      .com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
      Returns:
      The requestStatistics.
    • getRequestStatisticsOrBuilder

      .com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
    • hasUpdates

      boolean hasUpdates()
      .com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
      Returns:
      Whether the updates field is set.
    • getUpdates

      .com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
      Returns:
      The updates.
    • getUpdatesOrBuilder

      .com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];