Skip to content

Commit 53dcb41

Browse files
1 parent c441b6c commit 53dcb41

File tree

8 files changed

+42
-48
lines changed

8 files changed

+42
-48
lines changed

clients/google-api-services-workstations/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workstations</artifactId>
25-
<version>v1-rev20240301-2.0.0</version>
25+
<version>v1-rev20240424-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workstations:v1-rev20240301-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1-rev20240424-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceInstance.java

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
129129

130130
/**
131131
* Optional. The email address of the service account for Cloud Workstations VMs created with this
132-
* configuration. When specified, be sure that the service account has `logginglogEntries.create`
133-
* permission on the project so it can write logs out to Cloud Logging. If using a custom
134-
* container image, the service account must have [Artifact Registry
132+
* configuration. When specified, be sure that the service account has `logging.logEntries.create`
133+
* and `monitoring.timeSeries.create` permissions on the project so it can write logs out to Cloud
134+
* Logging. If using a custom container image, the service account must have [Artifact Registry
135135
* Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles) permission to
136136
* pull the specified image. If you as the administrator want to be able to `ssh` into the
137137
* underlying VM, you need to set this value to a service account for which you have the
@@ -145,9 +145,8 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
145145
private java.lang.String serviceAccount;
146146

147147
/**
148-
* Optional. Scopes to grant to the service_account. Various scopes are automatically added based
149-
* on feature usage. When specified, users of workstations under this configuration must have
150-
* `iam.serviceAccounts.actAs` on the service account.
148+
* Optional. Scopes to grant to the service_account. When specified, users of workstations under
149+
* this configuration must have `iam.serviceAccounts.actAs` on the service account.
151150
* The value may be {@code null}.
152151
*/
153152
@com.google.api.client.util.Key
@@ -381,9 +380,9 @@ public GceInstance setPooledInstances(java.lang.Integer pooledInstances) {
381380

382381
/**
383382
* Optional. The email address of the service account for Cloud Workstations VMs created with this
384-
* configuration. When specified, be sure that the service account has `logginglogEntries.create`
385-
* permission on the project so it can write logs out to Cloud Logging. If using a custom
386-
* container image, the service account must have [Artifact Registry
383+
* configuration. When specified, be sure that the service account has `logging.logEntries.create`
384+
* and `monitoring.timeSeries.create` permissions on the project so it can write logs out to Cloud
385+
* Logging. If using a custom container image, the service account must have [Artifact Registry
387386
* Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles) permission to
388387
* pull the specified image. If you as the administrator want to be able to `ssh` into the
389388
* underlying VM, you need to set this value to a service account for which you have the
@@ -399,9 +398,9 @@ public java.lang.String getServiceAccount() {
399398

400399
/**
401400
* Optional. The email address of the service account for Cloud Workstations VMs created with this
402-
* configuration. When specified, be sure that the service account has `logginglogEntries.create`
403-
* permission on the project so it can write logs out to Cloud Logging. If using a custom
404-
* container image, the service account must have [Artifact Registry
401+
* configuration. When specified, be sure that the service account has `logging.logEntries.create`
402+
* and `monitoring.timeSeries.create` permissions on the project so it can write logs out to Cloud
403+
* Logging. If using a custom container image, the service account must have [Artifact Registry
405404
* Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles) permission to
406405
* pull the specified image. If you as the administrator want to be able to `ssh` into the
407406
* underlying VM, you need to set this value to a service account for which you have the
@@ -417,19 +416,17 @@ public GceInstance setServiceAccount(java.lang.String serviceAccount) {
417416
}
418417

419418
/**
420-
* Optional. Scopes to grant to the service_account. Various scopes are automatically added based
421-
* on feature usage. When specified, users of workstations under this configuration must have
422-
* `iam.serviceAccounts.actAs` on the service account.
419+
* Optional. Scopes to grant to the service_account. When specified, users of workstations under
420+
* this configuration must have `iam.serviceAccounts.actAs` on the service account.
423421
* @return value or {@code null} for none
424422
*/
425423
public java.util.List<java.lang.String> getServiceAccountScopes() {
426424
return serviceAccountScopes;
427425
}
428426

429427
/**
430-
* Optional. Scopes to grant to the service_account. Various scopes are automatically added based
431-
* on feature usage. When specified, users of workstations under this configuration must have
432-
* `iam.serviceAccounts.actAs` on the service account.
428+
* Optional. Scopes to grant to the service_account. When specified, users of workstations under
429+
* this configuration must have `iam.serviceAccounts.actAs` on the service account.
433430
* @param serviceAccountScopes serviceAccountScopes or {@code null} for none
434431
*/
435432
public GceInstance setServiceAccountScopes(java.util.List<java.lang.String> serviceAccountScopes) {

clients/google-api-services-workstations/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-workstations</artifactId>
11-
<version>v1-rev20240301-2.0.0</version>
12-
<name>Cloud Workstations API v1-rev20240301-2.0.0</name>
11+
<version>v1-rev20240424-2.0.0</version>
12+
<name>Cloud Workstations API v1-rev20240424-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workstations/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workstations</artifactId>
25-
<version>v1-rev20240301-2.0.0</version>
25+
<version>v1-rev20240424-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workstations:v1-rev20240301-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1-rev20240424-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workstations/v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workstations</artifactId>
25-
<version>v1beta-rev20240318-2.0.0</version>
25+
<version>v1beta-rev20240424-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20240318-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20240424-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/GceInstance.java

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
143143

144144
/**
145145
* Optional. The email address of the service account for Cloud Workstations VMs created with this
146-
* configuration. When specified, be sure that the service account has `logginglogEntries.create`
147-
* permission on the project so it can write logs out to Cloud Logging. If using a custom
148-
* container image, the service account must have [Artifact Registry
146+
* configuration. When specified, be sure that the service account has `logging.logEntries.create`
147+
* and `monitoring.timeSeries.create` permissions on the project so it can write logs out to Cloud
148+
* Logging. If using a custom container image, the service account must have [Artifact Registry
149149
* Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles) permission to
150150
* pull the specified image. If you as the administrator want to be able to `ssh` into the
151151
* underlying VM, you need to set this value to a service account for which you have the
@@ -159,9 +159,8 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
159159
private java.lang.String serviceAccount;
160160

161161
/**
162-
* Optional. Scopes to grant to the service_account. Various scopes are automatically added based
163-
* on feature usage. When specified, users of workstations under this configuration must have
164-
* `iam.serviceAccounts.actAs` on the service account.
162+
* Optional. Scopes to grant to the service_account. When specified, users of workstations under
163+
* this configuration must have `iam.serviceAccounts.actAs` on the service account.
165164
* The value may be {@code null}.
166165
*/
167166
@com.google.api.client.util.Key
@@ -423,9 +422,9 @@ public GceInstance setPooledInstances(java.lang.Integer pooledInstances) {
423422

424423
/**
425424
* Optional. The email address of the service account for Cloud Workstations VMs created with this
426-
* configuration. When specified, be sure that the service account has `logginglogEntries.create`
427-
* permission on the project so it can write logs out to Cloud Logging. If using a custom
428-
* container image, the service account must have [Artifact Registry
425+
* configuration. When specified, be sure that the service account has `logging.logEntries.create`
426+
* and `monitoring.timeSeries.create` permissions on the project so it can write logs out to Cloud
427+
* Logging. If using a custom container image, the service account must have [Artifact Registry
429428
* Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles) permission to
430429
* pull the specified image. If you as the administrator want to be able to `ssh` into the
431430
* underlying VM, you need to set this value to a service account for which you have the
@@ -441,9 +440,9 @@ public java.lang.String getServiceAccount() {
441440

442441
/**
443442
* Optional. The email address of the service account for Cloud Workstations VMs created with this
444-
* configuration. When specified, be sure that the service account has `logginglogEntries.create`
445-
* permission on the project so it can write logs out to Cloud Logging. If using a custom
446-
* container image, the service account must have [Artifact Registry
443+
* configuration. When specified, be sure that the service account has `logging.logEntries.create`
444+
* and `monitoring.timeSeries.create` permissions on the project so it can write logs out to Cloud
445+
* Logging. If using a custom container image, the service account must have [Artifact Registry
447446
* Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles) permission to
448447
* pull the specified image. If you as the administrator want to be able to `ssh` into the
449448
* underlying VM, you need to set this value to a service account for which you have the
@@ -459,19 +458,17 @@ public GceInstance setServiceAccount(java.lang.String serviceAccount) {
459458
}
460459

461460
/**
462-
* Optional. Scopes to grant to the service_account. Various scopes are automatically added based
463-
* on feature usage. When specified, users of workstations under this configuration must have
464-
* `iam.serviceAccounts.actAs` on the service account.
461+
* Optional. Scopes to grant to the service_account. When specified, users of workstations under
462+
* this configuration must have `iam.serviceAccounts.actAs` on the service account.
465463
* @return value or {@code null} for none
466464
*/
467465
public java.util.List<java.lang.String> getServiceAccountScopes() {
468466
return serviceAccountScopes;
469467
}
470468

471469
/**
472-
* Optional. Scopes to grant to the service_account. Various scopes are automatically added based
473-
* on feature usage. When specified, users of workstations under this configuration must have
474-
* `iam.serviceAccounts.actAs` on the service account.
470+
* Optional. Scopes to grant to the service_account. When specified, users of workstations under
471+
* this configuration must have `iam.serviceAccounts.actAs` on the service account.
475472
* @param serviceAccountScopes serviceAccountScopes or {@code null} for none
476473
*/
477474
public GceInstance setServiceAccountScopes(java.util.List<java.lang.String> serviceAccountScopes) {

clients/google-api-services-workstations/v1beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-workstations</artifactId>
11-
<version>v1beta-rev20240318-2.0.0</version>
12-
<name>Cloud Workstations API v1beta-rev20240318-2.0.0</name>
11+
<version>v1beta-rev20240424-2.0.0</version>
12+
<name>Cloud Workstations API v1beta-rev20240424-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-workstations/v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-workstations</artifactId>
25-
<version>v1beta-rev20240318-2.0.0</version>
25+
<version>v1beta-rev20240424-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20240318-2.0.0'
38+
implementation 'com.google.apis:google-api-services-workstations:v1beta-rev20240424-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)