public static enum OutputStorageConfig.OutputSchema extends java.lang.Enum<OutputStorageConfig.OutputSchema> implements ProtocolMessageEnum
Predefined schemas for storing findings.Protobuf enum
google.privacy.dlp.v2beta2.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 Google Cloud Storage.
|
OUTPUT_SCHEMA_UNSPECIFIED
OUTPUT_SCHEMA_UNSPECIFIED = 0; |
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 Google Cloud Storage.
|
static int |
OUTPUT_SCHEMA_UNSPECIFIED_VALUE
OUTPUT_SCHEMA_UNSPECIFIED = 0; |
Modifier and Type | Method and Description |
---|---|
static OutputStorageConfig.OutputSchema |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<OutputStorageConfig.OutputSchema> |
internalGetValueMap() |
static OutputStorageConfig.OutputSchema |
valueOf(Descriptors.EnumValueDescriptor desc) |
static OutputStorageConfig.OutputSchema |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OutputStorageConfig.OutputSchema |
valueOf(java.lang.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
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 Google 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
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 Google 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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static OutputStorageConfig.OutputSchema valueOf(int value)
forNumber(int)
instead.public static OutputStorageConfig.OutputSchema forNumber(int value)
public static Internal.EnumLiteMap<OutputStorageConfig.OutputSchema> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static OutputStorageConfig.OutputSchema valueOf(Descriptors.EnumValueDescriptor desc)