publicstaticfinalclass SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderextendsGeneratedMessageV3.Builder<SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.Builder>implementsSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultOrBuilder
Possible test result.
Protobuf type
google.cloud.securitycentermanagement.v1.SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultbuild()
buildPartial()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultbuildPartial()
clear()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.Builderclear()
Overrides
clearError()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderclearError()
Error encountered during the test.
.google.rpc.Status error = 3;
clearField(Descriptors.FieldDescriptor field)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearFinding()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderclearFinding()
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
clearNoViolation()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderclearNoViolation()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearResult()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuilderclearResult()
clone()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.Builderclone()
Overrides
getDefaultInstanceForType()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getError()
Error encountered during the test.
.google.rpc.Status error = 3;
| Returns |
| Type |
Description |
com.google.rpc.Status |
The error.
|
getErrorBuilder()
publicStatus.BuildergetErrorBuilder()
Error encountered during the test.
.google.rpc.Status error = 3;
| Returns |
| Type |
Description |
com.google.rpc.Status.Builder |
getErrorOrBuilder()
publicStatusOrBuildergetErrorOrBuilder()
Error encountered during the test.
.google.rpc.Status error = 3;
| Returns |
| Type |
Description |
com.google.rpc.StatusOrBuilder |
getFinding()
publicSimulatedFindinggetFinding()
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
getFindingBuilder()
publicSimulatedFinding.BuildergetFindingBuilder()
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
getFindingOrBuilder()
publicSimulatedFindingOrBuildergetFindingOrBuilder()
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
getNoViolation()
publicEmptygetNoViolation()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
| Returns |
| Type |
Description |
Empty |
The noViolation.
|
getNoViolationBuilder()
publicEmpty.BuildergetNoViolationBuilder()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
getNoViolationOrBuilder()
publicEmptyOrBuildergetNoViolationOrBuilder()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
getResultCase()
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.ResultCasegetResultCase()
hasError()
Error encountered during the test.
.google.rpc.Status error = 3;
| Returns |
| Type |
Description |
boolean |
Whether the error field is set.
|
hasFinding()
publicbooleanhasFinding()
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
| Returns |
| Type |
Description |
boolean |
Whether the finding field is set.
|
hasNoViolation()
publicbooleanhasNoViolation()
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
| Returns |
| Type |
Description |
boolean |
Whether the noViolation field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeError(Status value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildermergeError(Statusvalue)
Error encountered during the test.
.google.rpc.Status error = 3;
| Parameter |
| Name |
Description |
value |
com.google.rpc.Status
|
mergeFinding(SimulatedFinding value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildermergeFinding(SimulatedFindingvalue)
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
mergeFrom(SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult other)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildermergeFrom(SimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResultother)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeNoViolation(Empty value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildermergeNoViolation(Emptyvalue)
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
| Parameter |
| Name |
Description |
value |
Empty
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setError(Status value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetError(Statusvalue)
Error encountered during the test.
.google.rpc.Status error = 3;
| Parameter |
| Name |
Description |
value |
com.google.rpc.Status
|
setError(Status.Builder builderForValue)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetError(Status.BuilderbuilderForValue)
Error encountered during the test.
.google.rpc.Status error = 3;
| Parameter |
| Name |
Description |
builderForValue |
com.google.rpc.Status.Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setFinding(SimulatedFinding value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetFinding(SimulatedFindingvalue)
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
setFinding(SimulatedFinding.Builder builderForValue)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetFinding(SimulatedFinding.BuilderbuilderForValue)
Finding that would be published for the test case if a violation is
detected.
.google.cloud.securitycentermanagement.v1.SimulatedFinding finding = 1;
setNoViolation(Empty value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetNoViolation(Emptyvalue)
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
| Parameter |
| Name |
Description |
value |
Empty
|
setNoViolation(Empty.Builder builderForValue)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetNoViolation(Empty.BuilderbuilderForValue)
Indicates that the test case does not trigger any violation.
.google.protobuf.Empty no_violation = 2;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalSimulateSecurityHealthAnalyticsCustomModuleResponse.SimulatedResult.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides