All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AttributeContext |
This message defines the standard attribute vocabulary for Google APIs.
|
| AttributeContext.Api |
This message defines attributes associated with API operations, such as
a network API request.
|
| AttributeContext.Api.Builder |
This message defines attributes associated with API operations, such as
a network API request.
|
| AttributeContext.ApiOrBuilder |
|
| AttributeContext.Auth |
This message defines request authentication attributes.
|
| AttributeContext.Auth.Builder |
This message defines request authentication attributes.
|
| AttributeContext.AuthOrBuilder |
|
| AttributeContext.Builder |
This message defines the standard attribute vocabulary for Google APIs.
|
| AttributeContext.Peer |
This message defines attributes for a node that handles a network request.
|
| AttributeContext.Peer.Builder |
This message defines attributes for a node that handles a network request.
|
| AttributeContext.PeerOrBuilder |
|
| AttributeContext.Request |
This message defines attributes for an HTTP request.
|
| AttributeContext.Request.Builder |
This message defines attributes for an HTTP request.
|
| AttributeContext.RequestOrBuilder |
|
| AttributeContext.Resource |
This message defines core attributes for a resource.
|
| AttributeContext.Resource.Builder |
This message defines core attributes for a resource.
|
| AttributeContext.ResourceOrBuilder |
|
| AttributeContext.Response |
This message defines attributes for a typical network response.
|
| AttributeContext.Response.Builder |
This message defines attributes for a typical network response.
|
| AttributeContext.ResponseOrBuilder |
|
| AttributeContextOrBuilder |
|
| AttributeContextProto |
|
| BadRequest |
Describes violations in a client request.
|
| BadRequest.Builder |
Describes violations in a client request.
|
| BadRequest.FieldViolation |
A message type used to describe a single bad request field.
|
| BadRequest.FieldViolation.Builder |
A message type used to describe a single bad request field.
|
| BadRequest.FieldViolationOrBuilder |
|
| BadRequestOrBuilder |
|
| CheckedExpr |
A CEL expression which has been successfully type checked.
|
| CheckedExpr.Builder |
A CEL expression which has been successfully type checked.
|
| CheckedExprOrBuilder |
|
| CheckRequest |
Request message for the Check method.
|
| CheckRequest.Builder |
Request message for the Check method.
|
| CheckRequestOrBuilder |
|
| CheckResponse |
Response message for the Check method.
|
| CheckResponse.Builder |
Response message for the Check method.
|
| CheckResponseOrBuilder |
|
| Code |
The canonical error codes for gRPC APIs.
|
| CodeProto |
|
| ConformanceServiceGrpc |
Access a CEL implementation from another process or machine.
|
| ConformanceServiceGrpc.ConformanceServiceBlockingStub |
Access a CEL implementation from another process or machine.
|
| ConformanceServiceGrpc.ConformanceServiceFutureStub |
Access a CEL implementation from another process or machine.
|
| ConformanceServiceGrpc.ConformanceServiceImplBase |
Access a CEL implementation from another process or machine.
|
| ConformanceServiceGrpc.ConformanceServiceStub |
Access a CEL implementation from another process or machine.
|
| ConformanceServiceProto |
|
| Constant |
Represents a primitive literal.
|
| Constant.Builder |
Represents a primitive literal.
|
| Constant.ConstantKindCase |
|
| ConstantOrBuilder |
|
| DebugInfo |
Describes additional debugging info.
|
| DebugInfo.Builder |
Describes additional debugging info.
|
| DebugInfoOrBuilder |
|
| Decl |
Represents a declaration of a named value or function.
|
| Decl.Builder |
Represents a declaration of a named value or function.
|
| Decl.DeclKindCase |
|
| Decl.FunctionDecl |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type, and may optionally specify a
function definition in terms of CEL expressions.
|
| Decl.FunctionDecl.Builder |
Function declaration specifies one or more overloads which indicate the
function's parameter types and return type, and may optionally specify a
function definition in terms of CEL expressions.
|
| Decl.FunctionDecl.Overload |
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr]
values.
|
| Decl.FunctionDecl.Overload.Builder |
An overload indicates a function's parameter types and return type, and
may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr]
values.
|
| Decl.FunctionDecl.OverloadOrBuilder |
|
| Decl.FunctionDeclOrBuilder |
|
| Decl.IdentDecl |
Identifier declaration which specifies its type and optional `Expr` value.
|
| Decl.IdentDecl.Builder |
Identifier declaration which specifies its type and optional `Expr` value.
|
| Decl.IdentDeclOrBuilder |
|
| DeclOrBuilder |
|
| DeclProto |
|
| EnumValue |
An enum value.
|
| EnumValue.Builder |
An enum value.
|
| EnumValueOrBuilder |
|
| ErrorDetailsProto |
|
| ErrorInfo |
Describes the cause of the error with structured details.
|
| ErrorInfo.Builder |
Describes the cause of the error with structured details.
|
| ErrorInfoOrBuilder |
|
| ErrorSet |
A set of errors.
|
| ErrorSet.Builder |
A set of errors.
|
| ErrorSetOrBuilder |
|
| EvalProto |
|
| EvalRequest |
Request message for the Eval method.
|
| EvalRequest.Builder |
Request message for the Eval method.
|
| EvalRequest.ExprKindCase |
|
| EvalRequestOrBuilder |
|
| EvalResponse |
Response message for the Eval method.
|
| EvalResponse.Builder |
Response message for the Eval method.
|
| EvalResponseOrBuilder |
|
| EvalState |
The state of an evaluation.
|
| EvalState.Builder |
The state of an evaluation.
|
| EvalState.Result |
A single evalution result.
|
| EvalState.Result.Builder |
A single evalution result.
|
| EvalState.ResultOrBuilder |
|
| EvalStateOrBuilder |
|
| Explain |
Deprecated. |
| Explain.Builder |
Values of intermediate expressions produced when evaluating expression.
|
| Explain.ExprStep |
ID and value index of one step.
|
| Explain.ExprStep.Builder |
ID and value index of one step.
|
| Explain.ExprStepOrBuilder |
|
| ExplainOrBuilder |
Deprecated. |
| ExplainProto |
|
| Expr |
An abstract representation of a common expression.
|
| Expr.Builder |
An abstract representation of a common expression.
|
| Expr.Call |
A call expression, including calls to predefined functions and operators.
|
| Expr.Call.Builder |
A call expression, including calls to predefined functions and operators.
|
| Expr.CallOrBuilder |
|
| Expr.Comprehension |
A comprehension expression applied to a list or map.
|
| Expr.Comprehension.Builder |
A comprehension expression applied to a list or map.
|
| Expr.ComprehensionOrBuilder |
|
| Expr.CreateList |
A list creation expression.
|
| Expr.CreateList.Builder |
A list creation expression.
|
| Expr.CreateListOrBuilder |
|
| Expr.CreateStruct |
A map or message creation expression.
|
| Expr.CreateStruct.Builder |
A map or message creation expression.
|
| Expr.CreateStruct.Entry |
Represents an entry.
|
| Expr.CreateStruct.Entry.Builder |
Represents an entry.
|
| Expr.CreateStruct.Entry.KeyKindCase |
|
| Expr.CreateStruct.EntryOrBuilder |
|
| Expr.CreateStructOrBuilder |
|
| Expr.ExprKindCase |
|
| Expr.Ident |
An identifier expression.
|
| Expr.Ident.Builder |
An identifier expression.
|
| Expr.IdentOrBuilder |
|
| Expr.Select |
A field selection expression.
|
| Expr.Select.Builder |
A field selection expression.
|
| Expr.SelectOrBuilder |
|
| ExprOrBuilder |
|
| ExprValue |
The value of an evaluated expression.
|
| ExprValue.Builder |
The value of an evaluated expression.
|
| ExprValue.KindCase |
|
| ExprValueOrBuilder |
|
| Help |
Provides links to documentation or for performing an out of band action.
|
| Help.Builder |
Provides links to documentation or for performing an out of band action.
|
| Help.Link |
Describes a URL link.
|
| Help.Link.Builder |
Describes a URL link.
|
| Help.LinkOrBuilder |
|
| HelpOrBuilder |
|
| IssueDetails |
Warnings or errors in service execution are represented by
[google.rpc.Status][google.rpc.Status] messages, with the following message
in the details field.
|
| IssueDetails.Builder |
Warnings or errors in service execution are represented by
[google.rpc.Status][google.rpc.Status] messages, with the following message
in the details field.
|
| IssueDetails.Severity |
Severities of issues.
|
| IssueDetailsOrBuilder |
|
| ListValue |
A list.
|
| ListValue.Builder |
A list.
|
| ListValueOrBuilder |
|
| LocalizedMessage |
Provides a localized error message that is safe to return to the user
which can be attached to an RPC error.
|
| LocalizedMessage.Builder |
Provides a localized error message that is safe to return to the user
which can be attached to an RPC error.
|
| LocalizedMessageOrBuilder |
|
| MapValue |
A map.
|
| MapValue.Builder |
A map.
|
| MapValue.Entry |
An entry in the map.
|
| MapValue.Entry.Builder |
An entry in the map.
|
| MapValue.EntryOrBuilder |
|
| MapValueOrBuilder |
|
| ParsedExpr |
An expression together with source information as returned by the parser.
|
| ParsedExpr.Builder |
An expression together with source information as returned by the parser.
|
| ParsedExprOrBuilder |
|
| ParseRequest |
Request message for the Parse method.
|
| ParseRequest.Builder |
Request message for the Parse method.
|
| ParseRequestOrBuilder |
|
| ParseResponse |
Response message for the Parse method.
|
| ParseResponse.Builder |
Response message for the Parse method.
|
| ParseResponseOrBuilder |
|
| PreconditionFailure |
Describes what preconditions have failed.
|
| PreconditionFailure.Builder |
Describes what preconditions have failed.
|
| PreconditionFailure.Violation |
A message type used to describe a single precondition failure.
|
| PreconditionFailure.Violation.Builder |
A message type used to describe a single precondition failure.
|
| PreconditionFailure.ViolationOrBuilder |
|
| PreconditionFailureOrBuilder |
|
| QuotaFailure |
Describes how a quota check failed.
|
| QuotaFailure.Builder |
Describes how a quota check failed.
|
| QuotaFailure.Violation |
A message type used to describe a single quota violation.
|
| QuotaFailure.Violation.Builder |
A message type used to describe a single quota violation.
|
| QuotaFailure.ViolationOrBuilder |
|
| QuotaFailureOrBuilder |
|
| Reference |
Describes a resolved reference to a declaration.
|
| Reference.Builder |
Describes a resolved reference to a declaration.
|
| ReferenceOrBuilder |
|
| RequestInfo |
Contains metadata about the request that clients can attach when filing a bug
or providing other forms of feedback.
|
| RequestInfo.Builder |
Contains metadata about the request that clients can attach when filing a bug
or providing other forms of feedback.
|
| RequestInfoOrBuilder |
|
| ResourceInfo |
Describes the resource that is being accessed.
|
| ResourceInfo.Builder |
Describes the resource that is being accessed.
|
| ResourceInfoOrBuilder |
|
| RetryInfo |
Describes when the clients can retry a failed request.
|
| RetryInfo.Builder |
Describes when the clients can retry a failed request.
|
| RetryInfoOrBuilder |
|
| SourceInfo |
Source information collected at parse time.
|
| SourceInfo.Builder |
Source information collected at parse time.
|
| SourceInfoOrBuilder |
|
| SourcePosition |
A specific position in source.
|
| SourcePosition.Builder |
A specific position in source.
|
| SourcePositionOrBuilder |
|
| Status |
The `Status` type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs.
|
| Status.Builder |
The `Status` type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs.
|
| StatusOrBuilder |
|
| StatusProto |
|
| SyntaxProto |
|
| Type |
Represents a CEL type.
|
| Type.AbstractType |
Application defined abstract type.
|
| Type.AbstractType.Builder |
Application defined abstract type.
|
| Type.AbstractTypeOrBuilder |
|
| Type.Builder |
Represents a CEL type.
|
| Type.FunctionType |
Function type with result and arg types.
|
| Type.FunctionType.Builder |
Function type with result and arg types.
|
| Type.FunctionTypeOrBuilder |
|
| Type.ListType |
List type with typed elements, e.g.
|
| Type.ListType.Builder |
List type with typed elements, e.g.
|
| Type.ListTypeOrBuilder |
|
| Type.MapType |
Map type with parameterized key and value types, e.g.
|
| Type.MapType.Builder |
Map type with parameterized key and value types, e.g.
|
| Type.MapTypeOrBuilder |
|
| Type.PrimitiveType |
CEL primitive types.
|
| Type.TypeKindCase |
|
| Type.WellKnownType |
Well-known protobuf types treated with first-class support in CEL.
|
| TypeOrBuilder |
|
| UnknownSet |
A set of expressions for which the value is unknown.
|
| UnknownSet.Builder |
A set of expressions for which the value is unknown.
|
| UnknownSetOrBuilder |
|
| Value |
Represents a CEL value.
|
| Value.Builder |
Represents a CEL value.
|
| Value.KindCase |
|
| ValueOrBuilder |
|
| ValueProto |
|