public static interface Databricks.DatabricksRpcOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Databricks.HttpEndpoint |
getEndpoints(int index)
repeated .HttpEndpoint endpoints = 1; |
int |
getEndpointsCount()
repeated .HttpEndpoint endpoints = 1; |
List<Databricks.HttpEndpoint> |
getEndpointsList()
repeated .HttpEndpoint endpoints = 1; |
Databricks.HttpEndpointOrBuilder |
getEndpointsOrBuilder(int index)
repeated .HttpEndpoint endpoints = 1; |
List<? extends Databricks.HttpEndpointOrBuilder> |
getEndpointsOrBuilderList()
repeated .HttpEndpoint endpoints = 1; |
Databricks.ErrorCode |
getErrorCodes(int index)
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
int |
getErrorCodesCount()
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
List<Databricks.ErrorCode> |
getErrorCodesList()
Complete definition of all error codes (from a statically defined set) which this method
may return.
|
Databricks.RateLimit |
getRateLimit()
If defined, a rate limit will be applied to this RPC for all requests from the API proxy.
|
Databricks.RateLimitOrBuilder |
getRateLimitOrBuilder()
If defined, a rate limit will be applied to this RPC for all requests from the API proxy.
|
String |
getRpcDocTitle()
If defined, overrides the default title used for in the API docs.
|
com.google.protobuf.ByteString |
getRpcDocTitleBytes()
If defined, overrides the default title used for in the API docs.
|
Databricks.Visibility |
getVisibility()
Indicates which users are allowed to initiate this RPC.
|
boolean |
hasRateLimit()
If defined, a rate limit will be applied to this RPC for all requests from the API proxy.
|
boolean |
hasRpcDocTitle()
If defined, overrides the default title used for in the API docs.
|
boolean |
hasVisibility()
Indicates which users are allowed to initiate this RPC.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Databricks.HttpEndpoint> getEndpointsList()
repeated .HttpEndpoint endpoints = 1;
Databricks.HttpEndpoint getEndpoints(int index)
repeated .HttpEndpoint endpoints = 1;
int getEndpointsCount()
repeated .HttpEndpoint endpoints = 1;
List<? extends Databricks.HttpEndpointOrBuilder> getEndpointsOrBuilderList()
repeated .HttpEndpoint endpoints = 1;
Databricks.HttpEndpointOrBuilder getEndpointsOrBuilder(int index)
repeated .HttpEndpoint endpoints = 1;
boolean hasVisibility()
Indicates which users are allowed to initiate this RPC.
optional .Visibility visibility = 2;
Databricks.Visibility getVisibility()
Indicates which users are allowed to initiate this RPC.
optional .Visibility visibility = 2;
List<Databricks.ErrorCode> getErrorCodesList()
Complete definition of all error codes (from a statically defined set) which this method may return.
repeated .ErrorCode error_codes = 3;
int getErrorCodesCount()
Complete definition of all error codes (from a statically defined set) which this method may return.
repeated .ErrorCode error_codes = 3;
Databricks.ErrorCode getErrorCodes(int index)
Complete definition of all error codes (from a statically defined set) which this method may return.
repeated .ErrorCode error_codes = 3;
boolean hasRateLimit()
If defined, a rate limit will be applied to this RPC for all requests from the API proxy.
optional .RateLimit rate_limit = 4;
Databricks.RateLimit getRateLimit()
If defined, a rate limit will be applied to this RPC for all requests from the API proxy.
optional .RateLimit rate_limit = 4;
Databricks.RateLimitOrBuilder getRateLimitOrBuilder()
If defined, a rate limit will be applied to this RPC for all requests from the API proxy.
optional .RateLimit rate_limit = 4;
boolean hasRpcDocTitle()
If defined, overrides the default title used for in the API docs. See ProtobufDocGenerator for more info.
optional string rpc_doc_title = 5;
String getRpcDocTitle()
If defined, overrides the default title used for in the API docs. See ProtobufDocGenerator for more info.
optional string rpc_doc_title = 5;
com.google.protobuf.ByteString getRpcDocTitleBytes()
If defined, overrides the default title used for in the API docs. See ProtobufDocGenerator for more info.
optional string rpc_doc_title = 5;
Copyright © 2018. All rights reserved.