Uses of Class
com.google.cloud.compute.v1.Expr
-
Packages that use Expr Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Expr in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Expr Modifier and Type Method Description Expr
Expr.Builder. build()
Expr
Expr.Builder. buildPartial()
Expr
Binding.Builder. getCondition()
The condition that is associated with this binding.Expr
Binding. getCondition()
The condition that is associated with this binding.Expr
BindingOrBuilder. getCondition()
The condition that is associated with this binding.static Expr
Expr. getDefaultInstance()
Expr
Expr.Builder. getDefaultInstanceForType()
Expr
Expr. getDefaultInstanceForType()
Expr
SecurityPolicyRuleMatcher.Builder. getExpr()
User defined CEVAL expression.Expr
SecurityPolicyRuleMatcher. getExpr()
User defined CEVAL expression.Expr
SecurityPolicyRuleMatcherOrBuilder. 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(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)
static Expr
Expr. parseFrom(ByteBuffer data)
static Expr
Expr. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Expr Modifier and Type Method Description com.google.protobuf.Parser<Expr>
Expr. getParserForType()
static com.google.protobuf.Parser<Expr>
Expr. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Expr Modifier and Type Method 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.
-