public static interface Databricks.HttpEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
HTTP method like POST or GET.
|
com.google.protobuf.ByteString |
getMethodBytes()
HTTP method like POST or GET.
|
String |
getPath()
Conceptual path of the API, like "/clusters" or "/clusters/create".
|
com.google.protobuf.ByteString |
getPathBytes()
Conceptual path of the API, like "/clusters" or "/clusters/create".
|
Databricks.ApiVersion |
getSince()
A version like 1.1 which is prepended to the URL (e.g., GET /1.1/clusters).
|
Databricks.ApiVersionOrBuilder |
getSinceOrBuilder()
A version like 1.1 which is prepended to the URL (e.g., GET /1.1/clusters).
|
boolean |
hasMethod()
HTTP method like POST or GET.
|
boolean |
hasPath()
Conceptual path of the API, like "/clusters" or "/clusters/create".
|
boolean |
hasSince()
A version like 1.1 which is prepended to the URL (e.g., GET /1.1/clusters).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMethod()
HTTP method like POST or GET.
optional string method = 1 [default = "POST"];
String getMethod()
HTTP method like POST or GET.
optional string method = 1 [default = "POST"];
com.google.protobuf.ByteString getMethodBytes()
HTTP method like POST or GET.
optional string method = 1 [default = "POST"];
boolean hasPath()
Conceptual path of the API, like "/clusters" or "/clusters/create". Should start with a slash.
optional string path = 2;
String getPath()
Conceptual path of the API, like "/clusters" or "/clusters/create". Should start with a slash.
optional string path = 2;
com.google.protobuf.ByteString getPathBytes()
Conceptual path of the API, like "/clusters" or "/clusters/create". Should start with a slash.
optional string path = 2;
boolean hasSince()
A version like 1.1 which is prepended to the URL (e.g., GET /1.1/clusters). Breaking changes to an RPC must use a different version number.
optional .ApiVersion since = 3;
Databricks.ApiVersion getSince()
A version like 1.1 which is prepended to the URL (e.g., GET /1.1/clusters). Breaking changes to an RPC must use a different version number.
optional .ApiVersion since = 3;
Databricks.ApiVersionOrBuilder getSinceOrBuilder()
A version like 1.1 which is prepended to the URL (e.g., GET /1.1/clusters). Breaking changes to an RPC must use a different version number.
optional .ApiVersion since = 3;
Copyright © 2018. All rights reserved.