Class: Google::Cloud::ApiKeys::V2::ListKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::ListKeysResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/apikeys.rb
Overview
Response message for ListKeys
method.
Instance Attribute Summary collapse
-
#keys ⇒ ::Array<::Google::Cloud::ApiKeys::V2::Key>
A list of API keys.
-
#next_page_token ⇒ ::String
The pagination token for the next page of results.
Instance Attribute Details
#keys ⇒ ::Array<::Google::Cloud::ApiKeys::V2::Key>
Returns A list of API keys.
75 76 77 78 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 75 class ListKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The pagination token for the next page of results.
75 76 77 78 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 75 class ListKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |