Class: Google::Cloud::Sql::V1::SqlInstancesListServerCertificatesRequest

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

Overview

Instance list server certificates request.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::String

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

Returns:

  • (::String)

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



248
249
250
251
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 248

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

#project::String

Returns Required. Project ID of the project that contains the instance.

Returns:

  • (::String)

    Required. Project ID of the project that contains the instance.



248
249
250
251
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 248

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