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

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

The request for ReservationService.CreateReservationGroup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Project, location. E.g., projects/myproject/locations/US

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Project, location. E.g., projects/myproject/locations/US
Returns
  • (::String) — Required. Project, location. E.g., projects/myproject/locations/US

#reservation_group

def reservation_group() -> ::Google::Cloud::Bigquery::Reservation::V1::ReservationGroup
Returns

#reservation_group=

def reservation_group=(value) -> ::Google::Cloud::Bigquery::Reservation::V1::ReservationGroup
Parameter
Returns

#reservation_group_id

def reservation_group_id() -> ::String
Returns
  • (::String) — Required. The reservation group ID. It 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.

#reservation_group_id=

def reservation_group_id=(value) -> ::String
Parameter
  • value (::String) — Required. The reservation group ID. It 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.
Returns
  • (::String) — Required. The reservation group ID. It 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.