| Package | Description |
|---|---|
| io.axoniq.axonserver.grpc.event |
| Modifier and Type | Method and Description |
|---|---|
Transformation.Builder |
Transformation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Transformation.Builder |
Transformation.Builder.clear() |
Transformation.Builder |
Transformation.Builder.clearAppliedAt()
The timestamp at which the transformation was applied.
|
Transformation.Builder |
Transformation.Builder.clearApplyRequester()
The username of user who requested the transformation to be applied.
|
Transformation.Builder |
Transformation.Builder.clearContext()
The bounded context in which this transformation is being executed.
|
Transformation.Builder |
Transformation.Builder.clearDescription()
The description of the transformation.
|
Transformation.Builder |
Transformation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Transformation.Builder |
Transformation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Transformation.Builder |
Transformation.Builder.clearSequence()
The sequence of the last transformation action stored.
|
Transformation.Builder |
Transformation.Builder.clearState()
The state of the transformation
|
Transformation.Builder |
Transformation.Builder.clearTransformationId()
The identifier of the transformation.
|
Transformation.Builder |
Transformation.Builder.clearVersion()
The version of the transformation.
|
Transformation.Builder |
Transformation.Builder.clone() |
Transformation.Builder |
Transformation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Transformation.Builder |
Transformation.Builder.mergeFrom(com.google.protobuf.Message other) |
Transformation.Builder |
Transformation.Builder.mergeFrom(Transformation other) |
Transformation.Builder |
Transformation.Builder.mergeTransformationId(TransformationId value)
The identifier of the transformation.
|
Transformation.Builder |
Transformation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Transformation.Builder |
Transformation.newBuilder() |
static Transformation.Builder |
Transformation.newBuilder(Transformation prototype) |
Transformation.Builder |
Transformation.newBuilderForType() |
protected Transformation.Builder |
Transformation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Transformation.Builder |
Transformation.Builder.setAppliedAt(long value)
The timestamp at which the transformation was applied.
|
Transformation.Builder |
Transformation.Builder.setApplyRequester(String value)
The username of user who requested the transformation to be applied.
|
Transformation.Builder |
Transformation.Builder.setApplyRequesterBytes(com.google.protobuf.ByteString value)
The username of user who requested the transformation to be applied.
|
Transformation.Builder |
Transformation.Builder.setContext(String value)
The bounded context in which this transformation is being executed.
|
Transformation.Builder |
Transformation.Builder.setContextBytes(com.google.protobuf.ByteString value)
The bounded context in which this transformation is being executed.
|
Transformation.Builder |
Transformation.Builder.setDescription(String value)
The description of the transformation.
|
Transformation.Builder |
Transformation.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the transformation.
|
Transformation.Builder |
Transformation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Transformation.Builder |
Transformation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Transformation.Builder |
Transformation.Builder.setSequence(long value)
The sequence of the last transformation action stored.
|
Transformation.Builder |
Transformation.Builder.setState(TransformationState value)
The state of the transformation
|
Transformation.Builder |
Transformation.Builder.setStateValue(int value)
The state of the transformation
|
Transformation.Builder |
Transformation.Builder.setTransformationId(TransformationId.Builder builderForValue)
The identifier of the transformation.
|
Transformation.Builder |
Transformation.Builder.setTransformationId(TransformationId value)
The identifier of the transformation.
|
Transformation.Builder |
Transformation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Transformation.Builder |
Transformation.Builder.setVersion(int value)
The version of the transformation.
|
Transformation.Builder |
Transformation.toBuilder() |
Copyright © 2020–2023 AxonIQ BV. All rights reserved.