Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::ListFoldersRequest.
The ListFolders request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
- (::Integer) — Optional. The maximum number of folders to return in the response. The server can return fewer folders than requested. If unspecified, server picks an appropriate default.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A pagination token returned from a previous call to
ListFolders
that indicates where this listing should continue from.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A pagination token returned from a previous call to
ListFolders
that indicates where this listing should continue from.
-
(::String) — Optional. A pagination token returned from a previous call to
ListFolders
that indicates where this listing should continue from.
#parent
def parent() -> ::String
-
(::String) — Required. The name of the parent resource whose folders are being listed.
Only children of this parent resource are listed; descendants are not
listed.
If the parent is a folder, use the value
folders/{folder_id}
. If the parent is an organization, use the valueorganizations/{org_id}
.Access to this method is controlled by checking the
resourcemanager.folders.list
permission on theparent
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The name of the parent resource whose folders are being listed.
Only children of this parent resource are listed; descendants are not
listed.
If the parent is a folder, use the value
folders/{folder_id}
. If the parent is an organization, use the valueorganizations/{org_id}
.Access to this method is controlled by checking the
resourcemanager.folders.list
permission on theparent
.
-
(::String) — Required. The name of the parent resource whose folders are being listed.
Only children of this parent resource are listed; descendants are not
listed.
If the parent is a folder, use the value
folders/{folder_id}
. If the parent is an organization, use the valueorganizations/{org_id}
.Access to this method is controlled by checking the
resourcemanager.folders.list
permission on theparent
.
#show_deleted
def show_deleted() -> ::Boolean
- (::Boolean) — Optional. Controls whether folders in the DELETE_REQUESTED state should be returned. Defaults to false.
#show_deleted=
def show_deleted=(value) -> ::Boolean
- value (::Boolean) — Optional. Controls whether folders in the DELETE_REQUESTED state should be returned. Defaults to false.
- (::Boolean) — Optional. Controls whether folders in the DELETE_REQUESTED state should be returned. Defaults to false.