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- 
        (::Google::Rpc::Status) — Error encountered during the test.Note: The following fields are mutually exclusive: error,finding,no_violation. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error=
def error=(value) -> ::Google::Rpc::Status- 
        value (::Google::Rpc::Status) — Error encountered during the test.Note: The following fields are mutually exclusive: error,finding,no_violation. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::Google::Rpc::Status) — Error encountered during the test.Note: The following fields are mutually exclusive: error,finding,no_violation. If a field in that set is populated, all other fields in the set will automatically be cleared.
#finding
def finding() -> ::Google::Cloud::SecurityCenter::V1::Finding- 
        (::Google::Cloud::SecurityCenter::V1::Finding) — Finding that would be published for the test case,
if a violation is detected.Note: The following fields are mutually exclusive: finding,no_violation,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
#finding=
def finding=(value) -> ::Google::Cloud::SecurityCenter::V1::Finding- 
        value (::Google::Cloud::SecurityCenter::V1::Finding) — Finding that would be published for the test case,
if a violation is detected.Note: The following fields are mutually exclusive: finding,no_violation,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::Google::Cloud::SecurityCenter::V1::Finding) — Finding that would be published for the test case,
if a violation is detected.Note: The following fields are mutually exclusive: finding,no_violation,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
#no_violation
def no_violation() -> ::Google::Protobuf::Empty- 
        (::Google::Protobuf::Empty) — Indicates that the test case does not trigger any violation.Note: The following fields are mutually exclusive: no_violation,finding,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
#no_violation=
def no_violation=(value) -> ::Google::Protobuf::Empty- 
        value (::Google::Protobuf::Empty) — Indicates that the test case does not trigger any violation.Note: The following fields are mutually exclusive: no_violation,finding,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::Google::Protobuf::Empty) — Indicates that the test case does not trigger any violation.Note: The following fields are mutually exclusive: no_violation,finding,error. If a field in that set is populated, all other fields in the set will automatically be cleared.