public sealed class GetQuotaInfoRequest : IMessage<GetQuotaInfoRequest>, IEquatable<GetQuotaInfoRequest>, IDeepCloneable<GetQuotaInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Quotas v1 API class GetQuotaInfoRequest.
[[["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."],[[["This document provides reference documentation for the `GetQuotaInfoRequest` class within the Cloud Quotas v1 API, specifically version 1.0.0-beta05."],["The `GetQuotaInfoRequest` class is designed as a message for retrieving quota information and inherits from `object`, while implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, a default one and another that accepts a `GetQuotaInfoRequest` parameter for cloning, and it includes properties like `Name` (a string representing the resource name) and `QuotaInfoName` (a typed view of the resource name)."],["The `Name` property, which is a required field of type `string`, specifies the resource name of the quota info, following the format `projects/123/locations/global/services/compute.googleapis.com/quotaInfos/CpusPerProjectPerRegion`."]]],[]]