NAME

Google::Cloud::Sql::V1::CloudSqlTiers::SqlTiersListRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlTiers;

my $msg = Google::Cloud::Sql::V1::CloudSqlTiers::SqlTiersListRequest->new(
    project => $value,
);

FIELDS

  • project

    Type: String

NAME

Google::Cloud::Sql::V1::CloudSqlTiers::TiersListResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlTiers;

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

FIELDS

  • kind

    Type: String

  • items

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

NAME

Google::Cloud::Sql::V1::CloudSqlTiers::Tier - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlTiers;

my $msg = Google::Cloud::Sql::V1::CloudSqlTiers::Tier->new(
    tier => $value,
);

FIELDS

  • tier

    Type: String

  • RAM

    Type: Int64

  • kind

    Type: String

  • Disk_Quota

    Type: Int64

  • region

    Type: String

NAME

Google::Cloud::Sql::V1::CloudSqlTiers::SqlTiersServiceClient - Client stub representing the remote SqlTiersService 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::CloudSqlTiers - 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.