Class Environment.Endpoints.Builder (1.81.0)

public static final class Environment.Endpoints.Builder extends GeneratedMessage.Builder<Environment.Endpoints.Builder> implements Environment.EndpointsOrBuilder

URI Endpoints to access sessions associated with the Environment.

Protobuf type google.cloud.dataplex.v1.Environment.Endpoints

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for sql to set.

Returns
Type Description
Environment.Endpoints.Builder

This builder for chaining.