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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
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;
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;
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;
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;
addActionOutputsBuilder()
public ActionOutput.Builder addActionOutputsBuilder()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
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 |
Name |
Description |
index |
int
|
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RuleActionsPair.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public RuleActionsPair build()
buildPartial()
public RuleActionsPair buildPartial()
clear()
public RuleActionsPair.Builder clear()
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;
clearField(Descriptors.FieldDescriptor field)
public RuleActionsPair.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RuleActionsPair.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRule()
public RuleActionsPair.Builder clearRule()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
clone()
public RuleActionsPair.Builder clone()
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 |
Name |
Description |
index |
int
|
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 |
Name |
Description |
index |
int
|
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;
getActionOutputsCount()
public int getActionOutputsCount()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
Returns |
Type |
Description |
int |
|
getActionOutputsList()
public List<ActionOutput> getActionOutputsList()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
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 |
Name |
Description |
index |
int
|
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
getRuleOrBuilder()
public RuleOrBuilder getRuleOrBuilder()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(RuleActionsPair other)
public RuleActionsPair.Builder mergeFrom(RuleActionsPair other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RuleActionsPair.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public RuleActionsPair.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeRule(Rule value)
public RuleActionsPair.Builder mergeRule(Rule value)
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Parameter |
Name |
Description |
value |
Rule
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RuleActionsPair.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
Name |
Description |
index |
int
|
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public RuleActionsPair.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RuleActionsPair.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setRule(Rule value)
public RuleActionsPair.Builder setRule(Rule value)
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
Parameter |
Name |
Description |
value |
Rule
|
setRule(Rule.Builder builderForValue)
public RuleActionsPair.Builder setRule(Rule.Builder builderForValue)
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final RuleActionsPair.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides