- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
public static final class PostgreSqlConnectionProfile.Builder extends GeneratedMessageV3.Builder<PostgreSqlConnectionProfile.Builder> implements PostgreSqlConnectionProfileOrBuilder
Specifies connection parameters required specifically for PostgreSQL databases.
Protobuf type google.cloud.clouddms.v1.PostgreSqlConnectionProfile
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PostgreSqlConnectionProfile.BuilderImplements
PostgreSqlConnectionProfileOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PostgreSqlConnectionProfile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
build()
public PostgreSqlConnectionProfile build()
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile |
buildPartial()
public PostgreSqlConnectionProfile buildPartial()
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile |
clear()
public PostgreSqlConnectionProfile.Builder clear()
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
clearCloudSqlId()
public PostgreSqlConnectionProfile.Builder clearCloudSqlId()
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
string cloud_sql_id = 7;
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PostgreSqlConnectionProfile.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
clearHost()
public PostgreSqlConnectionProfile.Builder clearHost()
Required. The IP or hostname of the source PostgreSQL database.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public PostgreSqlConnectionProfile.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
clearPassword()
public PostgreSqlConnectionProfile.Builder clearPassword()
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
clearPasswordSet()
public PostgreSqlConnectionProfile.Builder clearPasswordSet()
Output only. Indicates If this connection profile password is stored.
bool password_set = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
clearPort()
public PostgreSqlConnectionProfile.Builder clearPort()
Required. The network port of the source PostgreSQL database.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
clearSsl()
public PostgreSqlConnectionProfile.Builder clearSsl()
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
clearUsername()
public PostgreSqlConnectionProfile.Builder clearUsername()
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
clone()
public PostgreSqlConnectionProfile.Builder clone()
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
getCloudSqlId()
public String getCloudSqlId()
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
string cloud_sql_id = 7;
Returns | |
---|---|
Type | Description |
String | The cloudSqlId. |
getCloudSqlIdBytes()
public ByteString getCloudSqlIdBytes()
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
string cloud_sql_id = 7;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for cloudSqlId. |
getDefaultInstanceForType()
public PostgreSqlConnectionProfile getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getHost()
public String getHost()
Required. The IP or hostname of the source PostgreSQL database.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The host. |
getHostBytes()
public ByteString getHostBytes()
Required. The IP or hostname of the source PostgreSQL database.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for host. |
getPassword()
public String getPassword()
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The password. |
getPasswordBytes()
public ByteString getPasswordBytes()
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for password. |
getPasswordSet()
public boolean getPasswordSet()
Output only. Indicates If this connection profile password is stored.
bool password_set = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | The passwordSet. |
getPort()
public int getPort()
Required. The network port of the source PostgreSQL database.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int | The port. |
getSsl()
public SslConfig getSsl()
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Returns | |
---|---|
Type | Description |
SslConfig | The ssl. |
getSslBuilder()
public SslConfig.Builder getSslBuilder()
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Returns | |
---|---|
Type | Description |
SslConfig.Builder |
getSslOrBuilder()
public SslConfigOrBuilder getSslOrBuilder()
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Returns | |
---|---|
Type | Description |
SslConfigOrBuilder |
getUsername()
public String getUsername()
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The username. |
getUsernameBytes()
public ByteString getUsernameBytes()
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for username. |
hasSsl()
public boolean hasSsl()
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the ssl field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(PostgreSqlConnectionProfile other)
public PostgreSqlConnectionProfile.Builder mergeFrom(PostgreSqlConnectionProfile other)
Parameter | |
---|---|
Name | Description |
other | PostgreSqlConnectionProfile |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PostgreSqlConnectionProfile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public PostgreSqlConnectionProfile.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
mergeSsl(SslConfig value)
public PostgreSqlConnectionProfile.Builder mergeSsl(SslConfig value)
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Parameter | |
---|---|
Name | Description |
value | SslConfig |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PostgreSqlConnectionProfile.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
setCloudSqlId(String value)
public PostgreSqlConnectionProfile.Builder setCloudSqlId(String value)
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
string cloud_sql_id = 7;
Parameter | |
---|---|
Name | Description |
value | String The cloudSqlId to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setCloudSqlIdBytes(ByteString value)
public PostgreSqlConnectionProfile.Builder setCloudSqlIdBytes(ByteString value)
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
string cloud_sql_id = 7;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for cloudSqlId to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PostgreSqlConnectionProfile.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
setHost(String value)
public PostgreSqlConnectionProfile.Builder setHost(String value)
Required. The IP or hostname of the source PostgreSQL database.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The host to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setHostBytes(ByteString value)
public PostgreSqlConnectionProfile.Builder setHostBytes(ByteString value)
Required. The IP or hostname of the source PostgreSQL database.
string host = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for host to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setPassword(String value)
public PostgreSqlConnectionProfile.Builder setPassword(String value)
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The password to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setPasswordBytes(ByteString value)
public PostgreSqlConnectionProfile.Builder setPasswordBytes(ByteString value)
Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
string password = 4 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for password to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setPasswordSet(boolean value)
public PostgreSqlConnectionProfile.Builder setPasswordSet(boolean value)
Output only. Indicates If this connection profile password is stored.
bool password_set = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | boolean The passwordSet to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setPort(int value)
public PostgreSqlConnectionProfile.Builder setPort(int value)
Required. The network port of the source PostgreSQL database.
int32 port = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | int The port to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PostgreSqlConnectionProfile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
setSsl(SslConfig value)
public PostgreSqlConnectionProfile.Builder setSsl(SslConfig value)
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Parameter | |
---|---|
Name | Description |
value | SslConfig |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
setSsl(SslConfig.Builder builderForValue)
public PostgreSqlConnectionProfile.Builder setSsl(SslConfig.Builder builderForValue)
SSL configuration for the destination to connect to the source database.
.google.cloud.clouddms.v1.SslConfig ssl = 6;
Parameter | |
---|---|
Name | Description |
builderForValue | SslConfig.Builder |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PostgreSqlConnectionProfile.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder |
setUsername(String value)
public PostgreSqlConnectionProfile.Builder setUsername(String value)
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The username to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |
setUsernameBytes(ByteString value)
public PostgreSqlConnectionProfile.Builder setUsernameBytes(ByteString value)
Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
string username = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for username to set. |
Returns | |
---|---|
Type | Description |
PostgreSqlConnectionProfile.Builder | This builder for chaining. |