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 covers the `GetRepositoryRequest` class, which is part of the Google Cloud Dataform v1beta1 API."],["The `GetRepositoryRequest` class is a request message used to retrieve repository information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling and cloning capabilities."],["The `GetRepositoryRequest` class has properties for managing the repository's name, including a string-typed `Name` and a `RepositoryName`-typed view for resource name management."],["The documentation provides information on the class's constructors, including a default constructor and one that takes another `GetRepositoryRequest` object as a parameter."]]],[]]