public sealed class ResourceGroupReference : IMessage<ResourceGroupReference>, IEquatable<ResourceGroupReference>, IDeepCloneable<ResourceGroupReference>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `ResourceGroupReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and properties."],["The latest version of the `Google.Cloud.Compute.V1` package is 3.6.0, and the page highlights version 3.5.0, while also offering links to previous versions, down to version 1.0.0."],["The `ResourceGroupReference` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality comparison, deep cloning, and buffer operations."],["The class has two constructors: a default one `ResourceGroupReference()`, and one that takes another `ResourceGroupReference` instance as a parameter, `ResourceGroupReference(ResourceGroupReference other)`."],["The `Group` property, a string type, is used to store a URI that refers to an instance or network endpoint group listed in the backend service, and there is a `HasGroup` property that is a boolean type used to determine if the `Group` field is set or not."]]],[]]