- 1.92.0 (latest)
- 1.91.0
- 1.90.0
- 1.88.0
- 1.86.0
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class RoutePolicyPolicyTerm.Builder extends GeneratedMessage.Builder<RoutePolicyPolicyTerm.Builder> implements RoutePolicyPolicyTermOrBuilder Protobuf type google.cloud.compute.v1.RoutePolicyPolicyTerm
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RoutePolicyPolicyTerm.BuilderImplements
RoutePolicyPolicyTermOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addActions(Expr value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
Expr |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
addActions(Expr.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Expr.Builder |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
addActions(int index, Expr value)
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Expr |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
addActions(int index, Expr.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Expr.Builder |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
addActionsBuilder()
public Expr.Builder addActionsBuilder()CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;
| Returns | |
|---|---|
| Type | Description |
Expr.Builder |
|
addActionsBuilder(int index)
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Expr.Builder |
|
addAllActions(Iterable<? extends Expr> values)
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;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.compute.v1.Expr> |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
build()
public RoutePolicyPolicyTerm build()| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm |
|
buildPartial()
public RoutePolicyPolicyTerm buildPartial()| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm |
|
clear()
public RoutePolicyPolicyTerm.Builder clear()| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
clearActions()
public RoutePolicyPolicyTerm.Builder clearActions()CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
clearMatch()
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;
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
clearPriority()
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;
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
This builder for chaining. |
getActions(int index)
public Expr getActions(int index)CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Expr |
|
getActionsBuilder(int index)
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Expr.Builder |
|
getActionsBuilderList()
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;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getActionsCount()
public int getActionsCount()CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;
| Returns | |
|---|---|
| Type | Description |
int |
|
getActionsList()
public List<Expr> getActionsList()CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;
| Returns | |
|---|---|
| Type | Description |
List<Expr> |
|
getActionsOrBuilder(int index)
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExprOrBuilder |
|
getActionsOrBuilderList()
public List<? extends ExprOrBuilder> getActionsOrBuilderList()CEL expressions to evaluate to modify a route when this term matches.
repeated .google.cloud.compute.v1.Expr actions = 448809213;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.ExprOrBuilder> |
|
getDefaultInstanceForType()
public RoutePolicyPolicyTerm getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMatch()
public 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;
| Returns | |
|---|---|
| Type | Description |
Expr |
The match. |
getMatchBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
Expr.Builder |
|
getMatchOrBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
ExprOrBuilder |
|
getPriority()
public 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;
| Returns | |
|---|---|
| Type | Description |
int |
The priority. |
hasMatch()
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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the match field is set. |
hasPriority()
public 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the priority field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RoutePolicyPolicyTerm other)
public RoutePolicyPolicyTerm.Builder mergeFrom(RoutePolicyPolicyTerm other)| Parameter | |
|---|---|
| Name | Description |
other |
RoutePolicyPolicyTerm |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RoutePolicyPolicyTerm.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RoutePolicyPolicyTerm.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
mergeMatch(Expr value)
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;
| Parameter | |
|---|---|
| Name | Description |
value |
Expr |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
removeActions(int index)
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
setActions(int index, Expr value)
public 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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Expr |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
setActions(int index, Expr.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Expr.Builder |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
setMatch(Expr value)
public 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;
| Parameter | |
|---|---|
| Name | Description |
value |
Expr |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
setMatch(Expr.Builder builderForValue)
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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Expr.Builder |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
|
setPriority(int value)
public 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;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe priority to set. |
| Returns | |
|---|---|
| Type | Description |
RoutePolicyPolicyTerm.Builder |
This builder for chaining. |