Reference documentation and code samples for the Policy Troubleshooter V3 API class Google::Cloud::PolicyTroubleshooter::Iam::V3::ConditionExplanation::EvaluationState.
Evaluated state of a condition expression.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end
def end() -> ::Integer
Returns
-
(::Integer) — End position of an expression in the condition, by character,
end included, for example: the end position of the first part of
a==b || c==d
would be 4.
#end=
def end=(value) -> ::Integer
Parameter
-
value (::Integer) — End position of an expression in the condition, by character,
end included, for example: the end position of the first part of
a==b || c==d
would be 4.
Returns
-
(::Integer) — End position of an expression in the condition, by character,
end included, for example: the end position of the first part of
a==b || c==d
would be 4.
#errors
def errors() -> ::Array<::Google::Rpc::Status>
Returns
- (::Array<::Google::Rpc::Status>) — Any errors that prevented complete evaluation of the condition expression.
#errors=
def errors=(value) -> ::Array<::Google::Rpc::Status>
Parameter
- value (::Array<::Google::Rpc::Status>) — Any errors that prevented complete evaluation of the condition expression.
Returns
- (::Array<::Google::Rpc::Status>) — Any errors that prevented complete evaluation of the condition expression.
#start
def start() -> ::Integer
Returns
- (::Integer) — Start position of an expression in the condition, by character.
#start=
def start=(value) -> ::Integer
Parameter
- value (::Integer) — Start position of an expression in the condition, by character.
Returns
- (::Integer) — Start position of an expression in the condition, by character.
#value
def value() -> ::Google::Protobuf::Value
Returns
- (::Google::Protobuf::Value) — Value of this expression.
#value=
def value=(value) -> ::Google::Protobuf::Value
Parameter
- value (::Google::Protobuf::Value) — Value of this expression.
Returns
- (::Google::Protobuf::Value) — Value of this expression.