NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsDeleteRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlBackupRuns;

my $msg = Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsDeleteRequest->new(
    id => $value,
);

FIELDS

  • id

    Type: Int64

  • instance

    Type: String

  • project

    Type: String

NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsGetRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlBackupRuns;

my $msg = Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsGetRequest->new(
    id => $value,
);

FIELDS

  • id

    Type: Int64

  • instance

    Type: String

  • project

    Type: String

NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsInsertRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlBackupRuns;

my $msg = Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsInsertRequest->new(
    instance => $value,
);

FIELDS

  • instance

    Type: String

  • project

    Type: String

  • body

    Type: Message (.google.cloud.sql.v1.BackupRun)

NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsListRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlBackupRuns;

my $msg = Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsListRequest->new(
    instance => $value,
);

FIELDS

  • instance

    Type: String

  • max_results

    Type: Int32

  • page_token

    Type: String

  • project

    Type: String

NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns::BackupRun - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlBackupRuns;

my $msg = Google::Cloud::Sql::V1::CloudSqlBackupRuns::BackupRun->new(
    kind => $value,
);

FIELDS

  • kind

    Type: String

  • status

    Type: Enum (.google.cloud.sql.v1.SqlBackupRunStatus)

  • enqueued_time

    Type: Message (.google.protobuf.Timestamp)

  • id

    Type: Int64

  • start_time

    Type: Message (.google.protobuf.Timestamp)

  • end_time

    Type: Message (.google.protobuf.Timestamp)

  • error

    Type: Message (.google.cloud.sql.v1.OperationError)

  • type

    Type: Enum (.google.cloud.sql.v1.SqlBackupRunType)

  • description

    Type: String

  • window_start_time

    Type: Message (.google.protobuf.Timestamp)

  • instance

    Type: String

  • self_link

    Type: String

  • location

    Type: String

  • database_version

    Type: Enum (.google.cloud.sql.v1.SqlDatabaseVersion)

  • disk_encryption_configuration

    Type: Message (.google.cloud.sql.v1.DiskEncryptionConfiguration)

  • disk_encryption_status

    Type: Message (.google.cloud.sql.v1.DiskEncryptionStatus)

  • backup_kind

    Type: Enum (.google.cloud.sql.v1.SqlBackupKind)

  • time_zone

    Type: String

  • max_chargeable_bytes

    Type: Int64

NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns::BackupRunsListResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlBackupRuns;

my $msg = Google::Cloud::Sql::V1::CloudSqlBackupRuns::BackupRunsListResponse->new(
    kind => $value,
);

FIELDS

  • kind

    Type: String

  • items

    Type: Message (.google.cloud.sql.v1.BackupRun)

  • next_page_token

    Type: String

NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns::SqlBackupRunsServiceClient - Client stub representing the remote SqlBackupRunsService service

DESCRIPTION

This class acts as a local client stub for the remote gRPC service. It delegates call dispatching to an underlying Google::gRPC::Client instance, ensuring type-safe request parsing and response mapping.

CONFIGURATION AND ENVIRONMENT

target

The endpoint target address. Defaults to sql.googleapis.com:443.

credentials

The authentication credentials provider. Defaults to application default credentials via Google::Auth.

NAME

Google::Cloud::Sql::V1::CloudSqlBackupRuns - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.