Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Project::ConfigurableBillingStatus.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_search_token_subscription_statuses
def agent_search_token_subscription_statuses() -> ::Array<::Google::Cloud::DiscoveryEngine::V1beta::Project::ConfigurableBillingStatus::AgentSearchTokenSubscriptionStatus>- (::Array<::Google::Cloud::DiscoveryEngine::V1beta::Project::ConfigurableBillingStatus::AgentSearchTokenSubscriptionStatus>) — Output only. Per-model Agent Search TPM subscription status.
#effective_indexing_core_threshold
def effective_indexing_core_threshold() -> ::Integer- (::Integer) — Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.
#effective_indexing_core_threshold=
def effective_indexing_core_threshold=(value) -> ::Integer- value (::Integer) — Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.
- (::Integer) — Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.
#effective_search_qpm_threshold
def effective_search_qpm_threshold() -> ::Integer- (::Integer) — 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_search_qpm_threshold=
def effective_search_qpm_threshold=(value) -> ::Integer- value (::Integer) — Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.
- (::Integer) — Optional. The currently effective Search QPM threshold in queries per minute. This is the threshold against which QPM usage is compared for overage calculations.
#indexing_core_threshold_next_update_time
def indexing_core_threshold_next_update_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::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.
#search_qpm_threshold_next_update_time
def search_qpm_threshold_next_update_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::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.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Optional. The start time of the currently active billing subscription.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp- value (::Google::Protobuf::Timestamp) — Optional. The start time of the currently active billing subscription.
- (::Google::Protobuf::Timestamp) — Optional. The start time of the currently active billing subscription.
#terminate_time
def terminate_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The latest terminate effective time of search qpm and indexing core subscriptions.
#update_type
def update_type() -> ::Google::Cloud::DiscoveryEngine::V1beta::Project::ConfigurableBillingStatus::UpdateType- (::Google::Cloud::DiscoveryEngine::V1beta::Project::ConfigurableBillingStatus::UpdateType) — Output only. The type of update performed in this operation. This field is populated in the response of UpdateProject.