| Modifier and Type | Method and Description |
|---|---|
Expr |
Expr.Builder.build() |
Expr |
Expr.Builder.buildPartial() |
Expr |
BindingOrBuilder.getCondition()
The condition that is associated with this binding.
|
Expr |
Binding.getCondition()
The condition that is associated with this binding.
|
Expr |
Binding.Builder.getCondition()
The condition that is associated with this binding.
|
static Expr |
Expr.getDefaultInstance() |
Expr |
Expr.getDefaultInstanceForType() |
Expr |
Expr.Builder.getDefaultInstanceForType() |
Expr |
SecurityPolicyRuleMatcherOrBuilder.getExpr()
User defined CEVAL expression.
|
Expr |
SecurityPolicyRuleMatcher.getExpr()
User defined CEVAL expression.
|
Expr |
SecurityPolicyRuleMatcher.Builder.getExpr()
User defined CEVAL expression.
|
static Expr |
Expr.parseDelimitedFrom(InputStream input) |
static Expr |
Expr.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(byte[] data) |
static Expr |
Expr.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(ByteBuffer data) |
static Expr |
Expr.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(com.google.protobuf.ByteString data) |
static Expr |
Expr.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(com.google.protobuf.CodedInputStream input) |
static Expr |
Expr.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
Expr.parseFrom(InputStream input) |
static Expr |
Expr.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Expr> |
Expr.getParserForType() |
static com.google.protobuf.Parser<Expr> |
Expr.parser() |
| Modifier and Type | Method and Description |
|---|---|
Binding.Builder |
Binding.Builder.mergeCondition(Expr value)
The condition that is associated with this binding.
|
SecurityPolicyRuleMatcher.Builder |
SecurityPolicyRuleMatcher.Builder.mergeExpr(Expr value)
User defined CEVAL expression.
|
Expr.Builder |
Expr.Builder.mergeFrom(Expr other) |
static Expr.Builder |
Expr.newBuilder(Expr prototype) |
Binding.Builder |
Binding.Builder.setCondition(Expr value)
The condition that is associated with this binding.
|
SecurityPolicyRuleMatcher.Builder |
SecurityPolicyRuleMatcher.Builder.setExpr(Expr value)
User defined CEVAL expression.
|
Copyright © 2023 Google LLC. All rights reserved.