Uses of Class
com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder
Packages that use CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder
-
Uses of CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return CommandInspectionServiceOuterClass.GetCommandStatusResponse.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addAllCommandStatus
(Iterable<? extends CommandInspectionServiceOuterClass.CommandStatus> values) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.addCommandStatus
(int index, CommandInspectionServiceOuterClass.CommandStatus value) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.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 value) 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.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.clear()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.clearCommandStatus()
repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.clone()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.mergeFrom
(CommandInspectionServiceOuterClass.GetCommandStatusResponse other) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.mergeFrom
(com.google.protobuf.Message other) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandInspectionServiceOuterClass.GetCommandStatusResponse.newBuilder()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.newBuilder
(CommandInspectionServiceOuterClass.GetCommandStatusResponse prototype) CommandInspectionServiceOuterClass.GetCommandStatusResponse.newBuilderForType()
CommandInspectionServiceOuterClass.GetCommandStatusResponse.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.removeCommandStatus
(int index) repeated .com.daml.ledger.api.v2.admin.CommandStatus command_status = 1 [json_name = "commandStatus"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.setCommandStatus
(int index, CommandInspectionServiceOuterClass.CommandStatus value) 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"];
CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandInspectionServiceOuterClass.GetCommandStatusResponse.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandInspectionServiceOuterClass.GetCommandStatusResponse.toBuilder()