Class ListFoldersRequest (1.2.0)

public sealed class ListFoldersRequest : IMessage<ListFoldersRequest>, IEquatable<ListFoldersRequest>, IDeepCloneable<ListFoldersRequest>, IBufferMessage, IMessage, IPageRequest

The ListFolders request message.

Inheritance

Object > ListFoldersRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

ListFoldersRequest()

public ListFoldersRequest()

ListFoldersRequest(ListFoldersRequest)

public ListFoldersRequest(ListFoldersRequest other)
Parameter
NameDescription
otherListFoldersRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of folders to return in the response. If unspecified, server picks an appropriate default.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. A pagination token returned from a previous call to ListFolders that indicates where this listing should continue from.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the organization or folder whose folders are being listed. Must be of the form folders/{folder_id} or organizations/{org_id}. Access to this method is controlled by checking the resourcemanager.folders.list permission on the parent.

Property Value
TypeDescription
String

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName

ShowDeleted

public bool ShowDeleted { get; set; }

Optional. Controls whether folders in the [DELETE_REQUESTED][google.cloud.resourcemanager.v3.Folder.State.DELETE_REQUESTED] state should be returned. Defaults to false.

Property Value
TypeDescription
Boolean