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 ExprExpr.Builder. build()ExprExpr.Builder. buildPartial()ExprBinding.Builder. getCondition()The condition that is associated with this binding.ExprBinding. getCondition()The condition that is associated with this binding.ExprBindingOrBuilder. getCondition()The condition that is associated with this binding.static ExprExpr. getDefaultInstance()ExprExpr.Builder. getDefaultInstanceForType()ExprExpr. getDefaultInstanceForType()ExprSecurityPolicyRuleMatcher.Builder. getExpr()User defined CEVAL expression.ExprSecurityPolicyRuleMatcher. getExpr()User defined CEVAL expression.ExprSecurityPolicyRuleMatcherOrBuilder. getExpr()User defined CEVAL expression.static ExprExpr. parseDelimitedFrom(InputStream input)static ExprExpr. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExprExpr. parseFrom(byte[] data)static ExprExpr. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExprExpr. parseFrom(com.google.protobuf.ByteString data)static ExprExpr. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExprExpr. parseFrom(com.google.protobuf.CodedInputStream input)static ExprExpr. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExprExpr. parseFrom(InputStream input)static ExprExpr. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExprExpr. parseFrom(ByteBuffer data)static ExprExpr. 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.BuilderBinding.Builder. mergeCondition(Expr value)The condition that is associated with this binding.SecurityPolicyRuleMatcher.BuilderSecurityPolicyRuleMatcher.Builder. mergeExpr(Expr value)User defined CEVAL expression.Expr.BuilderExpr.Builder. mergeFrom(Expr other)static Expr.BuilderExpr. newBuilder(Expr prototype)Binding.BuilderBinding.Builder. setCondition(Expr value)The condition that is associated with this binding.SecurityPolicyRuleMatcher.BuilderSecurityPolicyRuleMatcher.Builder. setExpr(Expr value)User defined CEVAL expression.
-