Interface SslConfigOrBuilder (0.14.1)

public interface SslConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract SslConfig.SslType getType()

Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.

.google.events.cloud.clouddms.v1.SslConfig.SslType type = 1;

Returns
TypeDescription
SslConfig.SslType

The type.

getTypeValue()

public abstract int getTypeValue()

Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.

.google.events.cloud.clouddms.v1.SslConfig.SslType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.