public sealed class GetRepositoryRequest : IMessage<GetRepositoryRequest>, IEquatable<GetRepositoryRequest>, IDeepCloneable<GetRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class GetRepositoryRequest.
[[["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."],[[["This documentation is for the `GetRepositoryRequest` class within the Dataform v1beta1 API, specifically version 1.0.0-beta06, which is used to request repository information."],["The `GetRepositoryRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes a constructor that can take another `GetRepositoryRequest` as an argument."],["The class has two key properties: `Name`, which is a string representing the repository's name, and `RepositoryName`, a typed view of the `Name` property, providing a structured way to access the repository's resource name."],["The `GetRepositoryRequest` class belongs to the `Google.Cloud.Dataform.V1Beta1` namespace and is part of the `Google.Cloud.Dataform.V1Beta1.dll` assembly."]]],[]]