Class: Google::Type::Expr

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/type/expr.rb

Overview

Represents an expression text. Example:

title: "User account presence"
description: "Determines whether the request has a user account"
expression: "size(request.user) > 0"

Instance Attribute Summary collapse

Instance Attribute Details

#description::String



47
48
49
50
# File 'proto_docs/google/type/expr.rb', line 47

class Expr
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#expression::String



47
48
49
50
# File 'proto_docs/google/type/expr.rb', line 47

class Expr
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#location::String



47
48
49
50
# File 'proto_docs/google/type/expr.rb', line 47

class Expr
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#title::String



47
48
49
50
# File 'proto_docs/google/type/expr.rb', line 47

class Expr
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end