public interface CustomLevelOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Expr |
getExpr()
Required.
|
com.google.type.ExprOrBuilder |
getExprOrBuilder()
Required.
|
boolean |
hasExpr()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasExpr()
Required. A Cloud CEL expression evaluating to a boolean.
.google.type.Expr expr = 1;com.google.type.Expr getExpr()
Required. A Cloud CEL expression evaluating to a boolean.
.google.type.Expr expr = 1;com.google.type.ExprOrBuilder getExprOrBuilder()
Required. A Cloud CEL expression evaluating to a boolean.
.google.type.Expr expr = 1;Copyright © 2021 Google LLC. All rights reserved.