API Keys V2 API - Class Google::Cloud::ApiKeys::V2::ListKeysRequest (v0.4.0)

Reference documentation and code samples for the API Keys V2 API class Google::Cloud::ApiKeys::V2::ListKeysRequest.

Request message for ListKeys method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Optional. Specifies the maximum number of results to be returned at a time.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Specifies the maximum number of results to be returned at a time.
Returns
  • (::Integer) — Optional. Specifies the maximum number of results to be returned at a time.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. Requests a specific page of results.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. Requests a specific page of results.
Returns
  • (::String) — Optional. Requests a specific page of results.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Lists all API keys associated with this project.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Lists all API keys associated with this project.
Returns
  • (::String) — Required. Lists all API keys associated with this project.

#show_deleted

def show_deleted() -> ::Boolean
Returns
  • (::Boolean) — Optional. Indicate that keys deleted in the past 30 days should also be returned.

#show_deleted=

def show_deleted=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Indicate that keys deleted in the past 30 days should also be returned.
Returns
  • (::Boolean) — Optional. Indicate that keys deleted in the past 30 days should also be returned.