@Generated(value="by GAPIC") @BetaApi public final class Expr extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
Expr.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static Expr |
getDefaultInstance() |
String |
getDescription()
An optional description of the expression.
|
String |
getExpression()
Textual representation of an expression in Common Expression Language syntax.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getLocation()
An optional string indicating the location of the expression for error reporting, e.g.
|
String |
getTitle()
An optional title for the expression, i.e.
|
int |
hashCode() |
static Expr.Builder |
newBuilder() |
static Expr.Builder |
newBuilder(Expr prototype) |
Expr.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getDescription()
public String getExpression()
The application context of the containing message determines which well-known feature set of CEL is supported.
public String getLocation()
public String getTitle()
public static Expr.Builder newBuilder()
public static Expr.Builder newBuilder(Expr prototype)
public Expr.Builder toBuilder()
public static Expr getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.