Class: Google::Cloud::ResourceManager::V3::ListProjectsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::ListProjectsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/projects.rb
Overview
The request sent to the ListProjects 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
154 155 156 157 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 154 class ListProjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
154 155 156 157 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 154 class ListProjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
154 155 156 157 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 154 class ListProjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
154 155 156 157 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 154 class ListProjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |