public sealed class QueryRepositoryDirectoryContentsRequest : IMessage<QueryRepositoryDirectoryContentsRequest>, IEquatable<QueryRepositoryDirectoryContentsRequest>, IDeepCloneable<QueryRepositoryDirectoryContentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Dataform v1beta1 API class QueryRepositoryDirectoryContentsRequest.
QueryRepositoryDirectoryContents
request message.
Implements
IMessageQueryRepositoryDirectoryContentsRequest, IEquatableQueryRepositoryDirectoryContentsRequest, IDeepCloneableQueryRepositoryDirectoryContentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
QueryRepositoryDirectoryContentsRequest()
public QueryRepositoryDirectoryContentsRequest()
QueryRepositoryDirectoryContentsRequest(QueryRepositoryDirectoryContentsRequest)
public QueryRepositoryDirectoryContentsRequest(QueryRepositoryDirectoryContentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
QueryRepositoryDirectoryContentsRequest |
Properties
CommitSha
public string CommitSha { get; set; }
Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The repository's name.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Page token received from a previous
QueryRepositoryDirectoryContents
call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
QueryRepositoryDirectoryContents
must match the call that provided the
page token.
Property Value | |
---|---|
Type | Description |
string |
Path
public string Path { get; set; }
Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.
Property Value | |
---|---|
Type | Description |
string |
RepositoryName
public RepositoryName RepositoryName { get; set; }
RepositoryName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RepositoryName |