Class: Google::Cloud::Sql::V1::SqlUsersDeleteRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#host::String

Returns Host of the user in the instance.

Returns:

  • (::String)

    Host of the user in the instance.



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

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

#instance::String

Returns Database instance ID. This does not include the project ID.

Returns:

  • (::String)

    Database instance ID. This does not include the project ID.



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

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

#name::String

Returns Name of the user in the instance.

Returns:

  • (::String)

    Name of the user in the instance.



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

class SqlUsersDeleteRequest
  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.



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

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