public interface SslConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |