Class: Google::Cloud::Storage::Control::V2::ListManagedFoldersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::ListManagedFoldersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Response message for ListManagedFolders.
Instance Attribute Summary collapse
-
#managed_folders ⇒ ::Array<::Google::Cloud::Storage::Control::V2::ManagedFolder>
The list of matching managed folders.
-
#next_page_token ⇒ ::String
The continuation token, used to page through large result sets.
Instance Attribute Details
#managed_folders ⇒ ::Array<::Google::Cloud::Storage::Control::V2::ManagedFolder>
Returns The list of matching managed folders.
460 461 462 463 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 460 class ListManagedFoldersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
460 461 462 463 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 460 class ListManagedFoldersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |