Uses of Class
com.daml.ledger.api.v2.CommandServiceOuterClass.SubmitAndWaitResponse.Builder
Packages that use CommandServiceOuterClass.SubmitAndWaitResponse.Builder
-
Uses of CommandServiceOuterClass.SubmitAndWaitResponse.Builder in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return CommandServiceOuterClass.SubmitAndWaitResponse.BuilderModifier and TypeMethodDescriptionCommandServiceOuterClass.SubmitAndWaitResponse.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.clear()
CommandServiceOuterClass.SubmitAndWaitResponse.Builder.clearCompletionOffset()
The details of the offset field are described in ``community/ledger-api/README.md``.CommandServiceOuterClass.SubmitAndWaitResponse.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.clearUpdateId()
The id of the transaction that resulted from the submitted command.CommandServiceOuterClass.SubmitAndWaitResponse.Builder.clone()
CommandServiceOuterClass.SubmitAndWaitResponse.Builder.mergeFrom
(CommandServiceOuterClass.SubmitAndWaitResponse other) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.mergeFrom
(com.google.protobuf.Message other) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandServiceOuterClass.SubmitAndWaitResponse.newBuilder()
CommandServiceOuterClass.SubmitAndWaitResponse.newBuilder
(CommandServiceOuterClass.SubmitAndWaitResponse prototype) CommandServiceOuterClass.SubmitAndWaitResponse.newBuilderForType()
CommandServiceOuterClass.SubmitAndWaitResponse.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.setCompletionOffset
(long value) The details of the offset field are described in ``community/ledger-api/README.md``.CommandServiceOuterClass.SubmitAndWaitResponse.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) CommandServiceOuterClass.SubmitAndWaitResponse.Builder.setUpdateId
(String value) The id of the transaction that resulted from the submitted command.CommandServiceOuterClass.SubmitAndWaitResponse.Builder.setUpdateIdBytes
(com.google.protobuf.ByteString value) The id of the transaction that resulted from the submitted command.CommandServiceOuterClass.SubmitAndWaitResponse.toBuilder()