publicfinalclass SdpAdvancedConfigextendsGeneratedMessageV3implementsSdpAdvancedConfigOrBuilder
Sensitive Data Protection Advanced configuration.
Protobuf type google.cloud.modelarmor.v1.SdpAdvancedConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEIDENTIFY_TEMPLATE_FIELD_NUMBER
publicstaticfinalintDEIDENTIFY_TEMPLATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
INSPECT_TEMPLATE_FIELD_NUMBER
publicstaticfinalintINSPECT_TEMPLATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticSdpAdvancedConfiggetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticSdpAdvancedConfig.BuildernewBuilder()
newBuilder(SdpAdvancedConfig prototype)
publicstaticSdpAdvancedConfig.BuildernewBuilder(SdpAdvancedConfigprototype)
publicstaticSdpAdvancedConfigparseDelimitedFrom(InputStreaminput)
publicstaticSdpAdvancedConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticSdpAdvancedConfigparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticSdpAdvancedConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticSdpAdvancedConfigparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticSdpAdvancedConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticSdpAdvancedConfigparseFrom(CodedInputStreaminput)
publicstaticSdpAdvancedConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticSdpAdvancedConfigparseFrom(InputStreaminput)
publicstaticSdpAdvancedConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticSdpAdvancedConfigparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticSdpAdvancedConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<SdpAdvancedConfig>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicSdpAdvancedConfiggetDefaultInstanceForType()
getDeidentifyTemplate()
publicStringgetDeidentifyTemplate()
Optional. Optional Sensitive Data Protection Deidentify template resource
name.
If provided then DeidentifyContent action is performed during Sanitization
using this template and inspect template. The De-identified data will
be returned in SdpDeidentifyResult.
Note that all info-types present in the deidentify template must be present
in inspect template.
e.g.
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
string deidentify_template = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The deidentifyTemplate.
|
getDeidentifyTemplateBytes()
publicByteStringgetDeidentifyTemplateBytes()
Optional. Optional Sensitive Data Protection Deidentify template resource
name.
If provided then DeidentifyContent action is performed during Sanitization
using this template and inspect template. The De-identified data will
be returned in SdpDeidentifyResult.
Note that all info-types present in the deidentify template must be present
in inspect template.
e.g.
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
string deidentify_template = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for deidentifyTemplate.
|
getInspectTemplate()
publicStringgetInspectTemplate()
Optional. Sensitive Data Protection inspect template resource name
If only inspect template is provided (de-identify template not provided),
then Sensitive Data Protection InspectContent action is performed during
Sanitization. All Sensitive Data Protection findings identified during
inspection will be returned as SdpFinding in SdpInsepctionResult.
e.g.
projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
string inspect_template = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The inspectTemplate.
|
getInspectTemplateBytes()
publicByteStringgetInspectTemplateBytes()
Optional. Sensitive Data Protection inspect template resource name
If only inspect template is provided (de-identify template not provided),
then Sensitive Data Protection InspectContent action is performed during
Sanitization. All Sensitive Data Protection findings identified during
inspection will be returned as SdpFinding in SdpInsepctionResult.
e.g.
projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
string inspect_template = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for inspectTemplate.
|
getParserForType()
publicParser<SdpAdvancedConfig>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicSdpAdvancedConfig.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedSdpAdvancedConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicSdpAdvancedConfig.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides