Class SqlServerProfile.Builder (1.54.0)

public static final class SqlServerProfile.Builder extends GeneratedMessageV3.Builder<SqlServerProfile.Builder> implements SqlServerProfileOrBuilder

SQLServer database profile. Next ID: 8.

Protobuf type google.cloud.datastream.v1.SqlServerProfile

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SqlServerProfile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SqlServerProfile.Builder
Overrides

build()

public SqlServerProfile build()
Returns
Type Description
SqlServerProfile

buildPartial()

public SqlServerProfile buildPartial()
Returns
Type Description
SqlServerProfile

clear()

public SqlServerProfile.Builder clear()
Returns
Type Description
SqlServerProfile.Builder
Overrides

clearDatabase()

public SqlServerProfile.Builder clearDatabase()

Required. Database for the SQLServer connection.

string database = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public SqlServerProfile.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SqlServerProfile.Builder
Overrides

clearHostname()

public SqlServerProfile.Builder clearHostname()

Required. Hostname for the SQLServer connection.

string hostname = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public SqlServerProfile.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SqlServerProfile.Builder
Overrides

clearPassword()

public SqlServerProfile.Builder clearPassword()

Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.

string password = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

clearPort()

public SqlServerProfile.Builder clearPort()

Port for the SQLServer connection, default value is 1433.

int32 port = 2;

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

clearUsername()

public SqlServerProfile.Builder clearUsername()

Required. Username for the SQLServer connection.

string username = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

clone()

public SqlServerProfile.Builder clone()
Returns
Type Description
SqlServerProfile.Builder
Overrides

getDatabase()

public String getDatabase()

Required. Database for the SQLServer connection.

string database = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The database.

getDatabaseBytes()

public ByteString getDatabaseBytes()

Required. Database for the SQLServer connection.

string database = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for database.

getDefaultInstanceForType()

public SqlServerProfile getDefaultInstanceForType()
Returns
Type Description
SqlServerProfile

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHostname()

public String getHostname()

Required. Hostname for the SQLServer connection.

string hostname = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The hostname.

getHostnameBytes()

public ByteString getHostnameBytes()

Required. Hostname for the SQLServer connection.

string hostname = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for hostname.

getPassword()

public String getPassword()

Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.

string password = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The password.

getPasswordBytes()

public ByteString getPasswordBytes()

Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.

string password = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for password.

getPort()

public int getPort()

Port for the SQLServer connection, default value is 1433.

int32 port = 2;

Returns
Type Description
int

The port.

getUsername()

public String getUsername()

Required. Username for the SQLServer connection.

string username = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The username.

getUsernameBytes()

public ByteString getUsernameBytes()

Required. Username for the SQLServer connection.

string username = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for username.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SqlServerProfile other)

public SqlServerProfile.Builder mergeFrom(SqlServerProfile other)
Parameter
Name Description
other SqlServerProfile
Returns
Type Description
SqlServerProfile.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SqlServerProfile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SqlServerProfile.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SqlServerProfile.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SqlServerProfile.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SqlServerProfile.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SqlServerProfile.Builder
Overrides

setDatabase(String value)

public SqlServerProfile.Builder setDatabase(String value)

Required. Database for the SQLServer connection.

string database = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The database to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setDatabaseBytes(ByteString value)

public SqlServerProfile.Builder setDatabaseBytes(ByteString value)

Required. Database for the SQLServer connection.

string database = 5 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for database to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public SqlServerProfile.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SqlServerProfile.Builder
Overrides

setHostname(String value)

public SqlServerProfile.Builder setHostname(String value)

Required. Hostname for the SQLServer connection.

string hostname = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The hostname to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setHostnameBytes(ByteString value)

public SqlServerProfile.Builder setHostnameBytes(ByteString value)

Required. Hostname for the SQLServer connection.

string hostname = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for hostname to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setPassword(String value)

public SqlServerProfile.Builder setPassword(String value)

Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.

string password = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The password to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setPasswordBytes(ByteString value)

public SqlServerProfile.Builder setPasswordBytes(ByteString value)

Optional. Password for the SQLServer connection. Mutually exclusive with the secret_manager_stored_password field.

string password = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for password to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setPort(int value)

public SqlServerProfile.Builder setPort(int value)

Port for the SQLServer connection, default value is 1433.

int32 port = 2;

Parameter
Name Description
value int

The port to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SqlServerProfile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SqlServerProfile.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SqlServerProfile.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SqlServerProfile.Builder
Overrides

setUsername(String value)

public SqlServerProfile.Builder setUsername(String value)

Required. Username for the SQLServer connection.

string username = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The username to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.

setUsernameBytes(ByteString value)

public SqlServerProfile.Builder setUsernameBytes(ByteString value)

Required. Username for the SQLServer connection.

string username = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for username to set.

Returns
Type Description
SqlServerProfile.Builder

This builder for chaining.