Class: Google::Cloud::AlloyDB::V1alpha::ListUsersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ListUsersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for response to listing Users
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
-
#users ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::User>
The list of User.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
1088 1089 1090 1091 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1088 class ListUsersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1088 1089 1090 1091 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1088 class ListUsersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#users ⇒ ::Array<::Google::Cloud::AlloyDB::V1alpha::User>
Returns The list of User.
1088 1089 1090 1091 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 1088 class ListUsersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |