Skip to content

Commit 88dcd31

Browse files
1 parent 1d8df41 commit 88dcd31

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
lines changed

clients/google-api-services-assuredworkloads/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-assuredworkloads</artifactId>
25-
<version>v1-rev20240821-2.0.0</version>
25+
<version>v1-rev20240823-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-assuredworkloads:v1-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1-rev20240823-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-assuredworkloads/v1/2.0.0/com/google/api/services/assuredworkloads/v1/model/GoogleCloudAssuredworkloadsV1Workload.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public final class GoogleCloudAssuredworkloadsV1Workload extends com.google.api.
152152

153153
/**
154154
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field
155-
* is required for creating SIA/PSN partner workloads. The caller should have
155+
* is required for creating SIA/PSN/CNTXT partner workloads. The caller should have
156156
* 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of
157157
* this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
158158
* The value may be {@code null}.
@@ -502,7 +502,7 @@ public GoogleCloudAssuredworkloadsV1Workload setPartnerPermissions(GoogleCloudAs
502502

503503
/**
504504
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field
505-
* is required for creating SIA/PSN partner workloads. The caller should have
505+
* is required for creating SIA/PSN/CNTXT partner workloads. The caller should have
506506
* 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of
507507
* this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
508508
* @return value or {@code null} for none
@@ -513,7 +513,7 @@ public java.lang.String getPartnerServicesBillingAccount() {
513513

514514
/**
515515
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field
516-
* is required for creating SIA/PSN partner workloads. The caller should have
516+
* is required for creating SIA/PSN/CNTXT partner workloads. The caller should have
517517
* 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of
518518
* this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
519519
* @param partnerServicesBillingAccount partnerServicesBillingAccount or {@code null} for none

clients/google-api-services-assuredworkloads/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-assuredworkloads</artifactId>
11-
<version>v1-rev20240821-2.0.0</version>
12-
<name>Assured Workloads API v1-rev20240821-2.0.0</name>
11+
<version>v1-rev20240823-2.0.0</version>
12+
<name>Assured Workloads API v1-rev20240823-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-assuredworkloads/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-assuredworkloads</artifactId>
25-
<version>v1-rev20240821-2.0.0</version>
25+
<version>v1-rev20240823-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-assuredworkloads:v1-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1-rev20240823-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-assuredworkloads/v1beta1/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-assuredworkloads</artifactId>
25-
<version>v1beta1-rev20240821-2.0.0</version>
25+
<version>v1beta1-rev20240823-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-assuredworkloads:v1beta1-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1beta1-rev20240823-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-assuredworkloads/v1beta1/2.0.0/com/google/api/services/assuredworkloads/v1beta1/model/GoogleCloudAssuredworkloadsV1beta1Workload.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public final class GoogleCloudAssuredworkloadsV1beta1Workload extends com.google
188188

189189
/**
190190
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field
191-
* is required for creating SIA/PSN partner workloads. The caller should have
191+
* is required for creating SIA/PSN/CNTXT partner workloads. The caller should have
192192
* 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of
193193
* this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
194194
* The value may be {@code null}.
@@ -625,7 +625,7 @@ public GoogleCloudAssuredworkloadsV1beta1Workload setPartnerPermissions(GoogleCl
625625

626626
/**
627627
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field
628-
* is required for creating SIA/PSN partner workloads. The caller should have
628+
* is required for creating SIA/PSN/CNTXT partner workloads. The caller should have
629629
* 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of
630630
* this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
631631
* @return value or {@code null} for none
@@ -636,7 +636,7 @@ public java.lang.String getPartnerServicesBillingAccount() {
636636

637637
/**
638638
* Optional. Billing account necessary for purchasing services from Sovereign Partners. This field
639-
* is required for creating SIA/PSN partner workloads. The caller should have
639+
* is required for creating SIA/PSN/CNTXT partner workloads. The caller should have
640640
* 'billing.resourceAssociations.create' IAM permission on this billing-account. The format of
641641
* this string is billingAccounts/AAAAAA-BBBBBB-CCCCCC
642642
* @param partnerServicesBillingAccount partnerServicesBillingAccount or {@code null} for none

clients/google-api-services-assuredworkloads/v1beta1/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-assuredworkloads</artifactId>
11-
<version>v1beta1-rev20240821-2.0.0</version>
12-
<name>Assured Workloads API v1beta1-rev20240821-2.0.0</name>
11+
<version>v1beta1-rev20240823-2.0.0</version>
12+
<name>Assured Workloads API v1beta1-rev20240823-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-assuredworkloads/v1beta1/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-assuredworkloads</artifactId>
25-
<version>v1beta1-rev20240821-2.0.0</version>
25+
<version>v1beta1-rev20240823-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-assuredworkloads:v1beta1-rev20240821-2.0.0'
38+
implementation 'com.google.apis:google-api-services-assuredworkloads:v1beta1-rev20240823-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)