Optional. Maximum number of paths to return. The server may return fewer
items than requested. If unspecified, the server will pick an appropriate
default.
Optional. Page token received from a previous
QueryRepositoryDirectoryContents call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
QueryRepositoryDirectoryContents, with the exception of page_size, must
match the call that provided the page token.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eQueryRepositoryDirectoryContentsRequest\u003c/code\u003e class is 1.0.0-beta08, which is used for querying the contents of a Dataform repository directory.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageRequest\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, providing extensive functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryRepositoryDirectoryContentsRequest\u003c/code\u003e has properties like \u003ccode\u003eCommitSha\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, \u003ccode\u003ePath\u003c/code\u003e, and \u003ccode\u003eRepositoryName\u003c/code\u003e, allowing for detailed specification of the query.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes constructors to create an instance of \u003ccode\u003eQueryRepositoryDirectoryContentsRequest\u003c/code\u003e and optionally take another instance of \u003ccode\u003eQueryRepositoryDirectoryContentsRequest\u003c/code\u003e as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe required property \u003ccode\u003eName\u003c/code\u003e is the repository's name, while the optional \u003ccode\u003ePath\u003c/code\u003e specifies a directory relative to root, and other optional properties allow for defining a commit to query from, pagination, and maximum paths to return.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class QueryRepositoryDirectoryContentsRequest (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.QueryRepositoryDirectoryContentsRequest)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.QueryRepositoryDirectoryContentsRequest) \n\n public sealed class QueryRepositoryDirectoryContentsRequest : IMessage\u003cQueryRepositoryDirectoryContentsRequest\u003e, IEquatable\u003cQueryRepositoryDirectoryContentsRequest\u003e, IDeepCloneable\u003cQueryRepositoryDirectoryContentsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Dataform v1beta1 API class QueryRepositoryDirectoryContentsRequest.\n\n`QueryRepositoryDirectoryContents` request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e QueryRepositoryDirectoryContentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[QueryRepositoryDirectoryContentsRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.QueryRepositoryDirectoryContentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[QueryRepositoryDirectoryContentsRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.QueryRepositoryDirectoryContentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[QueryRepositoryDirectoryContentsRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.QueryRepositoryDirectoryContentsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### QueryRepositoryDirectoryContentsRequest()\n\n public QueryRepositoryDirectoryContentsRequest()\n\n### QueryRepositoryDirectoryContentsRequest(QueryRepositoryDirectoryContentsRequest)\n\n public QueryRepositoryDirectoryContentsRequest(QueryRepositoryDirectoryContentsRequest other)\n\nProperties\n----------\n\n### CommitSha\n\n public string CommitSha { get; set; }\n\nOptional. The Commit SHA for the commit to query from. If unset, the\ndirectory will be queried from HEAD.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The repository's name.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. Maximum number of paths to return. The server may return fewer\nitems than requested. If unspecified, the server will pick an appropriate\ndefault.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. Page token received from a previous\n`QueryRepositoryDirectoryContents` call. Provide this to retrieve the\nsubsequent page.\n\nWhen paginating, all other parameters provided to\n`QueryRepositoryDirectoryContents`, with the exception of `page_size`, must\nmatch the call that provided the page token.\n\n### Path\n\n public string Path { get; set; }\n\nOptional. The directory's full path including directory name, relative to\nroot. If left unset, the root is used.\n\n### RepositoryName\n\n public RepositoryName RepositoryName { get; set; }\n\n[RepositoryName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.RepositoryName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.QueryRepositoryDirectoryContentsRequest#Google_Cloud_Dataform_V1Beta1_QueryRepositoryDirectoryContentsRequest_Name) resource name property."]]