public enum CustomerAccessRestrictions extends Enum<CustomerAccessRestrictions> implements com.google.protobuf.ProtocolMessageEnum
confluent.protobuf.CustomerAccessRestrictions
Enum Constant and Description |
---|
NO_CUSTOMER_ACCESS
Always hidden from customers.
|
PRIVILEGED_CUSTOMER_ACCESS
Visible to customers who have read access to audit logs related to the
targeted resource.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
NO_CUSTOMER_ACCESS_VALUE
Always hidden from customers.
|
static int |
PRIVILEGED_CUSTOMER_ACCESS_VALUE
Visible to customers who have read access to audit logs related to the
targeted resource.
|
Modifier and Type | Method and Description |
---|---|
static CustomerAccessRestrictions |
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<CustomerAccessRestrictions> |
internalGetValueMap() |
static CustomerAccessRestrictions |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CustomerAccessRestrictions |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CustomerAccessRestrictions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerAccessRestrictions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomerAccessRestrictions PRIVILEGED_CUSTOMER_ACCESS
Visible to customers who have read access to audit logs related to the targeted resource.
PRIVILEGED_CUSTOMER_ACCESS = 0;
public static final CustomerAccessRestrictions NO_CUSTOMER_ACCESS
Always hidden from customers.
NO_CUSTOMER_ACCESS = 1;
public static final CustomerAccessRestrictions UNRECOGNIZED
public static final int PRIVILEGED_CUSTOMER_ACCESS_VALUE
Visible to customers who have read access to audit logs related to the targeted resource.
PRIVILEGED_CUSTOMER_ACCESS = 0;
public static final int NO_CUSTOMER_ACCESS_VALUE
Always hidden from customers.
NO_CUSTOMER_ACCESS = 1;
public static CustomerAccessRestrictions[] values()
for (CustomerAccessRestrictions c : CustomerAccessRestrictions.values()) System.out.println(c);
public static CustomerAccessRestrictions 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 CustomerAccessRestrictions valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static CustomerAccessRestrictions forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CustomerAccessRestrictions> 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 CustomerAccessRestrictions valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)