Uses of Class
com.daml.ledger.api.v2.CommandsOuterClass.PrefetchContractKey.Builder
Packages that use CommandsOuterClass.PrefetchContractKey.Builder
-
Uses of CommandsOuterClass.PrefetchContractKey.Builder in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandsOuterClass.PrefetchContractKey.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.addPrefetchContractKeysBuilder()Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.Commands.Builder.addPrefetchContractKeysBuilder(int index) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.PrefetchContractKey.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.PrefetchContractKey.Builder.clear()CommandsOuterClass.PrefetchContractKey.Builder.clearContractKey()The key of the contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CommandsOuterClass.PrefetchContractKey.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandsOuterClass.PrefetchContractKey.Builder.clearTemplateId()The template of contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.clone()CommandsOuterClass.Commands.Builder.getPrefetchContractKeysBuilder(int index) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.PrefetchContractKey.Builder.mergeContractKey(ValueOuterClass.Value value) The key of the contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.mergeFrom(CommandsOuterClass.PrefetchContractKey other) CommandsOuterClass.PrefetchContractKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandsOuterClass.PrefetchContractKey.Builder.mergeFrom(com.google.protobuf.Message other) CommandsOuterClass.PrefetchContractKey.Builder.mergeTemplateId(ValueOuterClass.Identifier value) The template of contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.PrefetchContractKey.newBuilder()CommandsOuterClass.PrefetchContractKey.newBuilder(CommandsOuterClass.PrefetchContractKey prototype) CommandsOuterClass.PrefetchContractKey.newBuilderForType()CommandsOuterClass.PrefetchContractKey.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommandsOuterClass.PrefetchContractKey.Builder.setContractKey(ValueOuterClass.Value value) The key of the contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.setContractKey(ValueOuterClass.Value.Builder builderForValue) The key of the contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandsOuterClass.PrefetchContractKey.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandsOuterClass.PrefetchContractKey.Builder.setTemplateId(ValueOuterClass.Identifier value) The template of contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.setTemplateId(ValueOuterClass.Identifier.Builder builderForValue) The template of contract the client wants to prefetch.CommandsOuterClass.PrefetchContractKey.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommandsOuterClass.PrefetchContractKey.toBuilder()Methods in com.daml.ledger.api.v2 that return types with arguments of type CommandsOuterClass.PrefetchContractKey.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.getPrefetchContractKeysBuilderList()Fetches the contract keys into the caches to speed up the command processing.Methods in com.daml.ledger.api.v2 with parameters of type CommandsOuterClass.PrefetchContractKey.BuilderModifier and TypeMethodDescriptionCommandsOuterClass.Commands.Builder.addPrefetchContractKeys(int index, CommandsOuterClass.PrefetchContractKey.Builder builderForValue) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.Commands.Builder.addPrefetchContractKeys(CommandsOuterClass.PrefetchContractKey.Builder builderForValue) Fetches the contract keys into the caches to speed up the command processing.CommandsOuterClass.Commands.Builder.setPrefetchContractKeys(int index, CommandsOuterClass.PrefetchContractKey.Builder builderForValue) Fetches the contract keys into the caches to speed up the command processing. -
Uses of CommandsOuterClass.PrefetchContractKey.Builder in com.daml.ledger.api.v2.interactive
Methods in com.daml.ledger.api.v2.interactive that return CommandsOuterClass.PrefetchContractKey.BuilderModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addPrefetchContractKeysBuilder()Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addPrefetchContractKeysBuilder(int index) Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.getPrefetchContractKeysBuilder(int index) Fetches the contract keys into the caches to speed up the command processing.Methods in com.daml.ledger.api.v2.interactive that return types with arguments of type CommandsOuterClass.PrefetchContractKey.BuilderModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.getPrefetchContractKeysBuilderList()Fetches the contract keys into the caches to speed up the command processing.Methods in com.daml.ledger.api.v2.interactive with parameters of type CommandsOuterClass.PrefetchContractKey.BuilderModifier and TypeMethodDescriptionInteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addPrefetchContractKeys(int index, CommandsOuterClass.PrefetchContractKey.Builder builderForValue) Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.addPrefetchContractKeys(CommandsOuterClass.PrefetchContractKey.Builder builderForValue) Fetches the contract keys into the caches to speed up the command processing.InteractiveSubmissionServiceOuterClass.PrepareSubmissionRequest.Builder.setPrefetchContractKeys(int index, CommandsOuterClass.PrefetchContractKey.Builder builderForValue) Fetches the contract keys into the caches to speed up the command processing.