public final class Databricks extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Databricks.ApiVersion
Protobuf type
ApiVersion |
static interface |
Databricks.ApiVersionOrBuilder |
static class |
Databricks.DatabricksRpcOptions
Defines the set of options declared for every service RPC which are used to
direct RPCs to endpoints, as well as other metadata about the RPC.
|
static interface |
Databricks.DatabricksRpcOptionsOrBuilder |
static class |
Databricks.DatabricksServiceExceptionProto
Serialization format for DatabricksServiceException.
|
static interface |
Databricks.DatabricksServiceExceptionProtoOrBuilder |
static class |
Databricks.DocumentationMetadata
A block of documentation that is added to the AST after parsing the original protocol buffer.
|
static interface |
Databricks.DocumentationMetadataOrBuilder |
static class |
Databricks.ErrorCode
Protobuf enum
ErrorCode |
static class |
Databricks.HttpEndpoint
Protobuf type
HttpEndpoint |
static interface |
Databricks.HttpEndpointOrBuilder |
static class |
Databricks.RateLimit
API rate limits applied to RPCs coming from the API Proxy.
|
static interface |
Databricks.RateLimitOrBuilder |
static class |
Databricks.Visibility
Visibility defines who is allowed to use the RPC.
|
Modifier and Type | Field and Description |
---|---|
static int |
ENUM_DOC_FIELD_NUMBER |
static int |
ENUM_VALUE_DOC_FIELD_NUMBER |
static int |
ENUM_VALUE_VISIBILITY_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumOptions,List<Databricks.DocumentationMetadata>> |
enumDoc
The documentation metadata.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,List<Databricks.DocumentationMetadata>> |
enumValueDoc
The documentation metadata.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,Databricks.Visibility> |
enumValueVisibility
Indicates an overriding visibility for this field.
|
static int |
FIELD_DOC_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,List<Databricks.DocumentationMetadata>> |
fieldDoc
The documentation meta data for this field.
|
static int |
JSON_INLINE_FIELD_NUMBER |
static int |
JSON_MAP_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
jsonInline
Causes the fields within the tagged Message to be inlined into this Message, for the purposes
of our JSON API.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
jsonMap
Causes a field which conceptually represents a Map to be serialized as a JSON Map.
|
static int |
MESSAGE_DOC_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,List<Databricks.DocumentationMetadata>> |
messageDoc
The documentation metadata.
|
static int |
METHOD_DOC_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,List<Databricks.DocumentationMetadata>> |
methodDoc
The documentation metadata.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,Databricks.DatabricksRpcOptions> |
rpc
extend .google.protobuf.MethodOptions { ... |
static int |
RPC_FIELD_NUMBER |
static int |
SERVICE_DOC_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,List<Databricks.DocumentationMetadata>> |
serviceDoc
The documentation metadata.
|
static int |
VALIDATE_REQUIRED_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
validateRequired
This annotation indicates that certain fields must be supplied for the request to be carried
out successfully.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Databricks.Visibility> |
visibility
Indicates an overriding visibility for this field.
|
static int |
VISIBILITY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static final int VISIBILITY_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Databricks.Visibility> visibility
Indicates an overriding visibility for this field. This can only reduce the visibility; a public field in an internal API will not have an effect.
extend .google.protobuf.FieldOptions { ... }
public static final int VALIDATE_REQUIRED_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> validateRequired
This annotation indicates that certain fields must be supplied for the request to be carried out successfully. A request field may go from being required to optional over time, but a field may not go from being optional to required, for backwards compatiblity reasons. Request RPCs are validated automatically prior to processing for required fields, but returned values are not validated in any way.
extend .google.protobuf.FieldOptions { ... }
public static final int JSON_INLINE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> jsonInline
Causes the fields within the tagged Message to be inlined into this Message, for the purposes of our JSON API. For example, rather than serializing { "attrs" : { "cluster_name" : "Foo" } } If "attrs" were marked json_inline, we would upgrade cluster_name to a top-level field: { "cluster_name" : "Foo" } Note that this is only applicable to singular Message fields.
extend .google.protobuf.FieldOptions { ... }
public static final int JSON_MAP_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> jsonMap
Causes a field which conceptually represents a Map to be serialized as a JSON Map. The given field must be a Message with exactly 2 fields called "key" and "value", where key must be a string. For example, rather than serializing [ { "key" : "spark.speculation", "value" : "false" } ] If this field were marked json_map, we would serialize it as { "spark.speculation" : "false" }
extend .google.protobuf.FieldOptions { ... }
public static final int FIELD_DOC_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,List<Databricks.DocumentationMetadata>> fieldDoc
The documentation meta data for this field. This gets added automatically when the proto is parsed. There are as many doc blocks as visibility levels. This is not meant to be crafted by hand; this will be automatically generated when parsing the proto file.
extend .google.protobuf.FieldOptions { ... }
public static final int RPC_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,Databricks.DatabricksRpcOptions> rpc
extend .google.protobuf.MethodOptions { ... }
public static final int METHOD_DOC_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,List<Databricks.DocumentationMetadata>> methodDoc
The documentation metadata. This is not meant to be crafted by hand; this will be automatically generated when parsing the proto file.
extend .google.protobuf.MethodOptions { ... }
public static final int MESSAGE_DOC_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,List<Databricks.DocumentationMetadata>> messageDoc
The documentation metadata. This is not meant to be crafted by hand; this will be automatically generated when parsing the proto file.
extend .google.protobuf.MessageOptions { ... }
public static final int SERVICE_DOC_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.ServiceOptions,List<Databricks.DocumentationMetadata>> serviceDoc
The documentation metadata. This is not meant to be crafted by hand; this will be automatically generated when parsing the proto file.
extend .google.protobuf.ServiceOptions { ... }
public static final int ENUM_DOC_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumOptions,List<Databricks.DocumentationMetadata>> enumDoc
The documentation metadata. This is not meant to be crafted by hand; this will be automatically generated when parsing the proto file.
extend .google.protobuf.EnumOptions { ... }
public static final int ENUM_VALUE_VISIBILITY_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,Databricks.Visibility> enumValueVisibility
Indicates an overriding visibility for this field. This can only reduce the visibility; a public field in an internal API will not have an effect.
extend .google.protobuf.EnumValueOptions { ... }
public static final int ENUM_VALUE_DOC_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,List<Databricks.DocumentationMetadata>> enumValueDoc
The documentation metadata. This is not meant to be crafted by hand; this will be automatically generated when parsing the proto file.
extend .google.protobuf.EnumValueOptions { ... }
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2018. All rights reserved.