Class protos.google.cloud.clouddms.v1.SslConfig (1.0.5)

Represents a SslConfig.

Package

@google-cloud/dms!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.clouddms.v1.ISslConfig);

Constructs a new SslConfig.

Parameter
NameDescription
properties ISslConfig

Properties to set

Properties

caCertificate

public caCertificate: string;

SslConfig caCertificate.

Property Value
TypeDescription
string

clientCertificate

public clientCertificate: string;

SslConfig clientCertificate.

Property Value
TypeDescription
string

clientKey

public clientKey: string;

SslConfig clientKey.

Property Value
TypeDescription
string

type

public type: (google.cloud.clouddms.v1.SslConfig.SslType|keyof typeof google.cloud.clouddms.v1.SslConfig.SslType);

SslConfig type.

Property Value
TypeDescription
(google.cloud.clouddms.v1.SslConfig.SslType|keyof typeof google.cloud.clouddms.v1.SslConfig.SslType)

Methods

create(properties)

public static create(properties?: google.cloud.clouddms.v1.ISslConfig): google.cloud.clouddms.v1.SslConfig;

Creates a new SslConfig instance using the specified properties.

Parameter
NameDescription
properties ISslConfig

Properties to set

Returns
TypeDescription
google.cloud.clouddms.v1.SslConfig

SslConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.clouddms.v1.SslConfig;

Decodes a SslConfig message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.clouddms.v1.SslConfig

SslConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.clouddms.v1.SslConfig;

Decodes a SslConfig message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.clouddms.v1.SslConfig

SslConfig

encode(message, writer)

public static encode(message: google.cloud.clouddms.v1.ISslConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified SslConfig message. Does not implicitly messages.

Parameters
NameDescription
message ISslConfig

SslConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.clouddms.v1.ISslConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified SslConfig message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message ISslConfig

SslConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.clouddms.v1.SslConfig;

Creates a SslConfig message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.clouddms.v1.SslConfig

SslConfig

toJSON()

public toJSON(): { [k: string]: any };

Converts this SslConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.clouddms.v1.SslConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a SslConfig message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.clouddms.v1.SslConfig

SslConfig

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a SslConfig message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not