You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ # A reservation group is a container for reservations.
111
+
"name": "A 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.
112
+
}
113
+
114
+
reservationGroupId: 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.
115
+
x__xgafv: string, V1 error format.
116
+
Allowed values
117
+
1 - v1 error format
118
+
2 - v2 error format
119
+
120
+
Returns:
121
+
An object of the form:
122
+
123
+
{ # A reservation group is a container for reservations.
124
+
"name": "A 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.
<pre>Deletes a reservation. Returns `google.rpc.Code.FAILED_PRECONDITION` when reservation has assignments.
131
+
132
+
Args:
133
+
name: string, Required. Resource name of the reservation group to retrieve. E.g., `projects/myproject/locations/US/reservationGroups/team1-prod` (required)
134
+
x__xgafv: string, V1 error format.
135
+
Allowed values
136
+
1 - v1 error format
137
+
2 - v2 error format
138
+
139
+
Returns:
140
+
An object of the form:
141
+
142
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
<pre>Returns information about the reservation group.
149
+
150
+
Args:
151
+
name: string, Required. Resource name of the reservation group to retrieve. E.g., `projects/myproject/locations/US/reservationGroups/team1-prod` (required)
152
+
x__xgafv: string, V1 error format.
153
+
Allowed values
154
+
1 - v1 error format
155
+
2 - v2 error format
156
+
157
+
Returns:
158
+
An object of the form:
159
+
160
+
{ # A reservation group is a container for reservations.
161
+
"name": "A 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.
<pre>Lists all the reservation groups for the project in the specified location.
168
+
169
+
Args:
170
+
parent: string, Required. The parent resource name containing project and location, e.g.: `projects/myproject/locations/US` (required)
171
+
pageSize: integer, The maximum number of items to return per page.
172
+
pageToken: string, The next_page_token value returned from a previous List request, if any.
173
+
x__xgafv: string, V1 error format.
174
+
Allowed values
175
+
1 - v1 error format
176
+
2 - v2 error format
177
+
178
+
Returns:
179
+
An object of the form:
180
+
181
+
{ # The response for ReservationService.ListReservationGroups.
182
+
"nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
183
+
"reservationGroups": [ # List of reservations visible to the user.
184
+
{ # A reservation group is a container for reservations.
185
+
"name": "A 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.
0 commit comments