Cloud Storage v2 API - Class ListManagedFoldersResponse (1.0.0-beta03)

public sealed class ListManagedFoldersResponse : IMessage<ListManagedFoldersResponse>, IEquatable<ListManagedFoldersResponse>, IDeepCloneable<ListManagedFoldersResponse>, IBufferMessage, IMessage, IPageResponse<ManagedFolder>, IEnumerable<ManagedFolder>, IEnumerable

Reference documentation and code samples for the Cloud Storage v2 API class ListManagedFoldersResponse.

Response message for ListManagedFolders.

Inheritance

object > ListManagedFoldersResponse

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

ListManagedFoldersResponse()

public ListManagedFoldersResponse()

ListManagedFoldersResponse(ListManagedFoldersResponse)

public ListManagedFoldersResponse(ListManagedFoldersResponse other)
Parameter
Name Description
other ListManagedFoldersResponse

Properties

ManagedFolders

public RepeatedField<ManagedFolder> ManagedFolders { get; }

The list of matching managed folders

Property Value
Type Description
RepeatedFieldManagedFolder

NextPageToken

public string NextPageToken { get; set; }

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<ManagedFolder> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorManagedFolder