Class protos.google.cloud.sql.v1.OnPremisesConfiguration (0.5.0)

Represents an OnPremisesConfiguration.

Package

@google-cloud/sql

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.sql.v1.IOnPremisesConfiguration);

Constructs a new OnPremisesConfiguration.

Parameter
NameDescription
properties IOnPremisesConfiguration

Properties to set

Properties

caCertificate

public caCertificate: string;

OnPremisesConfiguration caCertificate.

clientCertificate

public clientCertificate: string;

OnPremisesConfiguration clientCertificate.

clientKey

public clientKey: string;

OnPremisesConfiguration clientKey.

dumpFilePath

public dumpFilePath: string;

OnPremisesConfiguration dumpFilePath.

hostPort

public hostPort: string;

OnPremisesConfiguration hostPort.

kind

public kind: string;

OnPremisesConfiguration kind.

password

public password: string;

OnPremisesConfiguration password.

sourceInstance

public sourceInstance?: (google.cloud.sql.v1.IInstanceReference|null);

OnPremisesConfiguration sourceInstance.

username

public username: string;

OnPremisesConfiguration username.

Methods

create(properties)

public static create(properties?: google.cloud.sql.v1.IOnPremisesConfiguration): google.cloud.sql.v1.OnPremisesConfiguration;

Creates a new OnPremisesConfiguration instance using the specified properties.

Parameter
NameDescription
properties IOnPremisesConfiguration

Properties to set

Returns
TypeDescription
OnPremisesConfiguration

OnPremisesConfiguration instance

decode(reader, length)

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

Decodes an OnPremisesConfiguration message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
OnPremisesConfiguration

OnPremisesConfiguration

decodeDelimited(reader)

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

Decodes an OnPremisesConfiguration message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
OnPremisesConfiguration

OnPremisesConfiguration

encode(message, writer)

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

Encodes the specified OnPremisesConfiguration message. Does not implicitly messages.

Parameters
NameDescription
message IOnPremisesConfiguration

OnPremisesConfiguration 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.sql.v1.IOnPremisesConfiguration, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IOnPremisesConfiguration

OnPremisesConfiguration 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.sql.v1.OnPremisesConfiguration;

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

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

Plain object

Returns
TypeDescription
OnPremisesConfiguration

OnPremisesConfiguration

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for OnPremisesConfiguration

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

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

Converts this OnPremisesConfiguration to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message OnPremisesConfiguration

OnPremisesConfiguration

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies an OnPremisesConfiguration 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