Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Project::ConfigurableBillingStatus (v0.28.0)

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>
Returns

#effective_indexing_core_threshold

def effective_indexing_core_threshold() -> ::Integer
Returns
  • (::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
Parameter
  • value (::Integer) — Optional. The currently effective Indexing Core threshold. This is the threshold against which Indexing Core usage is compared for overage calculations.
Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns
  • (::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
Returns
  • (::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
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#terminate_time

def terminate_time() -> ::Google::Protobuf::Timestamp
Returns

#update_type

def update_type() -> ::Google::Cloud::DiscoveryEngine::V1beta::Project::ConfigurableBillingStatus::UpdateType
Returns