Dataform v1beta1 API - Class QueryRepositoryDirectoryContentsResponse (1.0.0-beta05)

public sealed class QueryRepositoryDirectoryContentsResponse : IMessage<QueryRepositoryDirectoryContentsResponse>, IEquatable<QueryRepositoryDirectoryContentsResponse>, IDeepCloneable<QueryRepositoryDirectoryContentsResponse>, IBufferMessage, IMessage, IPageResponse<DirectoryEntry>, IEnumerable<DirectoryEntry>, IEnumerable

Reference documentation and code samples for the Dataform v1beta1 API class QueryRepositoryDirectoryContentsResponse.

QueryRepositoryDirectoryContents response message.

Inheritance

object > QueryRepositoryDirectoryContentsResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

QueryRepositoryDirectoryContentsResponse()

public QueryRepositoryDirectoryContentsResponse()

QueryRepositoryDirectoryContentsResponse(QueryRepositoryDirectoryContentsResponse)

public QueryRepositoryDirectoryContentsResponse(QueryRepositoryDirectoryContentsResponse other)
Parameter
NameDescription
otherQueryRepositoryDirectoryContentsResponse

Properties

DirectoryEntries

public RepeatedField<DirectoryEntry> DirectoryEntries { get; }

List of entries in the directory.

Property Value
TypeDescription
RepeatedFieldDirectoryEntry

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DirectoryEntry> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDirectoryEntry