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."],["The `GooRepository` class represents a Goo package repository, managing a repo file located at `C:/ProgramData/GooGet/repos/google_osconfig.repo`."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["Key properties of the `GooRepository` class include `Name` and `Url`, both required strings that specify the repository's name and URL respectively."],["This page also lists previous versions of the `GooRepository` documentation dating back to version 1.3.0, and as recently as 2.4.0."]]],[]]