public sealed class FetchRemoteBranchesRequest : IMessage<FetchRemoteBranchesRequest>, IEquatable<FetchRemoteBranchesRequest>, IDeepCloneable<FetchRemoteBranchesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchRemoteBranchesRequest.
[[["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\u003eFetchRemoteBranchesRequest\u003c/code\u003e class is 1.0.0-beta08, as part of the Google.Cloud.Dataform.V1Beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFetchRemoteBranchesRequest\u003c/code\u003e is a request message used to fetch remote branches and it implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and contains two constructors: a default constructor and one that takes another \u003ccode\u003eFetchRemoteBranchesRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two properties: \u003ccode\u003eName\u003c/code\u003e, a string representing the repository's name, and \u003ccode\u003eRepositoryName\u003c/code\u003e, a \u003ccode\u003eRepositoryName\u003c/code\u003e-typed view of the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThis class is located within the \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class FetchRemoteBranchesRequest (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.FetchRemoteBranchesRequest)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.FetchRemoteBranchesRequest) \n\n public sealed class FetchRemoteBranchesRequest : IMessage\u003cFetchRemoteBranchesRequest\u003e, IEquatable\u003cFetchRemoteBranchesRequest\u003e, IDeepCloneable\u003cFetchRemoteBranchesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class FetchRemoteBranchesRequest.\n\n`FetchRemoteBranches` request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e FetchRemoteBranchesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[FetchRemoteBranchesRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.FetchRemoteBranchesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[FetchRemoteBranchesRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.FetchRemoteBranchesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[FetchRemoteBranchesRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.FetchRemoteBranchesRequest), [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) \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### FetchRemoteBranchesRequest()\n\n public FetchRemoteBranchesRequest()\n\n### FetchRemoteBranchesRequest(FetchRemoteBranchesRequest)\n\n public FetchRemoteBranchesRequest(FetchRemoteBranchesRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The repository's name.\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.FetchRemoteBranchesRequest#Google_Cloud_Dataform_V1Beta1_FetchRemoteBranchesRequest_Name) resource name property."]]