ConfigurableBillingStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)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). We also include the
update type to indicate the type of update performed on the
configurable billing configuration in the UpdateProject operation.
Attributes |
|
|---|---|
| Name | Description |
effective_search_qpm_threshold |
int
Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations. |
effective_indexing_core_threshold |
int
Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Optional. The start time of the currently active billing subscription. |
terminate_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The latest terminate effective time of search qpm and indexing core subscriptions. |
search_qpm_threshold_next_update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The earliest next update time for the search QPM subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update QPM subscription threshold request is succeeded. |
indexing_core_threshold_next_update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The earliest next update time for the indexing core subscription threshold. This is based on the next_update_time returned by the underlying Cloud Billing Subscription V3 API. This field is populated only if an update indexing core subscription threshold request is succeeded. |
update_type |
google.cloud.discoveryengine_v1beta.types.Project.ConfigurableBillingStatus.UpdateType
Output only. The type of update performed in this operation. This field is populated in the response of UpdateProject. |
agent_search_token_subscription_statuses |
MutableSequence[google.cloud.discoveryengine_v1beta.types.Project.ConfigurableBillingStatus.AgentSearchTokenSubscriptionStatus]
Output only. Per-model Agent Search TPM subscription status. |
Classes
AgentSearchTokenSubscriptionStatus
AgentSearchTokenSubscriptionStatus(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Per-model Agent Search TPM subscription status. One entry per active
core_subscription.agent_search_token_subscriptions[*] entry in
the customer-provided config; populated by UpdateProject and
GetProject.
The lifecycle scalars on this message (start_time,
terminate_time, update_type,
tpm_threshold_next_update_time) are per (project, model_version)
— siblings of the whole-relationship start_time /
terminate_time / update_type on the enclosing
ConfigurableBillingStatus, but scoped to this specific Agent Search
TPM subscription instead of to the overall customer-configurable-
pricing relationship. This per-instance granularity is intentional:
the underlying SubV3 storage is per-(project, model_version), so
each model has its own activation, termination, and deferred-update
clock; surfacing that on the response gives customers the
granularity they need to manage per-model commitments independently.
QPM / IndexingCore differ — their storage is one row per (project,
location), so their lifecycle is represented only by the whole-
relationship scalars on ConfigurableBillingStatus.
UpdateType
UpdateType(value)The type of update performed on the configurable billing configuration.