public sealed class TargetSite.Types.FailureReason.Types.QuotaFailure : IMessage<TargetSite.Types.FailureReason.Types.QuotaFailure>, IEquatable<TargetSite.Types.FailureReason.Types.QuotaFailure>, IDeepCloneable<TargetSite.Types.FailureReason.Types.QuotaFailure>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class TargetSite.Types.FailureReason.Types.QuotaFailure.
[[["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 documentation provides details for the `QuotaFailure` class within the Discovery Engine v1beta API, specifically for version 1.0.0-beta18, and it is found under the namespace `Google.Cloud.DiscoveryEngine.V1Beta`."],["The `QuotaFailure` class represents a failure reason related to insufficient quota, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `QuotaFailure()` and another `QuotaFailure(QuotaFailure)` that takes another `QuotaFailure` object as a parameter, allowing for easy duplication of the class."],["`QuotaFailure` includes a `TotalRequiredQuota` property that is a long integer type, which represents an estimation of the total quota required for successful indexing."]]],[]]