Uses of Class
com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.CommandStatus.Builder
Packages that use CommandInspectionServiceOuterClass.CommandStatus.Builder
-
Uses of CommandInspectionServiceOuterClass.CommandStatus.Builder in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return CommandInspectionServiceOuterClass.CommandStatus.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandStatus.Builder.addAllCommands
(Iterable<? extends CommandsOuterClass.Command> values) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.addCommands
(int index, CommandsOuterClass.Command value) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.addCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.addCommands
(CommandsOuterClass.Command value) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.addCommands
(CommandsOuterClass.Command.Builder builderForValue) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addCommandStatusBuilder()
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addCommandStatusBuilder
(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandInspectionServiceOuterClass.CommandStatus.Builder.clear()
CommandInspectionServiceOuterClass.CommandStatus.Builder.clearCommands()
repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.clearCompleted()
.google.protobuf.Timestamp completed = 2 [json_name = "completed"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.clearCompletion()
.com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CommandInspectionServiceOuterClass.CommandStatus.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandInspectionServiceOuterClass.CommandStatus.Builder.clearRequestStatistics()
.com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.clearStarted()
.google.protobuf.Timestamp started = 1 [json_name = "started"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.clearState()
.com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.clearUpdates()
.com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.clone()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.getCommandStatusBuilder
(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeCompleted
(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp completed = 2 [json_name = "completed"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeCompletion
(CompletionOuterClass.Completion value) .com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeFrom
(CommandInspectionServiceOuterClass.CommandStatus other) CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeFrom
(com.google.protobuf.Message other) CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeRequestStatistics
(CommandInspectionServiceOuterClass.RequestStatistics value) .com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeStarted
(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp started = 1 [json_name = "started"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandInspectionServiceOuterClass.CommandStatus.Builder.mergeUpdates
(CommandInspectionServiceOuterClass.CommandUpdates value) .com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
CommandInspectionServiceOuterClass.CommandStatus.newBuilder()
CommandInspectionServiceOuterClass.CommandStatus.newBuilder
(CommandInspectionServiceOuterClass.CommandStatus prototype) CommandInspectionServiceOuterClass.CommandStatus.newBuilderForType()
CommandInspectionServiceOuterClass.CommandStatus.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommandInspectionServiceOuterClass.CommandStatus.Builder.removeCommands
(int index) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setCommands
(int index, CommandsOuterClass.Command value) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setCommands
(int index, CommandsOuterClass.Command.Builder builderForValue) repeated .com.daml.ledger.api.v2.Command commands = 5 [json_name = "commands"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setCompleted
(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp completed = 2 [json_name = "completed"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setCompleted
(com.google.protobuf.Timestamp.Builder builderForValue) .google.protobuf.Timestamp completed = 2 [json_name = "completed"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setCompletion
(CompletionOuterClass.Completion value) .com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setCompletion
(CompletionOuterClass.Completion.Builder builderForValue) .com.daml.ledger.api.v2.Completion completion = 3 [json_name = "completion"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandInspectionServiceOuterClass.CommandStatus.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandInspectionServiceOuterClass.CommandStatus.Builder.setRequestStatistics
(CommandInspectionServiceOuterClass.RequestStatistics value) .com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setRequestStatistics
(CommandInspectionServiceOuterClass.RequestStatistics.Builder builderForValue) .com.daml.ledger.api.v2.admin.RequestStatistics request_statistics = 6 [json_name = "requestStatistics"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setStarted
(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp started = 1 [json_name = "started"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setStarted
(com.google.protobuf.Timestamp.Builder builderForValue) .google.protobuf.Timestamp started = 1 [json_name = "started"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setState
(CommandInspectionServiceOuterClass.CommandState value) .com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setStateValue
(int value) .com.daml.ledger.api.v2.admin.CommandState state = 4 [json_name = "state"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandInspectionServiceOuterClass.CommandStatus.Builder.setUpdates
(CommandInspectionServiceOuterClass.CommandUpdates value) .com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
CommandInspectionServiceOuterClass.CommandStatus.Builder.setUpdates
(CommandInspectionServiceOuterClass.CommandUpdates.Builder builderForValue) .com.daml.ledger.api.v2.admin.CommandUpdates updates = 7 [json_name = "updates"];
CommandInspectionServiceOuterClass.CommandStatus.toBuilder()
Methods in com.daml.ledger.api.v2.admin that return types with arguments of type CommandInspectionServiceOuterClass.CommandStatus.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.getCommandStatusBuilderList()
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
Methods in com.daml.ledger.api.v2.admin with parameters of type CommandInspectionServiceOuterClass.CommandStatus.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addCommandStatus
(int index, CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addCommandStatus
(CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.setCommandStatus
(int index, CommandInspectionServiceOuterClass.CommandStatus.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];