Package | Description |
---|---|
com.databricks.api.proto.databricks |
Modifier and Type | Method and Description |
---|---|
static Databricks.ErrorCode |
Databricks.ErrorCode.forNumber(int value) |
Databricks.ErrorCode |
Databricks.DatabricksServiceExceptionProtoOrBuilder.getErrorCode()
optional .ErrorCode error_code = 1; |
Databricks.ErrorCode |
Databricks.DatabricksServiceExceptionProto.getErrorCode()
optional .ErrorCode error_code = 1; |
Databricks.ErrorCode |
Databricks.DatabricksServiceExceptionProto.Builder.getErrorCode()
optional .ErrorCode error_code = 1; |
Databricks.ErrorCode |
Databricks.DatabricksRpcOptionsOrBuilder.getErrorCodes(int index)
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
Databricks.ErrorCode |
Databricks.DatabricksRpcOptions.getErrorCodes(int index)
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
Databricks.ErrorCode |
Databricks.DatabricksRpcOptions.Builder.getErrorCodes(int index)
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
static Databricks.ErrorCode |
Databricks.ErrorCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Databricks.ErrorCode |
Databricks.ErrorCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Databricks.ErrorCode |
Databricks.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Databricks.ErrorCode[] |
Databricks.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Databricks.ErrorCode> |
Databricks.DatabricksRpcOptionsOrBuilder.getErrorCodesList()
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
List<Databricks.ErrorCode> |
Databricks.DatabricksRpcOptions.getErrorCodesList()
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
List<Databricks.ErrorCode> |
Databricks.DatabricksRpcOptions.Builder.getErrorCodesList()
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
static com.google.protobuf.Internal.EnumLiteMap<Databricks.ErrorCode> |
Databricks.ErrorCode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Databricks.DatabricksRpcOptions.Builder |
Databricks.DatabricksRpcOptions.Builder.addErrorCodes(Databricks.ErrorCode value)
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
Databricks.DatabricksServiceExceptionProto.Builder |
Databricks.DatabricksServiceExceptionProto.Builder.setErrorCode(Databricks.ErrorCode value)
optional .ErrorCode error_code = 1; |
Databricks.DatabricksRpcOptions.Builder |
Databricks.DatabricksRpcOptions.Builder.setErrorCodes(int index,
Databricks.ErrorCode value)
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
Modifier and Type | Method and Description |
---|---|
Databricks.DatabricksRpcOptions.Builder |
Databricks.DatabricksRpcOptions.Builder.addAllErrorCodes(Iterable<? extends Databricks.ErrorCode> values)
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
Copyright © 2018. All rights reserved.