ActionOutput.Builder |
RuleActionsPair.Builder.addActionOutputsBuilder() |
Outputs of executing the actions associated with the above rule.
|
ActionOutput.Builder |
RuleActionsPair.Builder.addActionOutputsBuilder(int index) |
Outputs of executing the actions associated with the above rule.
|
ActionOutput.Builder |
ActionOutput.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ActionOutput.Builder |
ActionOutput.Builder.clear() |
|
ActionOutput.Builder |
ActionOutput.Builder.clearActionId() |
ID of the action.
|
ActionOutput.Builder |
ActionOutput.Builder.clearActionState() |
State of an action.
|
ActionOutput.Builder |
ActionOutput.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ActionOutput.Builder |
ActionOutput.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ActionOutput.Builder |
ActionOutput.Builder.clearOutputMessage() |
Action execution output message.
|
ActionOutput.Builder |
ActionOutput.Builder.clone() |
|
ActionOutput.Builder |
RuleActionsPair.Builder.getActionOutputsBuilder(int index) |
Outputs of executing the actions associated with the above rule.
|
ActionOutput.Builder |
ActionOutput.Builder.mergeFrom(ActionOutput other) |
|
ActionOutput.Builder |
ActionOutput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ActionOutput.Builder |
ActionOutput.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ActionOutput.Builder |
ActionOutput.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ActionOutput.Builder |
ActionOutput.newBuilder() |
|
static ActionOutput.Builder |
ActionOutput.newBuilder(ActionOutput prototype) |
|
ActionOutput.Builder |
ActionOutput.newBuilderForType() |
|
protected ActionOutput.Builder |
ActionOutput.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ActionOutput.Builder |
ActionOutput.Builder.setActionId(String value) |
ID of the action.
|
ActionOutput.Builder |
ActionOutput.Builder.setActionIdBytes(com.google.protobuf.ByteString value) |
ID of the action.
|
ActionOutput.Builder |
ActionOutput.Builder.setActionState(ActionOutput.State value) |
State of an action.
|
ActionOutput.Builder |
ActionOutput.Builder.setActionStateValue(int value) |
State of an action.
|
ActionOutput.Builder |
ActionOutput.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ActionOutput.Builder |
ActionOutput.Builder.setOutputMessage(String value) |
Action execution output message.
|
ActionOutput.Builder |
ActionOutput.Builder.setOutputMessageBytes(com.google.protobuf.ByteString value) |
Action execution output message.
|
ActionOutput.Builder |
ActionOutput.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ActionOutput.Builder |
ActionOutput.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ActionOutput.Builder |
ActionOutput.toBuilder() |
|