Class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
Represents the currently effective configurable billing parameters. These values are derived from the customer's
subscription history stored internally and reflect the thresholds actively being used for billing purposes at
the time of the GetProject call. This includes the start_time of the subscription and may differ from the values
in customer_provided_config due to billing rules (e.g., scale-downs taking effect only at the start of a new
month).
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveIndexingCoreThreshold
Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.
Declaration
[JsonProperty("effectiveIndexingCoreThreshold")]
public virtual long? EffectiveIndexingCoreThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
EffectiveSearchQpmThreshold
Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.
Declaration
[JsonProperty("effectiveSearchQpmThreshold")]
public virtual long? EffectiveSearchQpmThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StartTimeRaw
Optional. The start time of the currently active billing subscription.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |