public static final class RuleActionsPair.Builder extends GeneratedMessageV3.Builder<RuleActionsPair.Builder> implements RuleActionsPairOrBuilder
Represents a rule and outputs of associated actions.
Protobuf type google.cloud.contentwarehouse.v1.RuleActionsPair
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addActionOutputs(ActionOutput value)
public RuleActionsPair.Builder addActionOutputs(ActionOutput value)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Returns
addActionOutputs(ActionOutput.Builder builderForValue)
public RuleActionsPair.Builder addActionOutputs(ActionOutput.Builder builderForValue)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Returns
addActionOutputs(int index, ActionOutput value)
public RuleActionsPair.Builder addActionOutputs(int index, ActionOutput value)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameters
Returns
addActionOutputs(int index, ActionOutput.Builder builderForValue)
public RuleActionsPair.Builder addActionOutputs(int index, ActionOutput.Builder builderForValue)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameters
Returns
addActionOutputsBuilder()
public ActionOutput.Builder addActionOutputsBuilder()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Returns
addActionOutputsBuilder(int index)
public ActionOutput.Builder addActionOutputsBuilder(int index)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Returns
addAllActionOutputs(Iterable<? extends ActionOutput> values)
public RuleActionsPair.Builder addAllActionOutputs(Iterable<? extends ActionOutput> values)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.contentwarehouse.v1.ActionOutput>
|
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RuleActionsPair.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public RuleActionsPair build()
Returns
buildPartial()
public RuleActionsPair buildPartial()
Returns
clear()
public RuleActionsPair.Builder clear()
Returns
Overrides
clearActionOutputs()
public RuleActionsPair.Builder clearActionOutputs()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public RuleActionsPair.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RuleActionsPair.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearRule()
public RuleActionsPair.Builder clearRule()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Returns
clone()
public RuleActionsPair.Builder clone()
Returns
Overrides
getActionOutputs(int index)
public ActionOutput getActionOutputs(int index)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Returns
getActionOutputsBuilder(int index)
public ActionOutput.Builder getActionOutputsBuilder(int index)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Returns
getActionOutputsBuilderList()
public List<ActionOutput.Builder> getActionOutputsBuilderList()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Returns
getActionOutputsCount()
public int getActionOutputsCount()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Returns
getActionOutputsList()
public List<ActionOutput> getActionOutputsList()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Returns
getActionOutputsOrBuilder(int index)
public ActionOutputOrBuilder getActionOutputsOrBuilder(int index)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Returns
getActionOutputsOrBuilderList()
public List<? extends ActionOutputOrBuilder> getActionOutputsOrBuilderList()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Returns
Type | Description |
List<? extends com.google.cloud.contentwarehouse.v1.ActionOutputOrBuilder> | |
getDefaultInstanceForType()
public RuleActionsPair getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getRule()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Returns
Type | Description |
Rule | The rule.
|
getRuleBuilder()
public Rule.Builder getRuleBuilder()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Returns
getRuleOrBuilder()
public RuleOrBuilder getRuleOrBuilder()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Returns
hasRule()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Returns
Type | Description |
boolean | Whether the rule field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(RuleActionsPair other)
public RuleActionsPair.Builder mergeFrom(RuleActionsPair other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RuleActionsPair.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public RuleActionsPair.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeRule(Rule value)
public RuleActionsPair.Builder mergeRule(Rule value)
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RuleActionsPair.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeActionOutputs(int index)
public RuleActionsPair.Builder removeActionOutputs(int index)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameter
Returns
setActionOutputs(int index, ActionOutput value)
public RuleActionsPair.Builder setActionOutputs(int index, ActionOutput value)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameters
Returns
setActionOutputs(int index, ActionOutput.Builder builderForValue)
public RuleActionsPair.Builder setActionOutputs(int index, ActionOutput.Builder builderForValue)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public RuleActionsPair.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RuleActionsPair.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setRule(Rule value)
public RuleActionsPair.Builder setRule(Rule value)
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Parameter
Returns
setRule(Rule.Builder builderForValue)
public RuleActionsPair.Builder setRule(Rule.Builder builderForValue)
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final RuleActionsPair.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides