public interface PostgresqlSslConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEncryptionSettingCase()
public abstract PostgresqlSslConfig.EncryptionSettingCase getEncryptionSettingCase()
Returns | |
---|---|
Type | Description |
PostgresqlSslConfig.EncryptionSettingCase |
getServerAndClientVerification()
public abstract PostgresqlSslConfig.ServerAndClientVerification getServerAndClientVerification()
If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.
.google.cloud.datastream.v1.PostgresqlSslConfig.ServerAndClientVerification server_and_client_verification = 2;
Returns | |
---|---|
Type | Description |
PostgresqlSslConfig.ServerAndClientVerification |
The serverAndClientVerification. |
getServerAndClientVerificationOrBuilder()
public abstract PostgresqlSslConfig.ServerAndClientVerificationOrBuilder getServerAndClientVerificationOrBuilder()
If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.
.google.cloud.datastream.v1.PostgresqlSslConfig.ServerAndClientVerification server_and_client_verification = 2;
Returns | |
---|---|
Type | Description |
PostgresqlSslConfig.ServerAndClientVerificationOrBuilder |
getServerVerification()
public abstract PostgresqlSslConfig.ServerVerification getServerVerification()
If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.
.google.cloud.datastream.v1.PostgresqlSslConfig.ServerVerification server_verification = 1;
Returns | |
---|---|
Type | Description |
PostgresqlSslConfig.ServerVerification |
The serverVerification. |
getServerVerificationOrBuilder()
public abstract PostgresqlSslConfig.ServerVerificationOrBuilder getServerVerificationOrBuilder()
If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.
.google.cloud.datastream.v1.PostgresqlSslConfig.ServerVerification server_verification = 1;
Returns | |
---|---|
Type | Description |
PostgresqlSslConfig.ServerVerificationOrBuilder |
hasServerAndClientVerification()
public abstract boolean hasServerAndClientVerification()
If this field is set, the communication will be encrypted with TLS encryption and both the server identity and the client identity will be authenticated.
.google.cloud.datastream.v1.PostgresqlSslConfig.ServerAndClientVerification server_and_client_verification = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the serverAndClientVerification field is set. |
hasServerVerification()
public abstract boolean hasServerVerification()
If this field is set, the communication will be encrypted with TLS encryption and the server identity will be authenticated.
.google.cloud.datastream.v1.PostgresqlSslConfig.ServerVerification server_verification = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the serverVerification field is set. |