Send feedback
Class SdpFilterResult.Builder (0.28.0)
Stay organized with collections
Save and categorize content based on your preferences.
0.28.0 (latest)
0.26.0
0.24.0
0.23.0
0.21.0
0.19.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.11.0
0.9.0
0.8.0
0.5.0
0.4.0
0.3.0
0.1.0
public static final class SdpFilterResult . Builder extends GeneratedMessage . Builder<SdpFilterResult . Builder > implements SdpFilterResultOrBuilder
Sensitive Data Protection filter result.
Protobuf type google.cloud.modelarmor.v1beta.SdpFilterResult
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
build()
public SdpFilterResult build ()
buildPartial()
public SdpFilterResult buildPartial ()
clear()
public SdpFilterResult . Builder clear ()
Overrides
clearDeidentifyResult()
public SdpFilterResult . Builder clearDeidentifyResult ()
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
clearInspectResult()
public SdpFilterResult . Builder clearInspectResult ()
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
clearResult()
public SdpFilterResult . Builder clearResult ()
getDefaultInstanceForType()
public SdpFilterResult getDefaultInstanceForType ()
getDeidentifyResult()
public SdpDeidentifyResult getDeidentifyResult ()
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
getDeidentifyResultBuilder()
public SdpDeidentifyResult . Builder getDeidentifyResultBuilder ()
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
getDeidentifyResultOrBuilder()
public SdpDeidentifyResultOrBuilder getDeidentifyResultOrBuilder ()
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getInspectResult()
public SdpInspectResult getInspectResult ()
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
getInspectResultBuilder()
public SdpInspectResult . Builder getInspectResultBuilder ()
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
getInspectResultOrBuilder()
public SdpInspectResultOrBuilder getInspectResultOrBuilder ()
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
getResultCase()
public SdpFilterResult . ResultCase getResultCase ()
hasDeidentifyResult()
public boolean hasDeidentifyResult ()
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
Returns
Type
Description
boolean
Whether the deidentifyResult field is set.
hasInspectResult()
public boolean hasInspectResult ()
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
Returns
Type
Description
boolean
Whether the inspectResult field is set.
internalGetFieldAccessorTable()
protected GeneratedMessage . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeDeidentifyResult(SdpDeidentifyResult value)
public SdpFilterResult . Builder mergeDeidentifyResult ( SdpDeidentifyResult value )
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
mergeFrom(SdpFilterResult other)
public SdpFilterResult . Builder mergeFrom ( SdpFilterResult other )
public SdpFilterResult . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public SdpFilterResult . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeInspectResult(SdpInspectResult value)
public SdpFilterResult . Builder mergeInspectResult ( SdpInspectResult value )
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
setDeidentifyResult(SdpDeidentifyResult value)
public SdpFilterResult . Builder setDeidentifyResult ( SdpDeidentifyResult value )
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
setDeidentifyResult(SdpDeidentifyResult.Builder builderForValue)
public SdpFilterResult . Builder setDeidentifyResult ( SdpDeidentifyResult . Builder builderForValue )
Sensitive Data Protection Deidentification result if deidentification is
performed.
.google.cloud.modelarmor.v1beta.SdpDeidentifyResult deidentify_result = 2;
setInspectResult(SdpInspectResult value)
public SdpFilterResult . Builder setInspectResult ( SdpInspectResult value )
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
setInspectResult(SdpInspectResult.Builder builderForValue)
public SdpFilterResult . Builder setInspectResult ( SdpInspectResult . Builder builderForValue )
Sensitive Data Protection Inspection result if inspection is performed.
.google.cloud.modelarmor.v1beta.SdpInspectResult inspect_result = 1;
Send feedback
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 2026-03-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]