NAME
Google::Cloud::Sql::V1::CloudSqlOperations::SqlOperationsGetRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Sql::V1::CloudSqlOperations;
my $msg = Google::Cloud::Sql::V1::CloudSqlOperations::SqlOperationsGetRequest->new(
operation => $value,
);
FIELDS
operation
Type: String
project
Type: String
location
Type: String
NAME
Google::Cloud::Sql::V1::CloudSqlOperations::SqlOperationsListRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Sql::V1::CloudSqlOperations;
my $msg = Google::Cloud::Sql::V1::CloudSqlOperations::SqlOperationsListRequest->new(
instance => $value,
);
FIELDS
instance
Type: String
max_results
Type: UInt32
page_token
Type: String
project
Type: String
location
Type: String
NAME
Google::Cloud::Sql::V1::CloudSqlOperations::OperationsListResponse - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Sql::V1::CloudSqlOperations;
my $msg = Google::Cloud::Sql::V1::CloudSqlOperations::OperationsListResponse->new(
kind => $value,
);
FIELDS
kind
Type: String
items
Type: Message (.google.cloud.sql.v1.Operation)
next_page_token
Type: String
NAME
Google::Cloud::Sql::V1::CloudSqlOperations::SqlOperationsCancelRequest - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Sql::V1::CloudSqlOperations;
my $msg = Google::Cloud::Sql::V1::CloudSqlOperations::SqlOperationsCancelRequest->new(
operation => $value,
);
FIELDS
operation
Type: String
project
Type: String
location
Type: String
NAME
Google::Cloud::Sql::V1::CloudSqlOperations::SqlOperationsServiceClient - Client stub representing the remote SqlOperationsService 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::CloudSqlOperations - 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.