public enum ManagingSystem extends Enum<ManagingSystem> implements com.google.protobuf.ProtocolMessageEnum
This enum describes all the systems that manage Taxonomy and PolicyTag resources in DataCatalog.Protobuf enum
google.cloud.datacatalog.v1.ManagingSystem| Enum Constant and Description |
|---|
MANAGING_SYSTEM_DATAPLEX
Dataplex.
|
MANAGING_SYSTEM_OTHER
Other
|
MANAGING_SYSTEM_UNSPECIFIED
Default value
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
MANAGING_SYSTEM_DATAPLEX_VALUE
Dataplex.
|
static int |
MANAGING_SYSTEM_OTHER_VALUE
Other
|
static int |
MANAGING_SYSTEM_UNSPECIFIED_VALUE
Default value
|
| Modifier and Type | Method and Description |
|---|---|
static ManagingSystem |
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<ManagingSystem> |
internalGetValueMap() |
static ManagingSystem |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ManagingSystem |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ManagingSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagingSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagingSystem MANAGING_SYSTEM_UNSPECIFIED
Default value
MANAGING_SYSTEM_UNSPECIFIED = 0;public static final ManagingSystem MANAGING_SYSTEM_DATAPLEX
Dataplex.
MANAGING_SYSTEM_DATAPLEX = 1;public static final ManagingSystem MANAGING_SYSTEM_OTHER
Other
MANAGING_SYSTEM_OTHER = 2;public static final ManagingSystem UNRECOGNIZED
public static final int MANAGING_SYSTEM_UNSPECIFIED_VALUE
Default value
MANAGING_SYSTEM_UNSPECIFIED = 0;public static final int MANAGING_SYSTEM_DATAPLEX_VALUE
Dataplex.
MANAGING_SYSTEM_DATAPLEX = 1;public static final int MANAGING_SYSTEM_OTHER_VALUE
Other
MANAGING_SYSTEM_OTHER = 2;public static ManagingSystem[] values()
for (ManagingSystem c : ManagingSystem.values()) System.out.println(c);
public static ManagingSystem 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 ManagingSystem valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ManagingSystem forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ManagingSystem> 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 ManagingSystem valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.