public sealed class QueryRepositoryDirectoryContentsResponse : IMessage<QueryRepositoryDirectoryContentsResponse>, IEquatable<QueryRepositoryDirectoryContentsResponse>, IDeepCloneable<QueryRepositoryDirectoryContentsResponse>, IBufferMessage, IMessage, IPageResponse<DirectoryEntry>, IEnumerable<DirectoryEntry>, IEnumerableReference documentation and code samples for the Dataform v1 API class QueryRepositoryDirectoryContentsResponse.
QueryRepositoryDirectoryContents response message.
Implements
IMessageQueryRepositoryDirectoryContentsResponse, IEquatableQueryRepositoryDirectoryContentsResponse, IDeepCloneableQueryRepositoryDirectoryContentsResponse, IBufferMessage, IMessage, IPageResponseDirectoryEntry, IEnumerableDirectoryEntry, IEnumerableNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
QueryRepositoryDirectoryContentsResponse()
public QueryRepositoryDirectoryContentsResponse()QueryRepositoryDirectoryContentsResponse(QueryRepositoryDirectoryContentsResponse)
public QueryRepositoryDirectoryContentsResponse(QueryRepositoryDirectoryContentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryRepositoryDirectoryContentsResponse |
Properties
DirectoryEntries
public RepeatedField<DirectoryEntry> DirectoryEntries { get; }List of entries in the directory.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<DirectoryEntry> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDirectoryEntry |
|