Interface SimulateSecurityHealthAnalyticsCustomModuleResponseOrBuilder (2.42.0)

public interface SimulateSecurityHealthAnalyticsCustomModuleResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResult()

public abstract SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult getResult()

Result for test case in the corresponding request.

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

Returns
TypeDescription
SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult

The result.

getResultOrBuilder()

public abstract SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultOrBuilder getResultOrBuilder()

Result for test case in the corresponding request.

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

Returns
TypeDescription
SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultOrBuilder

hasResult()

public abstract boolean hasResult()

Result for test case in the corresponding request.

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

Returns
TypeDescription
boolean

Whether the result field is set.