public static final class Environment.Endpoints.Builder extends GeneratedMessageV3.Builder<Environment.Endpoints.Builder> implements Environment.EndpointsOrBuilder
URI Endpoints to access sessions associated with the Environment.
Protobuf type google.events.cloud.dataplex.v1.Environment.Endpoints
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Environment.Endpoints.BuilderImplements
Environment.EndpointsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Environment.Endpoints.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder |
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 |
clearField(Descriptors.FieldDescriptor field)
public Environment.Endpoints.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder |
clearNotebooks()
public Environment.Endpoints.Builder clearNotebooks()
Output only. URI to serve notebook APIs
string notebooks = 1;
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Environment.Endpoints.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder |
clearSql()
public Environment.Endpoints.Builder clearSql()
Output only. URI to serve SQL APIs
string sql = 2;
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder | This builder for chaining. |
clone()
public Environment.Endpoints.Builder clone()
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder |
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;
Returns | |
---|---|
Type | Description |
String | The notebooks. |
getNotebooksBytes()
public ByteString getNotebooksBytes()
Output only. URI to serve notebook APIs
string notebooks = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for notebooks. |
getSql()
public String getSql()
Output only. URI to serve SQL APIs
string sql = 2;
Returns | |
---|---|
Type | Description |
String | The sql. |
getSqlBytes()
public ByteString getSqlBytes()
Output only. URI to serve SQL APIs
string sql = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for sql. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Environment.Endpoints.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Environment.Endpoints.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
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;
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for notebooks to set. |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Environment.Endpoints.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder |
setSql(String value)
public Environment.Endpoints.Builder setSql(String value)
Output only. URI to serve SQL APIs
string sql = 2;
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;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for sql to set. |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Environment.Endpoints.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Environment.Endpoints.Builder |