public sealed class ProjectsSetDefaultNetworkTierRequest : IMessage<ProjectsSetDefaultNetworkTierRequest>, IEquatable<ProjectsSetDefaultNetworkTierRequest>, IDeepCloneable<ProjectsSetDefaultNetworkTierRequest>, 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-21 UTC."],[[["The `ProjectsSetDefaultNetworkTierRequest` class is available in multiple versions, with the latest being 3.6.0 and a full range from version 1.0.0 to 3.6.0 listed."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors: a default constructor and a constructor that takes another `ProjectsSetDefaultNetworkTierRequest` object as a parameter for making a copy."],["It has two properties, `HasNetworkTier` (a boolean indicating if the network_tier field is set) and `NetworkTier` (a string to set the default network tier)."],["The namespace for the class is Google.Cloud.Compute.V1, and the containing assembly is Google.Cloud.Compute.V1.dll."]]],[]]