Class Expr (2.2.0)

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"

Inheritance

Object > Expr

Namespace

Google.Type

Assembly

Google.Api.CommonProtos.dll

Constructors

Expr()

public Expr()

Expr(Expr)

public Expr(Expr other)
Parameter
NameDescription
otherExpr

Fields

DescriptionFieldNumber

public const int DescriptionFieldNumber = 3

Field number for the "description" field.

Field Value
TypeDescription
Int32

ExpressionFieldNumber

public const int ExpressionFieldNumber = 1

Field number for the "expression" field.

Field Value
TypeDescription
Int32

LocationFieldNumber

public const int LocationFieldNumber = 4

Field number for the "location" field.

Field Value
TypeDescription
Int32

TitleFieldNumber

public const int TitleFieldNumber = 2

Field number for the "title" field.

Field Value
TypeDescription
Int32

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.

Property Value
TypeDescription
String

Descriptor

public static Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
TypeDescription
Protobuf.Reflection.MessageDescriptor

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.

Property Value
TypeDescription
String

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.

Property Value
TypeDescription
String

Parser

public static Protobuf.MessageParser<Expr> Parser { get; }
Property Value
TypeDescription
Protobuf.MessageParser<Expr>

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.

Property Value
TypeDescription
String

Methods

CalculateSize()

public int CalculateSize()
Returns
TypeDescription
Int32

Clone()

public Expr Clone()
Returns
TypeDescription
Expr

Equals(Expr)

public bool Equals(Expr other)
Parameter
NameDescription
otherExpr
Returns
TypeDescription
Boolean

Equals(Object)

public override bool Equals(object other)
Parameter
NameDescription
otherObject
Returns
TypeDescription
Boolean

GetHashCode()

public override int GetHashCode()
Returns
TypeDescription
Int32

MergeFrom(Protobuf.CodedInputStream)

public void MergeFrom(Protobuf.CodedInputStream input)
Parameter
NameDescription
inputProtobuf.CodedInputStream

MergeFrom(Expr)

public void MergeFrom(Expr other)
Parameter
NameDescription
otherExpr

ToString()

public override string ToString()
Returns
TypeDescription
String

WriteTo(Protobuf.CodedOutputStream)

public void WriteTo(Protobuf.CodedOutputStream output)
Parameter
NameDescription
outputProtobuf.CodedOutputStream