Class: Google::Cloud::ApiKeys::V2::ListKeysRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/apikeys/v2/apikeys.rb

Overview

Request message for ListKeys method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

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



63
64
65
66
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 63

class ListKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. Requests a specific page of results.

Returns:

  • (::String)

    Optional. Requests a specific page of results.



63
64
65
66
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 63

class ListKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Lists all API keys associated with this project.

Returns:

  • (::String)

    Required. Lists all API keys associated with this project.



63
64
65
66
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 63

class ListKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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



63
64
65
66
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 63

class ListKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end