public static final class RoutePolicyPolicyTerm.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder> implements RoutePolicyPolicyTermOrBuilder
Protobuf type
google.cloud.compute.v1.RoutePolicyPolicyTerm| Modifier and Type | Method and Description |
|---|---|
RoutePolicyPolicyTerm.Builder |
addActions(Expr.Builder builderForValue)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
addActions(Expr value)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
addActions(int index,
Expr.Builder builderForValue)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
addActions(int index,
Expr value)
CEL expressions to evaluate to modify a route when this term matches.
|
Expr.Builder |
addActionsBuilder()
CEL expressions to evaluate to modify a route when this term matches.
|
Expr.Builder |
addActionsBuilder(int index)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
addAllActions(Iterable<? extends Expr> values)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RoutePolicyPolicyTerm |
build() |
RoutePolicyPolicyTerm |
buildPartial() |
RoutePolicyPolicyTerm.Builder |
clear() |
RoutePolicyPolicyTerm.Builder |
clearActions()
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RoutePolicyPolicyTerm.Builder |
clearMatch()
CEL expression evaluated against a route to determine if this term applies.
|
RoutePolicyPolicyTerm.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RoutePolicyPolicyTerm.Builder |
clearPriority()
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
|
RoutePolicyPolicyTerm.Builder |
clone() |
Expr |
getActions(int index)
CEL expressions to evaluate to modify a route when this term matches.
|
Expr.Builder |
getActionsBuilder(int index)
CEL expressions to evaluate to modify a route when this term matches.
|
List<Expr.Builder> |
getActionsBuilderList()
CEL expressions to evaluate to modify a route when this term matches.
|
int |
getActionsCount()
CEL expressions to evaluate to modify a route when this term matches.
|
List<Expr> |
getActionsList()
CEL expressions to evaluate to modify a route when this term matches.
|
ExprOrBuilder |
getActionsOrBuilder(int index)
CEL expressions to evaluate to modify a route when this term matches.
|
List<? extends ExprOrBuilder> |
getActionsOrBuilderList()
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Expr |
getMatch()
CEL expression evaluated against a route to determine if this term applies.
|
Expr.Builder |
getMatchBuilder()
CEL expression evaluated against a route to determine if this term applies.
|
ExprOrBuilder |
getMatchOrBuilder()
CEL expression evaluated against a route to determine if this term applies.
|
int |
getPriority()
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
|
boolean |
hasMatch()
CEL expression evaluated against a route to determine if this term applies.
|
boolean |
hasPriority()
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RoutePolicyPolicyTerm.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RoutePolicyPolicyTerm.Builder |
mergeFrom(com.google.protobuf.Message other) |
RoutePolicyPolicyTerm.Builder |
mergeFrom(RoutePolicyPolicyTerm other) |
RoutePolicyPolicyTerm.Builder |
mergeMatch(Expr value)
CEL expression evaluated against a route to determine if this term applies.
|
RoutePolicyPolicyTerm.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RoutePolicyPolicyTerm.Builder |
removeActions(int index)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
setActions(int index,
Expr.Builder builderForValue)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
setActions(int index,
Expr value)
CEL expressions to evaluate to modify a route when this term matches.
|
RoutePolicyPolicyTerm.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RoutePolicyPolicyTerm.Builder |
setMatch(Expr.Builder builderForValue)
CEL expression evaluated against a route to determine if this term applies.
|
RoutePolicyPolicyTerm.Builder |
setMatch(Expr value)
CEL expression evaluated against a route to determine if this term applies.
|
RoutePolicyPolicyTerm.Builder |
setPriority(int value)
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
|
RoutePolicyPolicyTerm.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RoutePolicyPolicyTerm.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RoutePolicyPolicyTerm build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RoutePolicyPolicyTerm buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RoutePolicyPolicyTerm.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder mergeFrom(RoutePolicyPolicyTerm other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public RoutePolicyPolicyTerm.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RoutePolicyPolicyTerm.Builder>IOExceptionpublic List<Expr> getActionsList()
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;getActionsList in interface RoutePolicyPolicyTermOrBuilderpublic int getActionsCount()
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;getActionsCount in interface RoutePolicyPolicyTermOrBuilderpublic Expr getActions(int index)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;getActions in interface RoutePolicyPolicyTermOrBuilderpublic RoutePolicyPolicyTerm.Builder setActions(int index, Expr value)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder setActions(int index, Expr.Builder builderForValue)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder addActions(Expr value)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder addActions(int index, Expr value)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder addActions(Expr.Builder builderForValue)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder addActions(int index, Expr.Builder builderForValue)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder addAllActions(Iterable<? extends Expr> values)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder clearActions()
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public RoutePolicyPolicyTerm.Builder removeActions(int index)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public Expr.Builder getActionsBuilder(int index)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public ExprOrBuilder getActionsOrBuilder(int index)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;getActionsOrBuilder in interface RoutePolicyPolicyTermOrBuilderpublic List<? extends ExprOrBuilder> getActionsOrBuilderList()
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;getActionsOrBuilderList in interface RoutePolicyPolicyTermOrBuilderpublic Expr.Builder addActionsBuilder()
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public Expr.Builder addActionsBuilder(int index)
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public List<Expr.Builder> getActionsBuilderList()
CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;public boolean hasMatch()
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;hasMatch in interface RoutePolicyPolicyTermOrBuilderpublic Expr getMatch()
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;getMatch in interface RoutePolicyPolicyTermOrBuilderpublic RoutePolicyPolicyTerm.Builder setMatch(Expr value)
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;public RoutePolicyPolicyTerm.Builder setMatch(Expr.Builder builderForValue)
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;public RoutePolicyPolicyTerm.Builder mergeMatch(Expr value)
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;public RoutePolicyPolicyTerm.Builder clearMatch()
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;public Expr.Builder getMatchBuilder()
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;public ExprOrBuilder getMatchOrBuilder()
CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.
optional .google.cloud.compute.v1.Expr match = 103668165;getMatchOrBuilder in interface RoutePolicyPolicyTermOrBuilderpublic boolean hasPriority()
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
optional int32 priority = 445151652;hasPriority in interface RoutePolicyPolicyTermOrBuilderpublic int getPriority()
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
optional int32 priority = 445151652;getPriority in interface RoutePolicyPolicyTermOrBuilderpublic RoutePolicyPolicyTerm.Builder setPriority(int value)
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
optional int32 priority = 445151652;value - The priority to set.public RoutePolicyPolicyTerm.Builder clearPriority()
The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.
optional int32 priority = 445151652;public final RoutePolicyPolicyTerm.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>public final RoutePolicyPolicyTerm.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RoutePolicyPolicyTerm.Builder>Copyright © 2025 Google LLC. All rights reserved.