CloudSqlProperties

google.cloud.bigquery.connection.v1beta1. CloudSqlProperties

Represents a CloudSqlProperties.

Constructor

new CloudSqlProperties(propertiesopt)

Constructs a new CloudSqlProperties.

Parameters:
Name Type Attributes Description
properties google.cloud.bigquery.connection.v1beta1.ICloudSqlProperties <optional>

Properties to set

Implements:
  • ICloudSqlProperties

Members

credential

CloudSqlProperties credential.

database

CloudSqlProperties database.

instanceId

CloudSqlProperties instanceId.

serviceAccountId

CloudSqlProperties serviceAccountId.

type

CloudSqlProperties type.

DatabaseType

DatabaseType enum.

Properties:
Name Type Description
DATABASE_TYPE_UNSPECIFIED number

DATABASE_TYPE_UNSPECIFIED value

POSTGRES number

POSTGRES value

MYSQL number

MYSQL value

Methods

toJSON() → {Object.<string, *>}

Converts this CloudSqlProperties to JSON.

Returns:
Type Description
Object.<string, *>

JSON object

(static) create(propertiesopt) → {google.cloud.bigquery.connection.v1beta1.CloudSqlProperties}

Creates a new CloudSqlProperties instance using the specified properties.

Parameters:
Name Type Attributes Description
properties google.cloud.bigquery.connection.v1beta1.ICloudSqlProperties <optional>

Properties to set

Returns:
Type Description
google.cloud.bigquery.connection.v1beta1.CloudSqlProperties

CloudSqlProperties instance

(static) decode(reader, lengthopt) → {google.cloud.bigquery.connection.v1beta1.CloudSqlProperties}

Decodes a CloudSqlProperties message from the specified reader or buffer.

Parameters:
Name Type Attributes Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

length number <optional>

Message length if known beforehand

Returns:
Type Description
google.cloud.bigquery.connection.v1beta1.CloudSqlProperties

CloudSqlProperties

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) decodeDelimited(reader) → {google.cloud.bigquery.connection.v1beta1.CloudSqlProperties}

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

Parameters:
Name Type Description
reader $protobuf.Reader | Uint8Array

Reader or buffer to decode from

Returns:
Type Description
google.cloud.bigquery.connection.v1beta1.CloudSqlProperties

CloudSqlProperties

Throws:
  • If the payload is not a reader or valid buffer

    Type
    Error
  • If required fields are missing

    Type
    $protobuf.util.ProtocolError

(static) encode(message, writeropt) → {$protobuf.Writer}

Encodes the specified CloudSqlProperties message. Does not implicitly verify messages.

Parameters:
Name Type Attributes Description
message google.cloud.bigquery.connection.v1beta1.ICloudSqlProperties

CloudSqlProperties message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

Returns:
Type Description
$protobuf.Writer

Writer

(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}

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

Parameters:
Name Type Attributes Description
message google.cloud.bigquery.connection.v1beta1.ICloudSqlProperties

CloudSqlProperties message or plain object to encode

writer $protobuf.Writer <optional>

Writer to encode to

Returns:
Type Description
$protobuf.Writer

Writer

(static) fromObject(object) → {google.cloud.bigquery.connection.v1beta1.CloudSqlProperties}

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

Parameters:
Name Type Description
object Object.<string, *>

Plain object

Returns:
Type Description
google.cloud.bigquery.connection.v1beta1.CloudSqlProperties

CloudSqlProperties

(static) getTypeUrl(typeUrlPrefixopt) → {string}

Gets the default type url for CloudSqlProperties

Parameters:
Name Type Attributes Description
typeUrlPrefix string <optional>

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

Returns:
Type Description
string

The default type url

(static) toObject(message, optionsopt) → {Object.<string, *>}

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

Parameters:
Name Type Attributes Description
message google.cloud.bigquery.connection.v1beta1.CloudSqlProperties

CloudSqlProperties

options $protobuf.IConversionOptions <optional>

Conversion options

Returns:
Type Description
Object.<string, *>

Plain object

(static) verify(message) → {string|null}

Verifies a CloudSqlProperties message.

Parameters:
Name Type Description
message Object.<string, *>

Plain object to verify

Returns:
Type Description
string | null

null if valid, otherwise the reason why it is not