public sealed class BackendBucketUsedBy : IMessage<BackendBucketUsedBy>, IEquatable<BackendBucketUsedBy>, IDeepCloneable<BackendBucketUsedBy>, 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-03-31 UTC."],[[["The `BackendBucketUsedBy` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, providing functionalities related to backend buckets."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer manipulation."],["The class is available in multiple versions, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest, indicating ongoing development and updates."],["The `BackendBucketUsedBy` class includes two constructors, a default constructor and a copy constructor which takes an instance of the class as parameter, allowing for the creation of new instances and deep copies."],["It exposes two key properties, `HasReference`, a boolean indicating if the \"reference\" field is set, and `Reference`, a string that represents the server-defined URL for UrlMaps referencing the associated BackendBucket."]]],[]]