Reference documentation and code samples for the BigQuery Reservation V1 API class Google::Cloud::Bigquery::Reservation::V1::ReservationGroup.
A reservation group is a container for reservations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod
. The reservation_group_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.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod
. The reservation_group_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.
Returns
-
(::String) — Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod
. The reservation_group_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.