public static enum TypedPlatformResourceRef.ResourceType extends Enum<TypedPlatformResourceRef.ResourceType> implements com.google.protobuf.ProtocolMessageEnum
auditlog.v2.TypedPlatformResourceRef.ResourceType
Enum Constant and Description |
---|
ALL
ALL = 0; |
CLUSTER_REGISTRY
CLUSTER_REGISTRY = 6; |
CONNECT_CLUSTER
CONNECT_CLUSTER = 17; |
CONNECTOR
CONNECTOR = 18; |
CONTROL_CENTER_ALERTS
CONTROL_CENTER_ALERTS = 21; |
CONTROL_CENTER_BROKER_METRICS
CONTROL_CENTER_BROKER_METRICS = 20; |
DELEGATION_TOKEN
DELEGATION_TOKEN = 4; |
GROUP
GROUP = 3; |
KAFKA_CLUSTER
KAFKA_CLUSTER = 1; |
KSQL_CLUSTER
KSQL_CLUSTER = 11; |
QUERY
QUERY = 12; |
SCHEMA
SCHEMA = 10; |
SCHEMA_REGISTRY
SCHEMA_REGISTRY = 7; |
SECRET
SECRET = 19; |
SECURITY_METADATA
SECURITY_METADATA = 22; |
STREAM
STREAM = 13; |
SUBJECT
SUBJECT = 8; |
TABLE
TABLE = 14; |
TOPIC
TOPIC = 2; |
TRANSACTIONAL_ID
TRANSACTIONAL_ID = 5; |
TYPE
TYPE = 15; |
UNRECOGNIZED |
VARIABLE
VARIABLE = 16; |
VERSION
VERSION = 9; |
Modifier and Type | Field and Description |
---|---|
static int |
ALL_VALUE
ALL = 0; |
static int |
CLUSTER_REGISTRY_VALUE
CLUSTER_REGISTRY = 6; |
static int |
CONNECT_CLUSTER_VALUE
CONNECT_CLUSTER = 17; |
static int |
CONNECTOR_VALUE
CONNECTOR = 18; |
static int |
CONTROL_CENTER_ALERTS_VALUE
CONTROL_CENTER_ALERTS = 21; |
static int |
CONTROL_CENTER_BROKER_METRICS_VALUE
CONTROL_CENTER_BROKER_METRICS = 20; |
static int |
DELEGATION_TOKEN_VALUE
DELEGATION_TOKEN = 4; |
static int |
GROUP_VALUE
GROUP = 3; |
static int |
KAFKA_CLUSTER_VALUE
KAFKA_CLUSTER = 1; |
static int |
KSQL_CLUSTER_VALUE
KSQL_CLUSTER = 11; |
static int |
QUERY_VALUE
QUERY = 12; |
static int |
SCHEMA_REGISTRY_VALUE
SCHEMA_REGISTRY = 7; |
static int |
SCHEMA_VALUE
SCHEMA = 10; |
static int |
SECRET_VALUE
SECRET = 19; |
static int |
SECURITY_METADATA_VALUE
SECURITY_METADATA = 22; |
static int |
STREAM_VALUE
STREAM = 13; |
static int |
SUBJECT_VALUE
SUBJECT = 8; |
static int |
TABLE_VALUE
TABLE = 14; |
static int |
TOPIC_VALUE
TOPIC = 2; |
static int |
TRANSACTIONAL_ID_VALUE
TRANSACTIONAL_ID = 5; |
static int |
TYPE_VALUE
TYPE = 15; |
static int |
VARIABLE_VALUE
VARIABLE = 16; |
static int |
VERSION_VALUE
VERSION = 9; |
Modifier and Type | Method and Description |
---|---|
static TypedPlatformResourceRef.ResourceType |
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<TypedPlatformResourceRef.ResourceType> |
internalGetValueMap() |
static TypedPlatformResourceRef.ResourceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TypedPlatformResourceRef.ResourceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TypedPlatformResourceRef.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedPlatformResourceRef.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypedPlatformResourceRef.ResourceType ALL
ALL = 0;
public static final TypedPlatformResourceRef.ResourceType KAFKA_CLUSTER
KAFKA_CLUSTER = 1;
public static final TypedPlatformResourceRef.ResourceType TOPIC
TOPIC = 2;
public static final TypedPlatformResourceRef.ResourceType GROUP
GROUP = 3;
public static final TypedPlatformResourceRef.ResourceType DELEGATION_TOKEN
DELEGATION_TOKEN = 4;
public static final TypedPlatformResourceRef.ResourceType TRANSACTIONAL_ID
TRANSACTIONAL_ID = 5;
public static final TypedPlatformResourceRef.ResourceType CLUSTER_REGISTRY
CLUSTER_REGISTRY = 6;
public static final TypedPlatformResourceRef.ResourceType SCHEMA_REGISTRY
SCHEMA_REGISTRY = 7;
public static final TypedPlatformResourceRef.ResourceType SUBJECT
SUBJECT = 8;
public static final TypedPlatformResourceRef.ResourceType VERSION
VERSION = 9;
public static final TypedPlatformResourceRef.ResourceType SCHEMA
SCHEMA = 10;
public static final TypedPlatformResourceRef.ResourceType KSQL_CLUSTER
KSQL_CLUSTER = 11;
public static final TypedPlatformResourceRef.ResourceType QUERY
QUERY = 12;
public static final TypedPlatformResourceRef.ResourceType STREAM
STREAM = 13;
public static final TypedPlatformResourceRef.ResourceType TABLE
TABLE = 14;
public static final TypedPlatformResourceRef.ResourceType TYPE
TYPE = 15;
public static final TypedPlatformResourceRef.ResourceType VARIABLE
VARIABLE = 16;
public static final TypedPlatformResourceRef.ResourceType CONNECT_CLUSTER
CONNECT_CLUSTER = 17;
public static final TypedPlatformResourceRef.ResourceType CONNECTOR
CONNECTOR = 18;
public static final TypedPlatformResourceRef.ResourceType SECRET
SECRET = 19;
public static final TypedPlatformResourceRef.ResourceType CONTROL_CENTER_BROKER_METRICS
CONTROL_CENTER_BROKER_METRICS = 20;
public static final TypedPlatformResourceRef.ResourceType CONTROL_CENTER_ALERTS
CONTROL_CENTER_ALERTS = 21;
public static final TypedPlatformResourceRef.ResourceType SECURITY_METADATA
SECURITY_METADATA = 22;
public static final TypedPlatformResourceRef.ResourceType UNRECOGNIZED
public static final int ALL_VALUE
ALL = 0;
public static final int KAFKA_CLUSTER_VALUE
KAFKA_CLUSTER = 1;
public static final int TOPIC_VALUE
TOPIC = 2;
public static final int GROUP_VALUE
GROUP = 3;
public static final int DELEGATION_TOKEN_VALUE
DELEGATION_TOKEN = 4;
public static final int TRANSACTIONAL_ID_VALUE
TRANSACTIONAL_ID = 5;
public static final int CLUSTER_REGISTRY_VALUE
CLUSTER_REGISTRY = 6;
public static final int SCHEMA_REGISTRY_VALUE
SCHEMA_REGISTRY = 7;
public static final int SUBJECT_VALUE
SUBJECT = 8;
public static final int VERSION_VALUE
VERSION = 9;
public static final int SCHEMA_VALUE
SCHEMA = 10;
public static final int KSQL_CLUSTER_VALUE
KSQL_CLUSTER = 11;
public static final int QUERY_VALUE
QUERY = 12;
public static final int STREAM_VALUE
STREAM = 13;
public static final int TABLE_VALUE
TABLE = 14;
public static final int TYPE_VALUE
TYPE = 15;
public static final int VARIABLE_VALUE
VARIABLE = 16;
public static final int CONNECT_CLUSTER_VALUE
CONNECT_CLUSTER = 17;
public static final int CONNECTOR_VALUE
CONNECTOR = 18;
public static final int SECRET_VALUE
SECRET = 19;
public static final int CONTROL_CENTER_BROKER_METRICS_VALUE
CONTROL_CENTER_BROKER_METRICS = 20;
public static final int CONTROL_CENTER_ALERTS_VALUE
CONTROL_CENTER_ALERTS = 21;
public static final int SECURITY_METADATA_VALUE
SECURITY_METADATA = 22;
public static TypedPlatformResourceRef.ResourceType[] values()
for (TypedPlatformResourceRef.ResourceType c : TypedPlatformResourceRef.ResourceType.values()) System.out.println(c);
public static TypedPlatformResourceRef.ResourceType 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static TypedPlatformResourceRef.ResourceType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static TypedPlatformResourceRef.ResourceType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TypedPlatformResourceRef.ResourceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TypedPlatformResourceRef.ResourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)