Reference documentation and code samples for the API Keys V2 API class Google::Cloud::ApiKeys::V2::ListKeysResponse.
Response message for ListKeys
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#keys
def keys() -> ::Array<::Google::Cloud::ApiKeys::V2::Key>
Returns
- (::Array<::Google::Cloud::ApiKeys::V2::Key>) — A list of API keys.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::ApiKeys::V2::Key>
Parameter
- value (::Array<::Google::Cloud::ApiKeys::V2::Key>) — A list of API keys.
Returns
- (::Array<::Google::Cloud::ApiKeys::V2::Key>) — A list of API keys.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The pagination token for the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The pagination token for the next page of results.
Returns
- (::String) — The pagination token for the next page of results.