Interface SimulateSecurityHealthAnalyticsCustomModuleResponseOrBuilder (0.32.0)

publicinterface SimulateSecurityHealthAnalyticsCustomModuleResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getResult()

publicabstractSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultgetResult()

Result for test case in the corresponding request.

.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult result = 1;

Returns
Type Description
SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult

The result.

getResultOrBuilder()

publicabstractSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultOrBuildergetResultOrBuilder()

Result for test case in the corresponding request.

.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult result = 1;

Returns
Type Description
SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultOrBuilder

hasResult()

publicabstractbooleanhasResult()

Result for test case in the corresponding request.

.google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult result = 1;

Returns
Type Description
boolean

Whether the result field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.