public static enum OutputStorageConfig.OutputSchema extends Enum<OutputStorageConfig.OutputSchema> implements com.google.protobuf.ProtocolMessageEnum
Predefined schemas for storing findings. Only for use with external storage.Protobuf enum
google.privacy.dlp.v2.OutputStorageConfig.OutputSchema| Enum Constant and Description |
|---|
ALL_COLUMNS
Schema containing all columns.
|
BASIC_COLUMNS
Basic schema including only `info_type`, `quote`, `certainty`, and
`timestamp`.
|
BIG_QUERY_COLUMNS
Schema tailored to findings from scanning Google BigQuery.
|
DATASTORE_COLUMNS
Schema tailored to findings from scanning Google Datastore.
|
GCS_COLUMNS
Schema tailored to findings from scanning Cloud Storage.
|
OUTPUT_SCHEMA_UNSPECIFIED
Unused.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_COLUMNS_VALUE
Schema containing all columns.
|
static int |
BASIC_COLUMNS_VALUE
Basic schema including only `info_type`, `quote`, `certainty`, and
`timestamp`.
|
static int |
BIG_QUERY_COLUMNS_VALUE
Schema tailored to findings from scanning Google BigQuery.
|
static int |
DATASTORE_COLUMNS_VALUE
Schema tailored to findings from scanning Google Datastore.
|
static int |
GCS_COLUMNS_VALUE
Schema tailored to findings from scanning Cloud Storage.
|
static int |
OUTPUT_SCHEMA_UNSPECIFIED_VALUE
Unused.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputStorageConfig.OutputSchema |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<OutputStorageConfig.OutputSchema> |
internalGetValueMap() |
static OutputStorageConfig.OutputSchema |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OutputStorageConfig.OutputSchema |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputStorageConfig.OutputSchema |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputStorageConfig.OutputSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputStorageConfig.OutputSchema OUTPUT_SCHEMA_UNSPECIFIED
Unused.
OUTPUT_SCHEMA_UNSPECIFIED = 0;public static final OutputStorageConfig.OutputSchema BASIC_COLUMNS
Basic schema including only `info_type`, `quote`, `certainty`, and `timestamp`.
BASIC_COLUMNS = 1;public static final OutputStorageConfig.OutputSchema GCS_COLUMNS
Schema tailored to findings from scanning Cloud Storage.
GCS_COLUMNS = 2;public static final OutputStorageConfig.OutputSchema DATASTORE_COLUMNS
Schema tailored to findings from scanning Google Datastore.
DATASTORE_COLUMNS = 3;public static final OutputStorageConfig.OutputSchema BIG_QUERY_COLUMNS
Schema tailored to findings from scanning Google BigQuery.
BIG_QUERY_COLUMNS = 4;public static final OutputStorageConfig.OutputSchema ALL_COLUMNS
Schema containing all columns.
ALL_COLUMNS = 5;public static final OutputStorageConfig.OutputSchema UNRECOGNIZED
public static final int OUTPUT_SCHEMA_UNSPECIFIED_VALUE
Unused.
OUTPUT_SCHEMA_UNSPECIFIED = 0;public static final int BASIC_COLUMNS_VALUE
Basic schema including only `info_type`, `quote`, `certainty`, and `timestamp`.
BASIC_COLUMNS = 1;public static final int GCS_COLUMNS_VALUE
Schema tailored to findings from scanning Cloud Storage.
GCS_COLUMNS = 2;public static final int DATASTORE_COLUMNS_VALUE
Schema tailored to findings from scanning Google Datastore.
DATASTORE_COLUMNS = 3;public static final int BIG_QUERY_COLUMNS_VALUE
Schema tailored to findings from scanning Google BigQuery.
BIG_QUERY_COLUMNS = 4;public static final int ALL_COLUMNS_VALUE
Schema containing all columns.
ALL_COLUMNS = 5;public static OutputStorageConfig.OutputSchema[] values()
for (OutputStorageConfig.OutputSchema c : OutputStorageConfig.OutputSchema.values()) System.out.println(c);
public static OutputStorageConfig.OutputSchema valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static OutputStorageConfig.OutputSchema valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OutputStorageConfig.OutputSchema forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OutputStorageConfig.OutputSchema> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OutputStorageConfig.OutputSchema valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.