Class: Google::Cloud::ApiKeys::V2::ListKeysRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::ListKeysRequest
- 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
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
Optional.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
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.
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.
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 |