Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleResponse::SimulatedResult.
Possible test result.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error
def error() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Error encountered during the test.
#error=
def error=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — Error encountered during the test.
Returns
- (::Google::Rpc::Status) — Error encountered during the test.
#finding
def finding() -> ::Google::Cloud::SecurityCenter::V1::Finding
Returns
- (::Google::Cloud::SecurityCenter::V1::Finding) — Finding that would be published for the test case, if a violation is detected.
#finding=
def finding=(value) -> ::Google::Cloud::SecurityCenter::V1::Finding
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Finding) — Finding that would be published for the test case, if a violation is detected.
Returns
- (::Google::Cloud::SecurityCenter::V1::Finding) — Finding that would be published for the test case, if a violation is detected.
#no_violation
def no_violation() -> ::Google::Protobuf::Empty
Returns
- (::Google::Protobuf::Empty) — Indicates that the test case does not trigger any violation.
#no_violation=
def no_violation=(value) -> ::Google::Protobuf::Empty
Parameter
- value (::Google::Protobuf::Empty) — Indicates that the test case does not trigger any violation.
Returns
- (::Google::Protobuf::Empty) — Indicates that the test case does not trigger any violation.