public static final class CompletionOuterClass.Completion.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder> implements CompletionOuterClass.CompletionOrBuilder
A completion represents the status of a submitted command on the ledger: it can be successful or failed.Protobuf type
com.daml.ledger.api.v1.Completion
Modifier and Type | Method and Description |
---|---|
CompletionOuterClass.Completion.Builder |
addActAs(java.lang.String value)
The set of parties on whose behalf the commands were executed.
|
CompletionOuterClass.Completion.Builder |
addActAsBytes(com.google.protobuf.ByteString value)
The set of parties on whose behalf the commands were executed.
|
CompletionOuterClass.Completion.Builder |
addAllActAs(java.lang.Iterable<java.lang.String> values)
The set of parties on whose behalf the commands were executed.
|
CompletionOuterClass.Completion.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CompletionOuterClass.Completion |
build() |
CompletionOuterClass.Completion |
buildPartial() |
CompletionOuterClass.Completion.Builder |
clear() |
CompletionOuterClass.Completion.Builder |
clearActAs()
The set of parties on whose behalf the commands were executed.
|
CompletionOuterClass.Completion.Builder |
clearApplicationId()
The application ID that was used for the submission, as described in ``commands.proto``.
|
CompletionOuterClass.Completion.Builder |
clearCommandId()
The ID of the succeeded or failed command.
|
CompletionOuterClass.Completion.Builder |
clearDeduplicationDuration()
Specifies the length of the deduplication period.
|
CompletionOuterClass.Completion.Builder |
clearDeduplicationOffset()
Specifies the start of the deduplication period by a completion stream offset.
|
CompletionOuterClass.Completion.Builder |
clearDeduplicationPeriod() |
CompletionOuterClass.Completion.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CompletionOuterClass.Completion.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CompletionOuterClass.Completion.Builder |
clearStatus()
Identifies the exact type of the error.
|
CompletionOuterClass.Completion.Builder |
clearSubmissionId()
The submission ID this completion refers to, as described in ``commands.proto``.
|
CompletionOuterClass.Completion.Builder |
clearTransactionId()
The transaction_id of the transaction that resulted from the command with command_id.
|
CompletionOuterClass.Completion.Builder |
clone() |
java.lang.String |
getActAs(int index)
The set of parties on whose behalf the commands were executed.
|
com.google.protobuf.ByteString |
getActAsBytes(int index)
The set of parties on whose behalf the commands were executed.
|
int |
getActAsCount()
The set of parties on whose behalf the commands were executed.
|
com.google.protobuf.ProtocolStringList |
getActAsList()
The set of parties on whose behalf the commands were executed.
|
java.lang.String |
getApplicationId()
The application ID that was used for the submission, as described in ``commands.proto``.
|
com.google.protobuf.ByteString |
getApplicationIdBytes()
The application ID that was used for the submission, as described in ``commands.proto``.
|
java.lang.String |
getCommandId()
The ID of the succeeded or failed command.
|
com.google.protobuf.ByteString |
getCommandIdBytes()
The ID of the succeeded or failed command.
|
com.google.protobuf.Duration |
getDeduplicationDuration()
Specifies the length of the deduplication period.
|
com.google.protobuf.Duration.Builder |
getDeduplicationDurationBuilder()
Specifies the length of the deduplication period.
|
com.google.protobuf.DurationOrBuilder |
getDeduplicationDurationOrBuilder()
Specifies the length of the deduplication period.
|
java.lang.String |
getDeduplicationOffset()
Specifies the start of the deduplication period by a completion stream offset.
|
com.google.protobuf.ByteString |
getDeduplicationOffsetBytes()
Specifies the start of the deduplication period by a completion stream offset.
|
CompletionOuterClass.Completion.DeduplicationPeriodCase |
getDeduplicationPeriodCase() |
CompletionOuterClass.Completion |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.rpc.Status |
getStatus()
Identifies the exact type of the error.
|
com.google.rpc.Status.Builder |
getStatusBuilder()
Identifies the exact type of the error.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Identifies the exact type of the error.
|
java.lang.String |
getSubmissionId()
The submission ID this completion refers to, as described in ``commands.proto``.
|
com.google.protobuf.ByteString |
getSubmissionIdBytes()
The submission ID this completion refers to, as described in ``commands.proto``.
|
java.lang.String |
getTransactionId()
The transaction_id of the transaction that resulted from the command with command_id.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
The transaction_id of the transaction that resulted from the command with command_id.
|
boolean |
hasDeduplicationDuration()
Specifies the length of the deduplication period.
|
boolean |
hasDeduplicationOffset()
Specifies the start of the deduplication period by a completion stream offset.
|
boolean |
hasStatus()
Identifies the exact type of the error.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CompletionOuterClass.Completion.Builder |
mergeDeduplicationDuration(com.google.protobuf.Duration value)
Specifies the length of the deduplication period.
|
CompletionOuterClass.Completion.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CompletionOuterClass.Completion.Builder |
mergeFrom(CompletionOuterClass.Completion other) |
CompletionOuterClass.Completion.Builder |
mergeFrom(com.google.protobuf.Message other) |
CompletionOuterClass.Completion.Builder |
mergeStatus(com.google.rpc.Status value)
Identifies the exact type of the error.
|
CompletionOuterClass.Completion.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CompletionOuterClass.Completion.Builder |
setActAs(int index,
java.lang.String value)
The set of parties on whose behalf the commands were executed.
|
CompletionOuterClass.Completion.Builder |
setApplicationId(java.lang.String value)
The application ID that was used for the submission, as described in ``commands.proto``.
|
CompletionOuterClass.Completion.Builder |
setApplicationIdBytes(com.google.protobuf.ByteString value)
The application ID that was used for the submission, as described in ``commands.proto``.
|
CompletionOuterClass.Completion.Builder |
setCommandId(java.lang.String value)
The ID of the succeeded or failed command.
|
CompletionOuterClass.Completion.Builder |
setCommandIdBytes(com.google.protobuf.ByteString value)
The ID of the succeeded or failed command.
|
CompletionOuterClass.Completion.Builder |
setDeduplicationDuration(com.google.protobuf.Duration.Builder builderForValue)
Specifies the length of the deduplication period.
|
CompletionOuterClass.Completion.Builder |
setDeduplicationDuration(com.google.protobuf.Duration value)
Specifies the length of the deduplication period.
|
CompletionOuterClass.Completion.Builder |
setDeduplicationOffset(java.lang.String value)
Specifies the start of the deduplication period by a completion stream offset.
|
CompletionOuterClass.Completion.Builder |
setDeduplicationOffsetBytes(com.google.protobuf.ByteString value)
Specifies the start of the deduplication period by a completion stream offset.
|
CompletionOuterClass.Completion.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CompletionOuterClass.Completion.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CompletionOuterClass.Completion.Builder |
setStatus(com.google.rpc.Status.Builder builderForValue)
Identifies the exact type of the error.
|
CompletionOuterClass.Completion.Builder |
setStatus(com.google.rpc.Status value)
Identifies the exact type of the error.
|
CompletionOuterClass.Completion.Builder |
setSubmissionId(java.lang.String value)
The submission ID this completion refers to, as described in ``commands.proto``.
|
CompletionOuterClass.Completion.Builder |
setSubmissionIdBytes(com.google.protobuf.ByteString value)
The submission ID this completion refers to, as described in ``commands.proto``.
|
CompletionOuterClass.Completion.Builder |
setTransactionId(java.lang.String value)
The transaction_id of the transaction that resulted from the command with command_id.
|
CompletionOuterClass.Completion.Builder |
setTransactionIdBytes(com.google.protobuf.ByteString value)
The transaction_id of the transaction that resulted from the command with command_id.
|
CompletionOuterClass.Completion.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public CompletionOuterClass.Completion build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public CompletionOuterClass.Completion buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public CompletionOuterClass.Completion.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder mergeFrom(CompletionOuterClass.Completion other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public CompletionOuterClass.Completion.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<CompletionOuterClass.Completion.Builder>
java.io.IOException
public CompletionOuterClass.Completion.DeduplicationPeriodCase getDeduplicationPeriodCase()
getDeduplicationPeriodCase
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder clearDeduplicationPeriod()
public java.lang.String getCommandId()
The ID of the succeeded or failed command. Must be a valid LedgerString (as described in ``value.proto``). Required
string command_id = 1 [json_name = "commandId"];
getCommandId
in interface CompletionOuterClass.CompletionOrBuilder
public com.google.protobuf.ByteString getCommandIdBytes()
The ID of the succeeded or failed command. Must be a valid LedgerString (as described in ``value.proto``). Required
string command_id = 1 [json_name = "commandId"];
getCommandIdBytes
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder setCommandId(java.lang.String value)
The ID of the succeeded or failed command. Must be a valid LedgerString (as described in ``value.proto``). Required
string command_id = 1 [json_name = "commandId"];
value
- The commandId to set.public CompletionOuterClass.Completion.Builder clearCommandId()
The ID of the succeeded or failed command. Must be a valid LedgerString (as described in ``value.proto``). Required
string command_id = 1 [json_name = "commandId"];
public CompletionOuterClass.Completion.Builder setCommandIdBytes(com.google.protobuf.ByteString value)
The ID of the succeeded or failed command. Must be a valid LedgerString (as described in ``value.proto``). Required
string command_id = 1 [json_name = "commandId"];
value
- The bytes for commandId to set.public boolean hasStatus()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
hasStatus
in interface CompletionOuterClass.CompletionOrBuilder
public com.google.rpc.Status getStatus()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
getStatus
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder setStatus(com.google.rpc.Status value)
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
public CompletionOuterClass.Completion.Builder setStatus(com.google.rpc.Status.Builder builderForValue)
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
public CompletionOuterClass.Completion.Builder mergeStatus(com.google.rpc.Status value)
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
public CompletionOuterClass.Completion.Builder clearStatus()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
public com.google.rpc.Status.Builder getStatusBuilder()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
public com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Identifies the exact type of the error. For example, malformed or double spend transactions will result in a ``INVALID_ARGUMENT`` status. Transactions with invalid time time windows (which may be valid at a later date) will result in an ``ABORTED`` error. Optional
.google.rpc.Status status = 2 [json_name = "status"];
getStatusOrBuilder
in interface CompletionOuterClass.CompletionOrBuilder
public java.lang.String getTransactionId()
The transaction_id of the transaction that resulted from the command with command_id. Only set for successfully executed commands. Must be a valid LedgerString (as described in ``value.proto``). Optional
string transaction_id = 3 [json_name = "transactionId"];
getTransactionId
in interface CompletionOuterClass.CompletionOrBuilder
public com.google.protobuf.ByteString getTransactionIdBytes()
The transaction_id of the transaction that resulted from the command with command_id. Only set for successfully executed commands. Must be a valid LedgerString (as described in ``value.proto``). Optional
string transaction_id = 3 [json_name = "transactionId"];
getTransactionIdBytes
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder setTransactionId(java.lang.String value)
The transaction_id of the transaction that resulted from the command with command_id. Only set for successfully executed commands. Must be a valid LedgerString (as described in ``value.proto``). Optional
string transaction_id = 3 [json_name = "transactionId"];
value
- The transactionId to set.public CompletionOuterClass.Completion.Builder clearTransactionId()
The transaction_id of the transaction that resulted from the command with command_id. Only set for successfully executed commands. Must be a valid LedgerString (as described in ``value.proto``). Optional
string transaction_id = 3 [json_name = "transactionId"];
public CompletionOuterClass.Completion.Builder setTransactionIdBytes(com.google.protobuf.ByteString value)
The transaction_id of the transaction that resulted from the command with command_id. Only set for successfully executed commands. Must be a valid LedgerString (as described in ``value.proto``). Optional
string transaction_id = 3 [json_name = "transactionId"];
value
- The bytes for transactionId to set.public java.lang.String getApplicationId()
The application ID that was used for the submission, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional for historic completions where this data is not available.
string application_id = 4 [json_name = "applicationId"];
getApplicationId
in interface CompletionOuterClass.CompletionOrBuilder
public com.google.protobuf.ByteString getApplicationIdBytes()
The application ID that was used for the submission, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional for historic completions where this data is not available.
string application_id = 4 [json_name = "applicationId"];
getApplicationIdBytes
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder setApplicationId(java.lang.String value)
The application ID that was used for the submission, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional for historic completions where this data is not available.
string application_id = 4 [json_name = "applicationId"];
value
- The applicationId to set.public CompletionOuterClass.Completion.Builder clearApplicationId()
The application ID that was used for the submission, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional for historic completions where this data is not available.
string application_id = 4 [json_name = "applicationId"];
public CompletionOuterClass.Completion.Builder setApplicationIdBytes(com.google.protobuf.ByteString value)
The application ID that was used for the submission, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional for historic completions where this data is not available.
string application_id = 4 [json_name = "applicationId"];
value
- The bytes for applicationId to set.public com.google.protobuf.ProtocolStringList getActAsList()
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
getActAsList
in interface CompletionOuterClass.CompletionOrBuilder
public int getActAsCount()
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
getActAsCount
in interface CompletionOuterClass.CompletionOrBuilder
public java.lang.String getActAs(int index)
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
getActAs
in interface CompletionOuterClass.CompletionOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getActAsBytes(int index)
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
getActAsBytes
in interface CompletionOuterClass.CompletionOrBuilder
index
- The index of the value to return.public CompletionOuterClass.Completion.Builder setActAs(int index, java.lang.String value)
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
index
- The index to set the value at.value
- The actAs to set.public CompletionOuterClass.Completion.Builder addActAs(java.lang.String value)
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
value
- The actAs to add.public CompletionOuterClass.Completion.Builder addAllActAs(java.lang.Iterable<java.lang.String> values)
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
values
- The actAs to add.public CompletionOuterClass.Completion.Builder clearActAs()
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
public CompletionOuterClass.Completion.Builder addActAsBytes(com.google.protobuf.ByteString value)
The set of parties on whose behalf the commands were executed. Contains the union of ``party`` and ``act_as`` from ``commands.proto``. The order of the parties need not be the same as in the submission. Each element must be a valid PartyIdString (as described in ``value.proto``). Optional for historic completions where this data is not available.
repeated string act_as = 5 [json_name = "actAs"];
value
- The bytes of the actAs to add.public java.lang.String getSubmissionId()
The submission ID this completion refers to, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional
string submission_id = 6 [json_name = "submissionId"];
getSubmissionId
in interface CompletionOuterClass.CompletionOrBuilder
public com.google.protobuf.ByteString getSubmissionIdBytes()
The submission ID this completion refers to, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional
string submission_id = 6 [json_name = "submissionId"];
getSubmissionIdBytes
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder setSubmissionId(java.lang.String value)
The submission ID this completion refers to, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional
string submission_id = 6 [json_name = "submissionId"];
value
- The submissionId to set.public CompletionOuterClass.Completion.Builder clearSubmissionId()
The submission ID this completion refers to, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional
string submission_id = 6 [json_name = "submissionId"];
public CompletionOuterClass.Completion.Builder setSubmissionIdBytes(com.google.protobuf.ByteString value)
The submission ID this completion refers to, as described in ``commands.proto``. Must be a valid LedgerString (as described in ``value.proto``). Optional
string submission_id = 6 [json_name = "submissionId"];
value
- The bytes for submissionId to set.public boolean hasDeduplicationOffset()
Specifies the start of the deduplication period by a completion stream offset. Must be a valid LedgerString (as described in ``value.proto``).
string deduplication_offset = 8 [json_name = "deduplicationOffset"];
hasDeduplicationOffset
in interface CompletionOuterClass.CompletionOrBuilder
public java.lang.String getDeduplicationOffset()
Specifies the start of the deduplication period by a completion stream offset. Must be a valid LedgerString (as described in ``value.proto``).
string deduplication_offset = 8 [json_name = "deduplicationOffset"];
getDeduplicationOffset
in interface CompletionOuterClass.CompletionOrBuilder
public com.google.protobuf.ByteString getDeduplicationOffsetBytes()
Specifies the start of the deduplication period by a completion stream offset. Must be a valid LedgerString (as described in ``value.proto``).
string deduplication_offset = 8 [json_name = "deduplicationOffset"];
getDeduplicationOffsetBytes
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder setDeduplicationOffset(java.lang.String value)
Specifies the start of the deduplication period by a completion stream offset. Must be a valid LedgerString (as described in ``value.proto``).
string deduplication_offset = 8 [json_name = "deduplicationOffset"];
value
- The deduplicationOffset to set.public CompletionOuterClass.Completion.Builder clearDeduplicationOffset()
Specifies the start of the deduplication period by a completion stream offset. Must be a valid LedgerString (as described in ``value.proto``).
string deduplication_offset = 8 [json_name = "deduplicationOffset"];
public CompletionOuterClass.Completion.Builder setDeduplicationOffsetBytes(com.google.protobuf.ByteString value)
Specifies the start of the deduplication period by a completion stream offset. Must be a valid LedgerString (as described in ``value.proto``).
string deduplication_offset = 8 [json_name = "deduplicationOffset"];
value
- The bytes for deduplicationOffset to set.public boolean hasDeduplicationDuration()
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
hasDeduplicationDuration
in interface CompletionOuterClass.CompletionOrBuilder
public com.google.protobuf.Duration getDeduplicationDuration()
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
getDeduplicationDuration
in interface CompletionOuterClass.CompletionOrBuilder
public CompletionOuterClass.Completion.Builder setDeduplicationDuration(com.google.protobuf.Duration value)
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
public CompletionOuterClass.Completion.Builder setDeduplicationDuration(com.google.protobuf.Duration.Builder builderForValue)
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
public CompletionOuterClass.Completion.Builder mergeDeduplicationDuration(com.google.protobuf.Duration value)
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
public CompletionOuterClass.Completion.Builder clearDeduplicationDuration()
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
public com.google.protobuf.Duration.Builder getDeduplicationDurationBuilder()
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
public com.google.protobuf.DurationOrBuilder getDeduplicationDurationOrBuilder()
Specifies the length of the deduplication period. It is measured in record time of completions. Must be non-negative.
.google.protobuf.Duration deduplication_duration = 9 [json_name = "deduplicationDuration"];
getDeduplicationDurationOrBuilder
in interface CompletionOuterClass.CompletionOrBuilder
public final CompletionOuterClass.Completion.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>
public final CompletionOuterClass.Completion.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<CompletionOuterClass.Completion.Builder>