Skip to content

Commit edb258c

Browse files
1 parent b94da90 commit edb258c

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/BigQueryReservation/Assignment.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ class Assignment extends \Google\Model
120120
* l://iam.googleapis.com/projects/-/serviceAccounts/SA_EMAIL_ADDRESS` for
121121
* service accounts, * `principal://iam.googleapis.com/projects/PROJECT_NUMBER
122122
* /locations/global/workloadIdentityPools/POOL_ID/subject/SUBJECT_ID` for
123-
* workload identity pool identities.
123+
* workload identity pool identities. * The special value
124+
* `unknown_or_deleted_user` represents principals which cannot be read from
125+
* the user info service, for example deleted users.
124126
*
125127
* @var string
126128
*/
@@ -221,7 +223,9 @@ public function getName()
221223
* l://iam.googleapis.com/projects/-/serviceAccounts/SA_EMAIL_ADDRESS` for
222224
* service accounts, * `principal://iam.googleapis.com/projects/PROJECT_NUMBER
223225
* /locations/global/workloadIdentityPools/POOL_ID/subject/SUBJECT_ID` for
224-
* workload identity pool identities.
226+
* workload identity pool identities. * The special value
227+
* `unknown_or_deleted_user` represents principals which cannot be read from
228+
* the user info service, for example deleted users.
225229
*
226230
* @param string $principal
227231
*/

src/BigQueryReservation/Reservation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Reservation extends \Google\Model
6161
* available in other reservations, the reservation will scale up to 1000
6262
* slots with 200 baseline and 800 idle slots. 2. if there are 500 idle slots
6363
* available in other reservations, the reservation will scale up to 700 slots
64-
* with 200 baseline and 300 idle slots. Please note, in this mode, the
64+
* with 200 baseline and 500 idle slots. Please note, in this mode, the
6565
* reservation might not be able to scale up to max_slots. Please note, in
6666
* this mode, the ignore_idle_slots field must be set to false. Otherwise the
6767
* request will be rejected with error code

0 commit comments

Comments
 (0)