NAME

Google::Cloud::Sql::V1::CloudSqlFlags::SqlFlagsListRequest - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlFlags;

my $msg = Google::Cloud::Sql::V1::CloudSqlFlags::SqlFlagsListRequest->new(
    database_version => $value,
);

FIELDS

  • database_version

    Type: String

  • flag_scope

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

NAME

Google::Cloud::Sql::V1::CloudSqlFlags::FlagsListResponse - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlFlags;

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

FIELDS

  • kind

    Type: String

  • items

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

NAME

Google::Cloud::Sql::V1::CloudSqlFlags::Flag - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Sql::V1::CloudSqlFlags;

my $msg = Google::Cloud::Sql::V1::CloudSqlFlags::Flag->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • type

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

  • applies_to

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

  • allowed_string_values

    Type: String

  • min_value

    Type: Message (.google.protobuf.Int64Value)

  • max_value

    Type: Message (.google.protobuf.Int64Value)

  • requires_restart

    Type: Message (.google.protobuf.BoolValue)

  • kind

    Type: String

  • in_beta

    Type: Message (.google.protobuf.BoolValue)

  • allowed_int_values

    Type: Int64

  • flag_scope

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

  • recommended_string_value

    Type: String

  • recommended_int_value

    Type: Message (.google.protobuf.Int64Value)

NAME

Google::Cloud::Sql::V1::CloudSqlFlags::SqlFlagsServiceClient - Client stub representing the remote SqlFlagsService 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::CloudSqlFlags - 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.