Class: Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleResponse::SimulatedResult
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleResponse::SimulatedResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Possible test result.
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
Error encountered during the test.
-
#finding ⇒ ::Google::Cloud::SecurityCenterManagement::V1::SimulatedFinding
Finding that would be published for the test case if a violation is detected.
-
#no_violation ⇒ ::Google::Protobuf::Empty
Indicates that the test case does not trigger any violation.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns Error encountered during the test.
792 793 794 795 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 792 class SimulatedResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finding ⇒ ::Google::Cloud::SecurityCenterManagement::V1::SimulatedFinding
Returns Finding that would be published for the test case if a violation is detected.
792 793 794 795 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 792 class SimulatedResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#no_violation ⇒ ::Google::Protobuf::Empty
Returns Indicates that the test case does not trigger any violation.
792 793 794 795 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 792 class SimulatedResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |