Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlConnectService::Rest::Client.
REST client for the SqlConnectService service.
Cloud SQL connect service.
Inherits
- Object
Methods
.configure
def self.configure() { |config| ... } -> Client::ConfigurationConfigure the SqlConnectService Client class.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
# Modify the configuration for all SqlConnectService clients ::Google::Cloud::Sql::V1::SqlConnectService::Rest::Client.configure do |config| config.timeout = 10.0 end
#configure
def configure() { |config| ... } -> Client::ConfigurationConfigure the SqlConnectService Client instance.
The configuration is set to the derived mode, meaning that values can be changed, but structural changes (adding new fields, etc.) are not allowed. Structural changes should be made on Client.configure.
See Configuration for a description of the configuration fields.
- (config) — Configure the Client client.
- config (Client::Configuration)
#generate_ephemeral_cert
def generate_ephemeral_cert(request, options = nil) -> ::Google::Cloud::Sql::V1::GenerateEphemeralCertResponse
def generate_ephemeral_cert(instance: nil, project: nil, public_key: nil, access_token: nil, read_time: nil, valid_duration: nil) -> ::Google::Cloud::Sql::V1::GenerateEphemeralCertResponseGenerates a short-lived X509 certificate containing the provided public key and signed by a private key specific to the target instance. Users may use the certificate to authenticate as themselves when connecting to the database.
def generate_ephemeral_cert(request, options = nil) -> ::Google::Cloud::Sql::V1::GenerateEphemeralCertResponsegenerate_ephemeral_cert via a request object, either of type
GenerateEphemeralCertRequest or an equivalent Hash.
- request (::Google::Cloud::Sql::V1::GenerateEphemeralCertRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def generate_ephemeral_cert(instance: nil, project: nil, public_key: nil, access_token: nil, read_time: nil, valid_duration: nil) -> ::Google::Cloud::Sql::V1::GenerateEphemeralCertResponsegenerate_ephemeral_cert via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- instance (::String) — Cloud SQL instance ID. This does not include the project ID.
- project (::String) — Project ID of the project that contains the instance.
- public_key (::String) — PEM encoded public key to include in the signed certificate.
- access_token (::String) — Optional. Access token to include in the signed certificate.
- read_time (::Google::Protobuf::Timestamp, ::Hash) — Optional. Optional snapshot read timestamp to trade freshness for performance.
- valid_duration (::Google::Protobuf::Duration, ::Hash) — Optional. If set, it will contain the cert valid duration.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Sql::V1::GenerateEphemeralCertResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/sql/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::Sql::V1::SqlConnectService::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::Sql::V1::GenerateEphemeralCertRequest.new # Call the generate_ephemeral_cert method. result = client.generate_ephemeral_cert request # The returned object is of type Google::Cloud::Sql::V1::GenerateEphemeralCertResponse. p result
#get_connect_settings
def get_connect_settings(request, options = nil) -> ::Google::Cloud::Sql::V1::ConnectSettings
def get_connect_settings(instance: nil, project: nil, read_time: nil) -> ::Google::Cloud::Sql::V1::ConnectSettingsRetrieves connect settings about a Cloud SQL instance.
def get_connect_settings(request, options = nil) -> ::Google::Cloud::Sql::V1::ConnectSettingsget_connect_settings via a request object, either of type
GetConnectSettingsRequest or an equivalent Hash.
- request (::Google::Cloud::Sql::V1::GetConnectSettingsRequest, ::Hash) — A request object representing the call parameters. Required. To specify no parameters, or to keep all the default parameter values, pass an empty Hash.
- options (::Gapic::CallOptions, ::Hash) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
def get_connect_settings(instance: nil, project: nil, read_time: nil) -> ::Google::Cloud::Sql::V1::ConnectSettingsget_connect_settings via keyword arguments. Note that at
least one keyword argument is required. To specify no parameters, or to keep all
the default parameter values, pass an empty Hash as a request object (see above).
- instance (::String) — Cloud SQL instance ID. This does not include the project ID.
- project (::String) — Project ID of the project that contains the instance.
- read_time (::Google::Protobuf::Timestamp, ::Hash) — Optional. Optional snapshot read timestamp to trade freshness for performance.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Sql::V1::ConnectSettings)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Error) — if the REST call is aborted.
Basic example
require "google/cloud/sql/v1" # Create a client object. The client can be reused for multiple calls. client = Google::Cloud::Sql::V1::SqlConnectService::Rest::Client.new # Create a request. To set request fields, pass in keyword arguments. request = Google::Cloud::Sql::V1::GetConnectSettingsRequest.new # Call the get_connect_settings method. result = client.get_connect_settings request # The returned object is of type Google::Cloud::Sql::V1::ConnectSettings. p result
#initialize
def initialize() { |config| ... } -> ClientCreate a new SqlConnectService REST client object.
- (config) — Configure the SqlConnectService client.
- config (Client::Configuration)
- (Client) — a new instance of Client
# Create a client using the default configuration client = ::Google::Cloud::Sql::V1::SqlConnectService::Rest::Client.new # Create a client using a custom configuration client = ::Google::Cloud::Sql::V1::SqlConnectService::Rest::Client.new do |config| config.timeout = 10.0 end
#location_client
def location_client() -> Google::Cloud::Location::Locations::Rest::ClientGet the associated client for mix-in of the Locations.
- (Google::Cloud::Location::Locations::Rest::Client)
#logger
def logger() -> LoggerThe logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> StringThe effective universe domain
- (String)