Class: Google::Apis::BigqueryreservationV1::CapacityCommitment
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryreservationV1::CapacityCommitment
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigqueryreservation_v1/classes.rb,
lib/google/apis/bigqueryreservation_v1/representations.rb,
lib/google/apis/bigqueryreservation_v1/representations.rb
Overview
Capacity commitment is a way to purchase compute capacity for BigQuery jobs ( in the form of slots) with some committed period of usage. Annual commitments renew by default. Commitments can be removed after their commitment end time passes. In order to remove annual commitment, its plan needs to be changed to monthly or flex first. A capacity commitment resource exists as a child resource of the admin project.
Instance Attribute Summary collapse
-
#commitment_end_time ⇒ String
Output only.
-
#commitment_start_time ⇒ String
Output only.
-
#edition ⇒ String
Edition of the capacity commitment.
-
#failure_status ⇒ Google::Apis::BigqueryreservationV1::Status
The
Status
type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. -
#is_flat_rate ⇒ Boolean
(also: #is_flat_rate?)
Output only.
-
#multi_region_auxiliary ⇒ Boolean
(also: #multi_region_auxiliary?)
Applicable only for commitments located within one of the BigQuery multi- regions (US or EU).
-
#name ⇒ String
Output only.
-
#plan ⇒ String
Capacity commitment commitment plan.
-
#renewal_plan ⇒ String
The plan this capacity commitment is converted to after commitment_end_time passes.
-
#slot_count ⇒ Fixnum
Number of slots in this commitment.
-
#state ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CapacityCommitment
constructor
A new instance of CapacityCommitment.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CapacityCommitment
Returns a new instance of CapacityCommitment.
236 237 238 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 236 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commitment_end_time ⇒ String
Output only. The end of the current commitment period. It is applicable only
for ACTIVE capacity commitments. Note after renewal, commitment_end_time is
the time the renewed commitment expires. So itwould be at a time after
commitment_start_time + committed period, because we don't change
commitment_start_time ,
Corresponds to the JSON property commitmentEndTime
163 164 165 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 163 def commitment_end_time @commitment_end_time end |
#commitment_start_time ⇒ String
Output only. The start of the current commitment period. It is applicable only
for ACTIVE capacity commitments. Note after the commitment is renewed,
commitment_start_time won't be changed. It refers to the start time of the
original commitment.
Corresponds to the JSON property commitmentStartTime
171 172 173 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 171 def commitment_start_time @commitment_start_time end |
#edition ⇒ String
Edition of the capacity commitment.
Corresponds to the JSON property edition
176 177 178 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 176 def edition @edition end |
#failure_status ⇒ Google::Apis::BigqueryreservationV1::Status
The Status
type defines a logical error model that is suitable for different
programming environments, including REST APIs and RPC APIs. It is used by
gRPC. Each Status
message contains three pieces of
data: error code, error message, and error details. You can find out more
about this error model and how to work with it in the API Design Guide.
Corresponds to the JSON property failureStatus
186 187 188 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 186 def failure_status @failure_status end |
#is_flat_rate ⇒ Boolean Also known as: is_flat_rate?
Output only. If true, the commitment is a flat-rate commitment, otherwise, it'
s an edition commitment.
Corresponds to the JSON property isFlatRate
192 193 194 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 192 def is_flat_rate @is_flat_rate end |
#multi_region_auxiliary ⇒ Boolean Also known as: multi_region_auxiliary?
Applicable only for commitments located within one of the BigQuery multi-
regions (US or EU). If set to true, this commitment is placed in the
organization's secondary region which is designated for disaster recovery
purposes. If false, this commitment is placed in the organization's default
region. NOTE: this is a preview feature. Project must be allow-listed in order
to set this field.
Corresponds to the JSON property multiRegionAuxiliary
203 204 205 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 203 def multi_region_auxiliary @multi_region_auxiliary end |
#name ⇒ String
Output only. The resource name of the capacity commitment, e.g., projects/
myproject/locations/US/capacityCommitments/123
The commitment_id must only
contain lower case alphanumeric characters or dashes. It must start with a
letter and must not end with a dash. Its maximum length is 64 characters.
Corresponds to the JSON property name
212 213 214 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 212 def name @name end |
#plan ⇒ String
Capacity commitment commitment plan.
Corresponds to the JSON property plan
217 218 219 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 217 def plan @plan end |
#renewal_plan ⇒ String
The plan this capacity commitment is converted to after commitment_end_time
passes. Once the plan is changed, committed period is extended according to
commitment plan. Only applicable for ANNUAL and TRIAL commitments.
Corresponds to the JSON property renewalPlan
224 225 226 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 224 def renewal_plan @renewal_plan end |
#slot_count ⇒ Fixnum
Number of slots in this commitment.
Corresponds to the JSON property slotCount
229 230 231 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 229 def slot_count @slot_count end |
#state ⇒ String
Output only. State of the commitment.
Corresponds to the JSON property state
234 235 236 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 234 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/google/apis/bigqueryreservation_v1/classes.rb', line 241 def update!(**args) @commitment_end_time = args[:commitment_end_time] if args.key?(:commitment_end_time) @commitment_start_time = args[:commitment_start_time] if args.key?(:commitment_start_time) @edition = args[:edition] if args.key?(:edition) @failure_status = args[:failure_status] if args.key?(:failure_status) @is_flat_rate = args[:is_flat_rate] if args.key?(:is_flat_rate) @multi_region_auxiliary = args[:multi_region_auxiliary] if args.key?(:multi_region_auxiliary) @name = args[:name] if args.key?(:name) @plan = args[:plan] if args.key?(:plan) @renewal_plan = args[:renewal_plan] if args.key?(:renewal_plan) @slot_count = args[:slot_count] if args.key?(:slot_count) @state = args[:state] if args.key?(:state) end |