Uses of Class
com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.Contract.Builder
Packages that use CommandInspectionServiceOuterClass.Contract.Builder
-
Uses of CommandInspectionServiceOuterClass.Contract.Builder in com.daml.ledger.api.v2.admin
Methods in com.daml.ledger.api.v2.admin that return CommandInspectionServiceOuterClass.Contract.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandUpdates.Builder.addArchivedBuilder()repeated .com.daml.ledger.api.v2.admin.Contract archived = 2 [json_name = "archived"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.addArchivedBuilder(int index) repeated .com.daml.ledger.api.v2.admin.Contract archived = 2 [json_name = "archived"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.addCreatedBuilder()repeated .com.daml.ledger.api.v2.admin.Contract created = 1 [json_name = "created"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.addCreatedBuilder(int index) repeated .com.daml.ledger.api.v2.admin.Contract created = 1 [json_name = "created"];CommandInspectionServiceOuterClass.Contract.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandInspectionServiceOuterClass.Contract.Builder.clear()CommandInspectionServiceOuterClass.Contract.Builder.clearContractId()The contract's ID RequiredCommandInspectionServiceOuterClass.Contract.Builder.clearContractKey()The contract key, if defined OptionalCommandInspectionServiceOuterClass.Contract.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CommandInspectionServiceOuterClass.Contract.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandInspectionServiceOuterClass.Contract.Builder.clearTemplateId()The identifier of the template used to create the contract.CommandInspectionServiceOuterClass.Contract.Builder.clone()CommandInspectionServiceOuterClass.CommandUpdates.Builder.getArchivedBuilder(int index) repeated .com.daml.ledger.api.v2.admin.Contract archived = 2 [json_name = "archived"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.getCreatedBuilder(int index) repeated .com.daml.ledger.api.v2.admin.Contract created = 1 [json_name = "created"];CommandInspectionServiceOuterClass.Contract.Builder.mergeContractKey(ValueOuterClass.Value value) The contract key, if defined OptionalCommandInspectionServiceOuterClass.Contract.Builder.mergeFrom(CommandInspectionServiceOuterClass.Contract other) CommandInspectionServiceOuterClass.Contract.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandInspectionServiceOuterClass.Contract.Builder.mergeFrom(com.google.protobuf.Message other) CommandInspectionServiceOuterClass.Contract.Builder.mergeTemplateId(ValueOuterClass.Identifier value) The identifier of the template used to create the contract.CommandInspectionServiceOuterClass.Contract.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommandInspectionServiceOuterClass.Contract.newBuilder()CommandInspectionServiceOuterClass.Contract.newBuilder(CommandInspectionServiceOuterClass.Contract prototype) CommandInspectionServiceOuterClass.Contract.newBuilderForType()CommandInspectionServiceOuterClass.Contract.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommandInspectionServiceOuterClass.Contract.Builder.setContractId(String value) The contract's ID RequiredCommandInspectionServiceOuterClass.Contract.Builder.setContractIdBytes(com.google.protobuf.ByteString value) The contract's ID RequiredCommandInspectionServiceOuterClass.Contract.Builder.setContractKey(ValueOuterClass.Value value) The contract key, if defined OptionalCommandInspectionServiceOuterClass.Contract.Builder.setContractKey(ValueOuterClass.Value.Builder builderForValue) The contract key, if defined OptionalCommandInspectionServiceOuterClass.Contract.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandInspectionServiceOuterClass.Contract.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandInspectionServiceOuterClass.Contract.Builder.setTemplateId(ValueOuterClass.Identifier value) The identifier of the template used to create the contract.CommandInspectionServiceOuterClass.Contract.Builder.setTemplateId(ValueOuterClass.Identifier.Builder builderForValue) The identifier of the template used to create the contract.CommandInspectionServiceOuterClass.Contract.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommandInspectionServiceOuterClass.Contract.toBuilder()Methods in com.daml.ledger.api.v2.admin that return types with arguments of type CommandInspectionServiceOuterClass.Contract.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandUpdates.Builder.getArchivedBuilderList()repeated .com.daml.ledger.api.v2.admin.Contract archived = 2 [json_name = "archived"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.getCreatedBuilderList()repeated .com.daml.ledger.api.v2.admin.Contract created = 1 [json_name = "created"];Methods in com.daml.ledger.api.v2.admin with parameters of type CommandInspectionServiceOuterClass.Contract.BuilderModifier and TypeMethodDescriptionCommandInspectionServiceOuterClass.CommandUpdates.Builder.addArchived(int index, CommandInspectionServiceOuterClass.Contract.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.Contract archived = 2 [json_name = "archived"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.addArchived(CommandInspectionServiceOuterClass.Contract.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.Contract archived = 2 [json_name = "archived"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.addCreated(int index, CommandInspectionServiceOuterClass.Contract.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.Contract created = 1 [json_name = "created"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.addCreated(CommandInspectionServiceOuterClass.Contract.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.Contract created = 1 [json_name = "created"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.setArchived(int index, CommandInspectionServiceOuterClass.Contract.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.Contract archived = 2 [json_name = "archived"];CommandInspectionServiceOuterClass.CommandUpdates.Builder.setCreated(int index, CommandInspectionServiceOuterClass.Contract.Builder builderForValue) repeated .com.daml.ledger.api.v2.admin.Contract created = 1 [json_name = "created"];