public static enum CloudDlpDataProfile.ParentType extends Enum<CloudDlpDataProfile.ParentType> implements com.google.protobuf.ProtocolMessageEnum
Parents for configurations that produce data profile findings.Protobuf enum
google.cloud.securitycenter.v1.CloudDlpDataProfile.ParentType| Enum Constant and Description |
|---|
ORGANIZATION
Organization-level configurations.
|
PARENT_TYPE_UNSPECIFIED
Unspecified parent type.
|
PROJECT
Project-level configurations.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ORGANIZATION_VALUE
Organization-level configurations.
|
static int |
PARENT_TYPE_UNSPECIFIED_VALUE
Unspecified parent type.
|
static int |
PROJECT_VALUE
Project-level configurations.
|
| Modifier and Type | Method and Description |
|---|---|
static CloudDlpDataProfile.ParentType |
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<CloudDlpDataProfile.ParentType> |
internalGetValueMap() |
static CloudDlpDataProfile.ParentType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CloudDlpDataProfile.ParentType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CloudDlpDataProfile.ParentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudDlpDataProfile.ParentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudDlpDataProfile.ParentType PARENT_TYPE_UNSPECIFIED
Unspecified parent type.
PARENT_TYPE_UNSPECIFIED = 0;public static final CloudDlpDataProfile.ParentType ORGANIZATION
Organization-level configurations.
ORGANIZATION = 1;public static final CloudDlpDataProfile.ParentType PROJECT
Project-level configurations.
PROJECT = 2;public static final CloudDlpDataProfile.ParentType UNRECOGNIZED
public static final int PARENT_TYPE_UNSPECIFIED_VALUE
Unspecified parent type.
PARENT_TYPE_UNSPECIFIED = 0;public static final int ORGANIZATION_VALUE
Organization-level configurations.
ORGANIZATION = 1;public static final int PROJECT_VALUE
Project-level configurations.
PROJECT = 2;public static CloudDlpDataProfile.ParentType[] values()
for (CloudDlpDataProfile.ParentType c : CloudDlpDataProfile.ParentType.values()) System.out.println(c);
public static CloudDlpDataProfile.ParentType 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 CloudDlpDataProfile.ParentType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CloudDlpDataProfile.ParentType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CloudDlpDataProfile.ParentType> 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 CloudDlpDataProfile.ParentType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.