Class: Google::Cloud::Sql::V1beta4::SqlInstancesDemoteRequest

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

Overview

Instance demote request.

Instance Attribute Summary collapse

Instance Attribute Details

#body::Google::Cloud::Sql::V1beta4::InstancesDemoteRequest

Returns The request body.



362
363
364
365
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 362

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

#instance::String

Returns Required. The name of the Cloud SQL instance.

Returns:

  • (::String)

    Required. The name of the Cloud SQL instance.



362
363
364
365
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 362

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

#project::String

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

Returns:

  • (::String)

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



362
363
364
365
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 362

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