- 1.56.0 (latest)
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public static final class PostgresqlProfile.Builder extends GeneratedMessageV3.Builder<PostgresqlProfile.Builder> implements PostgresqlProfileOrBuilder
PostgreSQL database profile.
Protobuf type google.cloud.datastream.v1.PostgresqlProfile
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PostgresqlProfile.BuilderImplements
PostgresqlProfileOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PostgresqlProfile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
build()
public PostgresqlProfile build()
Returns | |
---|---|
Type | Description |
PostgresqlProfile |
buildPartial()
public PostgresqlProfile buildPartial()
Returns | |
---|---|
Type | Description |
PostgresqlProfile |
clear()
public PostgresqlProfile.Builder clear()
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
clearDatabase()
public PostgresqlProfile.Builder clearDatabase()
Required. Database for the PostgreSQL connection.
string database = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PostgresqlProfile.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
clearHostname()
public PostgresqlProfile.Builder clearHostname()
Required. Hostname for the PostgreSQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PostgresqlProfile.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
clearPassword()
public PostgresqlProfile.Builder clearPassword()
Optional. Password for the PostgreSQL connection. Mutually exclusive with
the secret_manager_stored_password
field.
string password = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
clearPort()
public PostgresqlProfile.Builder clearPort()
Port for the PostgreSQL connection, default value is 5432.
int32 port = 2;
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
clearSslConfig()
public PostgresqlProfile.Builder clearSslConfig()
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
clearUsername()
public PostgresqlProfile.Builder clearUsername()
Required. Username for the PostgreSQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
clone()
public PostgresqlProfile.Builder clone()
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
getDatabase()
public String getDatabase()
Required. Database for the PostgreSQL connection.
string database = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The database. |
getDatabaseBytes()
public ByteString getDatabaseBytes()
Required. Database for the PostgreSQL connection.
string database = 5 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for database. |
getDefaultInstanceForType()
public PostgresqlProfile getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
PostgresqlProfile |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getHostname()
public String getHostname()
Required. Hostname for the PostgreSQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The hostname. |
getHostnameBytes()
public ByteString getHostnameBytes()
Required. Hostname for the PostgreSQL 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 PostgreSQL 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 PostgreSQL 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 PostgreSQL connection, default value is 5432.
int32 port = 2;
Returns | |
---|---|
Type | Description |
int |
The port. |
getSslConfig()
public PostgresqlSslConfig getSslConfig()
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostgresqlSslConfig |
The sslConfig. |
getSslConfigBuilder()
public PostgresqlSslConfig.Builder getSslConfigBuilder()
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostgresqlSslConfig.Builder |
getSslConfigOrBuilder()
public PostgresqlSslConfigOrBuilder getSslConfigOrBuilder()
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
PostgresqlSslConfigOrBuilder |
getUsername()
public String getUsername()
Required. Username for the PostgreSQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The username. |
getUsernameBytes()
public ByteString getUsernameBytes()
Required. Username for the PostgreSQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for username. |
hasSslConfig()
public boolean hasSslConfig()
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the sslConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(PostgresqlProfile other)
public PostgresqlProfile.Builder mergeFrom(PostgresqlProfile other)
Parameter | |
---|---|
Name | Description |
other |
PostgresqlProfile |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PostgresqlProfile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public PostgresqlProfile.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
mergeSslConfig(PostgresqlSslConfig value)
public PostgresqlProfile.Builder mergeSslConfig(PostgresqlSslConfig value)
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
PostgresqlSslConfig |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PostgresqlProfile.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
setDatabase(String value)
public PostgresqlProfile.Builder setDatabase(String value)
Required. Database for the PostgreSQL connection.
string database = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The database to set. |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
setDatabaseBytes(ByteString value)
public PostgresqlProfile.Builder setDatabaseBytes(ByteString value)
Required. Database for the PostgreSQL connection.
string database = 5 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for database to set. |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PostgresqlProfile.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
setHostname(String value)
public PostgresqlProfile.Builder setHostname(String value)
Required. Hostname for the PostgreSQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The hostname to set. |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
setHostnameBytes(ByteString value)
public PostgresqlProfile.Builder setHostnameBytes(ByteString value)
Required. Hostname for the PostgreSQL connection.
string hostname = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for hostname to set. |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
setPassword(String value)
public PostgresqlProfile.Builder setPassword(String value)
Optional. Password for the PostgreSQL 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 |
PostgresqlProfile.Builder |
This builder for chaining. |
setPasswordBytes(ByteString value)
public PostgresqlProfile.Builder setPasswordBytes(ByteString value)
Optional. Password for the PostgreSQL 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 |
PostgresqlProfile.Builder |
This builder for chaining. |
setPort(int value)
public PostgresqlProfile.Builder setPort(int value)
Port for the PostgreSQL connection, default value is 5432.
int32 port = 2;
Parameter | |
---|---|
Name | Description |
value |
int The port to set. |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PostgresqlProfile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
setSslConfig(PostgresqlSslConfig value)
public PostgresqlProfile.Builder setSslConfig(PostgresqlSslConfig value)
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
PostgresqlSslConfig |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
setSslConfig(PostgresqlSslConfig.Builder builderForValue)
public PostgresqlProfile.Builder setSslConfig(PostgresqlSslConfig.Builder builderForValue)
Optional. SSL configuration for the PostgreSQL connection.
In case PostgresqlSslConfig is not set, the connection will use the default
SSL mode, which is prefer
(i.e. this mode will only use encryption if
enabled from database side, otherwise will use unencrypted communication)
.google.cloud.datastream.v1.PostgresqlSslConfig ssl_config = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
PostgresqlSslConfig.Builder |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PostgresqlProfile.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
setUsername(String value)
public PostgresqlProfile.Builder setUsername(String value)
Required. Username for the PostgreSQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The username to set. |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |
setUsernameBytes(ByteString value)
public PostgresqlProfile.Builder setUsernameBytes(ByteString value)
Required. Username for the PostgreSQL connection.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for username to set. |
Returns | |
---|---|
Type | Description |
PostgresqlProfile.Builder |
This builder for chaining. |