Uses of Class
com.daml.ledger.api.v2.CommandsOuterClass.CreateCommand
Packages that use CommandsOuterClass.CreateCommand
-
Uses of CommandsOuterClass.CreateCommand in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandsOuterClass.CreateCommandModifier and TypeMethodDescriptionCommandsOuterClass.CreateCommand.Builder.build()CommandsOuterClass.CreateCommand.Builder.buildPartial()CommandsOuterClass.Command.Builder.getCreate().com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];CommandsOuterClass.Command.getCreate().com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];CommandsOuterClass.CommandOrBuilder.getCreate().com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];CommandsOuterClass.CreateCommand.getDefaultInstance()CommandsOuterClass.CreateCommand.Builder.getDefaultInstanceForType()CommandsOuterClass.CreateCommand.getDefaultInstanceForType()CommandsOuterClass.CreateCommand.parseDelimitedFrom(InputStream input) CommandsOuterClass.CreateCommand.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateCommand.parseFrom(byte[] data) CommandsOuterClass.CreateCommand.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateCommand.parseFrom(com.google.protobuf.ByteString data) CommandsOuterClass.CreateCommand.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateCommand.parseFrom(com.google.protobuf.CodedInputStream input) CommandsOuterClass.CreateCommand.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateCommand.parseFrom(InputStream input) CommandsOuterClass.CreateCommand.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.CreateCommand.parseFrom(ByteBuffer data) CommandsOuterClass.CreateCommand.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandsOuterClass.CreateCommandModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CommandsOuterClass.CreateCommand>CommandsOuterClass.CreateCommand.getParserForType()static com.google.protobuf.Parser<CommandsOuterClass.CreateCommand>CommandsOuterClass.CreateCommand.parser()Methods in com.daml.ledger.api.v2 with parameters of type CommandsOuterClass.CreateCommandModifier and TypeMethodDescriptionCommandsOuterClass.Command.Builder.mergeCreate(CommandsOuterClass.CreateCommand value) .com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"];CommandsOuterClass.CreateCommand.Builder.mergeFrom(CommandsOuterClass.CreateCommand other) CommandsOuterClass.CreateCommand.newBuilder(CommandsOuterClass.CreateCommand prototype) CommandsOuterClass.Command.Builder.setCreate(CommandsOuterClass.CreateCommand value) .com.daml.ledger.api.v2.CreateCommand create = 1 [json_name = "create"]; -
Uses of CommandsOuterClass.CreateCommand in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return CommandsOuterClass.CreateCommandMethods in com.daml.ledger.javaapi.data with parameters of type CommandsOuterClass.CreateCommandModifier and TypeMethodDescriptionstatic CreateCommandCreateCommand.fromProto(CommandsOuterClass.CreateCommand create)