public sealed class Expr : Protobuf.IMessage<Expr>, Protobuf.IBufferMessage
Represents an expression text. Example:
title: "User account presence" description: "Determines whether the request has a user account" expression: "size(request.user) > 0"
Implements
Protobuf.IBufferMessageNamespace
Google.TypeAssembly
Google.Api.CommonProtos.dll
Constructors
Expr()
public Expr()
Expr(Expr)
public Expr(Expr other)
Fields
DescriptionFieldNumber
public
const
int
DescriptionFieldNumber
=
3
Field number for the "description" field.
ExpressionFieldNumber
public
const
int
ExpressionFieldNumber
=
1
Field number for the "expression" field.
LocationFieldNumber
public
const
int
LocationFieldNumber
=
4
Field number for the "location" field.
TitleFieldNumber
public
const
int
TitleFieldNumber
=
2
Field number for the "title" field.
Properties
Description
public string Description { get; set; }
An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
Descriptor
public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Expression
public string Expression { get; set; }
Textual representation of an expression in Common Expression Language syntax.
The application context of the containing message determines which well-known feature set of CEL is supported.
Location
public string Location { get; set; }
An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
Parser
public static Protobuf.MessageParser<Expr> Parser { get; }
Title
public string Title { get; set; }
An optional title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
Methods
CalculateSize()
public int CalculateSize()
Clone()
public Expr Clone()
Equals(Expr)
public bool Equals(Expr other)
Equals(Object)
public override bool Equals(object other)
GetHashCode()
public override int GetHashCode()
MergeFrom(Protobuf.CodedInputStream)
public void MergeFrom(Protobuf.CodedInputStream input)
MergeFrom(Expr)
public void MergeFrom(Expr other)
ToString()
public override string ToString()
WriteTo(Protobuf.CodedOutputStream)
public void WriteTo(Protobuf.CodedOutputStream output)