Class: Google::Cloud::Sql::V1::GetConnectSettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_connect.rb

Overview

Connect settings retrieval request.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::String

Returns Cloud SQL instance ID. This does not include the project ID.

Returns:

  • (::String)

    Cloud SQL instance ID. This does not include the project ID.



35
36
37
38
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_connect.rb', line 35

class GetConnectSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project::String

Returns Project ID of the project that contains the instance.

Returns:

  • (::String)

    Project ID of the project that contains the instance.



35
36
37
38
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_connect.rb', line 35

class GetConnectSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#read_time::Google::Protobuf::Timestamp

Returns Optional. Optional snapshot read timestamp to trade freshness for performance.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_connect.rb', line 35

class GetConnectSettingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end