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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `FetchRemoteBranchesRequest` class is a part of the Dataform v1beta1 API within the `Google.Cloud.Dataform.V1Beta1` namespace, and it is used to create request messages to fetch remote branches."],["This class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two constructors, a default constructor `FetchRemoteBranchesRequest()` and an overloaded constructor that accepts another `FetchRemoteBranchesRequest` instance as a parameter."],["The class includes two key properties: `Name`, which represents the required name of the repository, and `RepositoryName`, which provides a typed view of the `Name` property, utilizing the `RepositoryName` class."],["The latest version of the request is `1.0.0-beta08`, with a previous version of `1.0.0-beta07` also documented."]]],[]]