Class Google::Cloud::Bigquery::Reservation::V1::CreateReservationRequest (v0.4.2)

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

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

#reservation=

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

#reservation_id

def reservation_id() -> ::String
Returns
  • (::String) — The reservation ID. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.

#reservation_id=

def reservation_id=(value) -> ::String
Parameter
  • value (::String) — The reservation ID. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.
Returns
  • (::String) — The reservation ID. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.