public static interface SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getError()
Error encountered during the test.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Error encountered during the test.
|
Finding |
getFinding()
Finding that would be published for the test case,
if a violation is detected.
|
FindingOrBuilder |
getFindingOrBuilder()
Finding that would be published for the test case,
if a violation is detected.
|
com.google.protobuf.Empty |
getNoViolation()
Indicates that the test case does not trigger any violation.
|
com.google.protobuf.EmptyOrBuilder |
getNoViolationOrBuilder()
Indicates that the test case does not trigger any violation.
|
SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.ResultCase |
getResultCase() |
boolean |
hasError()
Error encountered during the test.
|
boolean |
hasFinding()
Finding that would be published for the test case,
if a violation is detected.
|
boolean |
hasNoViolation()
Indicates that the test case does not trigger any violation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFinding()
Finding that would be published for the test case, if a violation is detected.
.google.cloud.securitycenter.v1.Finding finding = 1;Finding getFinding()
Finding that would be published for the test case, if a violation is detected.
.google.cloud.securitycenter.v1.Finding finding = 1;FindingOrBuilder getFindingOrBuilder()
Finding that would be published for the test case, if a violation is detected.
.google.cloud.securitycenter.v1.Finding finding = 1;boolean hasNoViolation()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;com.google.protobuf.Empty getNoViolation()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;com.google.protobuf.EmptyOrBuilder getNoViolationOrBuilder()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;boolean hasError()
Error encountered during the test.
.google.rpc.Status error = 3;com.google.rpc.Status getError()
Error encountered during the test.
.google.rpc.Status error = 3;com.google.rpc.StatusOrBuilder getErrorOrBuilder()
Error encountered during the test.
.google.rpc.Status error = 3;SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.ResultCase getResultCase()
Copyright © 2024 Google LLC. All rights reserved.