Class: Google::Cloud::Sql::V1::UsersListResponse

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

Overview

User list response.

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array<::Google::Cloud::Sql::V1::User>

Returns List of user resources in the instance.

Returns:



284
285
286
287
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_users.rb', line 284

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

#kind::String

Returns This is always sql#usersList.

Returns:

  • (::String)

    This is always sql#usersList.



284
285
286
287
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_users.rb', line 284

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

#next_page_token::String

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Unused.

Returns:

  • (::String)

    Unused.



284
285
286
287
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_users.rb', line 284

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