public static final class Environment.Endpoints.Builder extends GeneratedMessage.Builder<Environment.Endpoints.Builder> implements Environment.EndpointsOrBuilderURI Endpoints to access sessions associated with the Environment.
Protobuf type google.cloud.dataplex.v1.Environment.Endpoints
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Environment.Endpoints.BuilderImplements
Environment.EndpointsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Environment.Endpoints build()| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints |
|
buildPartial()
public Environment.Endpoints buildPartial()| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints |
|
clear()
public Environment.Endpoints.Builder clear()| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
|
clearNotebooks()
public Environment.Endpoints.Builder clearNotebooks()Output only. URI to serve notebook APIs
string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
This builder for chaining. |
clearSql()
public Environment.Endpoints.Builder clearSql()Output only. URI to serve SQL APIs
string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Environment.Endpoints getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNotebooks()
public String getNotebooks()Output only. URI to serve notebook APIs
string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The notebooks. |
getNotebooksBytes()
public ByteString getNotebooksBytes()Output only. URI to serve notebook APIs
string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for notebooks. |
getSql()
public String getSql()Output only. URI to serve SQL APIs
string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The sql. |
getSqlBytes()
public ByteString getSqlBytes()Output only. URI to serve SQL APIs
string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sql. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Environment.Endpoints other)
public Environment.Endpoints.Builder mergeFrom(Environment.Endpoints other)| Parameter | |
|---|---|
| Name | Description |
other |
Environment.Endpoints |
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Environment.Endpoints.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Environment.Endpoints.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
|
setNotebooks(String value)
public Environment.Endpoints.Builder setNotebooks(String value)Output only. URI to serve notebook APIs
string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe notebooks to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
This builder for chaining. |
setNotebooksBytes(ByteString value)
public Environment.Endpoints.Builder setNotebooksBytes(ByteString value)Output only. URI to serve notebook APIs
string notebooks = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for notebooks to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
This builder for chaining. |
setSql(String value)
public Environment.Endpoints.Builder setSql(String value)Output only. URI to serve SQL APIs
string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sql to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
This builder for chaining. |
setSqlBytes(ByteString value)
public Environment.Endpoints.Builder setSqlBytes(ByteString value)Output only. URI to serve SQL APIs
string sql = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sql to set. |
| Returns | |
|---|---|
| Type | Description |
Environment.Endpoints.Builder |
This builder for chaining. |