public sealed class GooRepository : IMessage<OSPolicy.Types.Resource.Types.RepositoryResource.Types.GooRepository>, IEquatable<OSPolicy.Types.Resource.Types.RepositoryResource.Types.GooRepository>, IDeepCloneable<OSPolicy.Types.Resource.Types.RepositoryResource.Types.GooRepository>, IBufferMessage, IMessage
Represents a Goo package repository. These are added to a repo file
that is managed at
C:/ProgramData/GooGet/repos/google_osconfig.repo.
[[["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-12 UTC."],[[["This webpage details the `GooRepository` class within the `Google.Cloud.OsConfig.V1` namespace, which is part of the Google Cloud OS Config library for .NET."],["`GooRepository` represents a Goo package repository, which is added to a managed repository file located at `C:/ProgramData/GooGet/repos/google_osconfig.repo`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message operations."],["Key properties of the `GooRepository` class include `Name` and `Url`, both of which are required and define the repository's name and URL, respectively."],["The page provides links to documentation for various versions of `GooRepository`, ranging from the latest 2.4.0 down to 1.3.0, with a specific focus on version 1.6.0."]]],[]]