public static enum Databricks.Visibility extends Enum<Databricks.Visibility> implements com.google.protobuf.ProtocolMessageEnum
Visibility defines who is allowed to use the RPC.Protobuf enum
Visibility
Enum Constant and Description |
---|
INTERNAL
Internal is only available to Databricks-internal clients.
|
PUBLIC
Public indicates visible to both external and internal customers.
|
PUBLIC_UNDOCUMENTED
Public-undocumented are accessible via public endpoints, but not documented.
|
Modifier and Type | Field and Description |
---|---|
static int |
INTERNAL_VALUE
Internal is only available to Databricks-internal clients.
|
static int |
PUBLIC_UNDOCUMENTED_VALUE
Public-undocumented are accessible via public endpoints, but not documented.
|
static int |
PUBLIC_VALUE
Public indicates visible to both external and internal customers.
|
Modifier and Type | Method and Description |
---|---|
static Databricks.Visibility |
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<Databricks.Visibility> |
internalGetValueMap() |
static Databricks.Visibility |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Databricks.Visibility |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Databricks.Visibility |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Databricks.Visibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Databricks.Visibility PUBLIC
Public indicates visible to both external and internal customers.
PUBLIC = 1;
public static final Databricks.Visibility INTERNAL
Internal is only available to Databricks-internal clients.
INTERNAL = 2;
public static final Databricks.Visibility PUBLIC_UNDOCUMENTED
Public-undocumented are accessible via public endpoints, but not documented. This is useful for internal clients that depend on public endpoints (e.g. workflows running in the driver).
PUBLIC_UNDOCUMENTED = 3;
public static final int PUBLIC_VALUE
Public indicates visible to both external and internal customers.
PUBLIC = 1;
public static final int INTERNAL_VALUE
Internal is only available to Databricks-internal clients.
INTERNAL = 2;
public static final int PUBLIC_UNDOCUMENTED_VALUE
Public-undocumented are accessible via public endpoints, but not documented. This is useful for internal clients that depend on public endpoints (e.g. workflows running in the driver).
PUBLIC_UNDOCUMENTED = 3;
public static Databricks.Visibility[] values()
for (Databricks.Visibility c : Databricks.Visibility.values()) System.out.println(c);
public static Databricks.Visibility 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 Databricks.Visibility valueOf(int value)
forNumber(int)
instead.public static Databricks.Visibility forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Databricks.Visibility> 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 Databricks.Visibility valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018. All rights reserved.