Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#check_index
def check_index() -> ::String
Returns
- (::String) — The index of the check.
#check_index=
def check_index=(value) -> ::String
Parameter
- value (::String) — The index of the check.
Returns
- (::String) — The index of the check.
#check_name
def check_name() -> ::String
Returns
- (::String) — The name of the check.
#check_name=
def check_name=(value) -> ::String
Parameter
- value (::String) — The name of the check.
Returns
- (::String) — The name of the check.
#check_set_index
def check_set_index() -> ::String
Returns
- (::String) — The index of the check set.
#check_set_index=
def check_set_index=(value) -> ::String
Parameter
- value (::String) — The index of the check set.
Returns
- (::String) — The index of the check set.
#check_set_name
def check_set_name() -> ::String
Returns
- (::String) — The name of the check set.
#check_set_name=
def check_set_name=(value) -> ::String
Parameter
- value (::String) — The name of the check set.
Returns
- (::String) — The name of the check set.
#check_set_scope
def check_set_scope() -> ::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult::CheckSetScope
Returns
#check_set_scope=
def check_set_scope=(value) -> ::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult::CheckSetScope
Parameter
- value (::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult::CheckSetScope) — The scope of the check set.
Returns
#check_type
def check_type() -> ::String
Returns
- (::String) — The type of the check.
#check_type=
def check_type=(value) -> ::String
Parameter
- value (::String) — The type of the check.
Returns
- (::String) — The type of the check.
#explanation
def explanation() -> ::String
Returns
- (::String) — User-friendly explanation of this check result.
#explanation=
def explanation=(value) -> ::String
Parameter
- value (::String) — User-friendly explanation of this check result.
Returns
- (::String) — User-friendly explanation of this check result.
#verdict
def verdict() -> ::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult::CheckVerdict
Returns
#verdict=
def verdict=(value) -> ::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult::CheckVerdict
Parameter
- value (::Google::Cloud::BinaryAuthorization::V1beta1::ContinuousValidationEvent::ContinuousValidationPodEvent::ImageDetails::CheckResult::CheckVerdict) — The verdict of this check.
Returns