public final class LargeCustomDictionaryConfig extends com.google.protobuf.GeneratedMessageV3 implements LargeCustomDictionaryConfigOrBuilder
Configuration for a custom dictionary created from a data source of any size up to the maximum size defined in the [limits](https://cloud.google.com/dlp/limits) page. The artifacts of dictionary creation are stored in the specified Cloud Storage location. Consider using `CustomInfoType.Dictionary` for smaller dictionaries that satisfy the size requirements.Protobuf type
google.privacy.dlp.v2.LargeCustomDictionaryConfig| Modifier and Type | Class and Description |
|---|---|
static class |
LargeCustomDictionaryConfig.Builder
Configuration for a custom dictionary created from a data source of any size
up to the maximum size defined in the
[limits](https://cloud.google.com/dlp/limits) page.
|
static class |
LargeCustomDictionaryConfig.SourceCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BIG_QUERY_FIELD_FIELD_NUMBER |
static int |
CLOUD_STORAGE_FILE_SET_FIELD_NUMBER |
static int |
OUTPUT_PATH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigQueryField |
getBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
|
BigQueryFieldOrBuilder |
getBigQueryFieldOrBuilder()
Field in a BigQuery table where each cell represents a dictionary phrase.
|
CloudStorageFileSet |
getCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
|
CloudStorageFileSetOrBuilder |
getCloudStorageFileSetOrBuilder()
Set of files containing newline-delimited lists of dictionary phrases.
|
static LargeCustomDictionaryConfig |
getDefaultInstance() |
LargeCustomDictionaryConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
CloudStoragePath |
getOutputPath()
Location to store dictionary artifacts in Cloud Storage.
|
CloudStoragePathOrBuilder |
getOutputPathOrBuilder()
Location to store dictionary artifacts in Cloud Storage.
|
com.google.protobuf.Parser<LargeCustomDictionaryConfig> |
getParserForType() |
int |
getSerializedSize() |
LargeCustomDictionaryConfig.SourceCase |
getSourceCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
|
boolean |
hasCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
|
int |
hashCode() |
boolean |
hasOutputPath()
Location to store dictionary artifacts in Cloud Storage.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LargeCustomDictionaryConfig.Builder |
newBuilder() |
static LargeCustomDictionaryConfig.Builder |
newBuilder(LargeCustomDictionaryConfig prototype) |
LargeCustomDictionaryConfig.Builder |
newBuilderForType() |
protected LargeCustomDictionaryConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static LargeCustomDictionaryConfig |
parseDelimitedFrom(InputStream input) |
static LargeCustomDictionaryConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LargeCustomDictionaryConfig |
parseFrom(byte[] data) |
static LargeCustomDictionaryConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LargeCustomDictionaryConfig |
parseFrom(ByteBuffer data) |
static LargeCustomDictionaryConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LargeCustomDictionaryConfig |
parseFrom(com.google.protobuf.ByteString data) |
static LargeCustomDictionaryConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LargeCustomDictionaryConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LargeCustomDictionaryConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LargeCustomDictionaryConfig |
parseFrom(InputStream input) |
static LargeCustomDictionaryConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LargeCustomDictionaryConfig> |
parser() |
LargeCustomDictionaryConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int OUTPUT_PATH_FIELD_NUMBER
public static final int CLOUD_STORAGE_FILE_SET_FIELD_NUMBER
public static final int BIG_QUERY_FIELD_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public LargeCustomDictionaryConfig.SourceCase getSourceCase()
getSourceCase in interface LargeCustomDictionaryConfigOrBuilderpublic boolean hasOutputPath()
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
.google.privacy.dlp.v2.CloudStoragePath output_path = 1;hasOutputPath in interface LargeCustomDictionaryConfigOrBuilderpublic CloudStoragePath getOutputPath()
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
.google.privacy.dlp.v2.CloudStoragePath output_path = 1;getOutputPath in interface LargeCustomDictionaryConfigOrBuilderpublic CloudStoragePathOrBuilder getOutputPathOrBuilder()
Location to store dictionary artifacts in Cloud Storage. These files will only be accessible by project owners and the DLP API. If any of these artifacts are modified, the dictionary is considered invalid and can no longer be used.
.google.privacy.dlp.v2.CloudStoragePath output_path = 1;getOutputPathOrBuilder in interface LargeCustomDictionaryConfigOrBuilderpublic boolean hasCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;hasCloudStorageFileSet in interface LargeCustomDictionaryConfigOrBuilderpublic CloudStorageFileSet getCloudStorageFileSet()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;getCloudStorageFileSet in interface LargeCustomDictionaryConfigOrBuilderpublic CloudStorageFileSetOrBuilder getCloudStorageFileSetOrBuilder()
Set of files containing newline-delimited lists of dictionary phrases.
.google.privacy.dlp.v2.CloudStorageFileSet cloud_storage_file_set = 2;getCloudStorageFileSetOrBuilder in interface LargeCustomDictionaryConfigOrBuilderpublic boolean hasBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;hasBigQueryField in interface LargeCustomDictionaryConfigOrBuilderpublic BigQueryField getBigQueryField()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;getBigQueryField in interface LargeCustomDictionaryConfigOrBuilderpublic BigQueryFieldOrBuilder getBigQueryFieldOrBuilder()
Field in a BigQuery table where each cell represents a dictionary phrase.
.google.privacy.dlp.v2.BigQueryField big_query_field = 3;getBigQueryFieldOrBuilder in interface LargeCustomDictionaryConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LargeCustomDictionaryConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LargeCustomDictionaryConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LargeCustomDictionaryConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LargeCustomDictionaryConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LargeCustomDictionaryConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LargeCustomDictionaryConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LargeCustomDictionaryConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static LargeCustomDictionaryConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LargeCustomDictionaryConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LargeCustomDictionaryConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LargeCustomDictionaryConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LargeCustomDictionaryConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic LargeCustomDictionaryConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LargeCustomDictionaryConfig.Builder newBuilder()
public static LargeCustomDictionaryConfig.Builder newBuilder(LargeCustomDictionaryConfig prototype)
public LargeCustomDictionaryConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LargeCustomDictionaryConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static LargeCustomDictionaryConfig getDefaultInstance()
public static com.google.protobuf.Parser<LargeCustomDictionaryConfig> parser()
public com.google.protobuf.Parser<LargeCustomDictionaryConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LargeCustomDictionaryConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.