API Keys V2 API - Class Google::Cloud::ApiKeys::V2::ListKeysResponse (v0.6.0)

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

#keys=

def keys=(value) -> ::Array<::Google::Cloud::ApiKeys::V2::Key>
Parameter
Returns

#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.