BigQuery Reservation V1 API - Class Google::Cloud::Bigquery::Reservation::V1::SchedulingPolicy (v1.9.0)

Reference documentation and code samples for the BigQuery Reservation V1 API class Google::Cloud::Bigquery::Reservation::V1::SchedulingPolicy.

The scheduling policy controls how a reservation's resources are distributed.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#concurrency

def concurrency() -> ::Integer
Returns
  • (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the concurrency of jobs running for any particular project within it to the given value.

    This feature is not yet generally available.

#concurrency=

def concurrency=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the concurrency of jobs running for any particular project within it to the given value.

    This feature is not yet generally available.

Returns
  • (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the concurrency of jobs running for any particular project within it to the given value.

    This feature is not yet generally available.

#max_slots

def max_slots() -> ::Integer
Returns
  • (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the slot consumption of queries running for any particular project within it to the given value.

    This feature is not yet generally available.

#max_slots=

def max_slots=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the slot consumption of queries running for any particular project within it to the given value.

    This feature is not yet generally available.

Returns
  • (::Integer) — Optional. If present and > 0, the reservation will attempt to limit the slot consumption of queries running for any particular project within it to the given value.

    This feature is not yet generally available.