Skip to content

Commit d08b541

Browse files
1 parent 341eb6f commit d08b541

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

clients/google-api-services-cloudtasks/v2beta3/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-cloudtasks</artifactId>
25-
<version>v2beta3-rev20260115-2.0.0</version>
25+
<version>v2beta3-rev20260306-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-cloudtasks:v2beta3-rev20260115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20260306-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudtasks/v2beta3/2.0.0/com/google/api/services/cloudtasks/v2beta3/CloudTasks.java

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,10 @@ public GetCmekConfig set(String parameterName, Object value) {
462462
}
463463
}
464464
/**
465-
* Lists information about the supported locations for this service.
465+
* Lists information about the supported locations for this service. This method can be called in
466+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
467+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
468+
* public locations as well as private or other locations specifically visible to the project.
466469
*
467470
* Create a request for the method "locations.list".
468471
*
@@ -486,7 +489,10 @@ public class List extends CloudTasksRequest<com.google.api.services.cloudtasks.v
486489
java.util.regex.Pattern.compile("^projects/[^/]+$");
487490

488491
/**
489-
* Lists information about the supported locations for this service.
492+
* Lists information about the supported locations for this service. This method can be called in
493+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
494+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
495+
* public locations as well as private or other locations specifically visible to the project.
490496
*
491497
* Create a request for the method "locations.list".
492498
*
@@ -687,7 +693,7 @@ public List set(String parameterName, Object value) {
687693
}
688694
}
689695
/**
690-
* Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key assotiated with the
696+
* Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key associated with the
691697
* Cloud Tasks location (Creates if the key does not already exist). All new tasks created in the
692698
* location will be encrypted at-rest with the KMS-key provided in the config.
693699
*
@@ -715,7 +721,7 @@ public class UpdateCmekConfig extends CloudTasksRequest<com.google.api.services.
715721
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/cmekConfig$");
716722

717723
/**
718-
* Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key assotiated with
724+
* Creates or Updates a CMEK config. Updates the Customer Managed Encryption Key associated with
719725
* the Cloud Tasks location (Creates if the key does not already exist). All new tasks created in
720726
* the location will be encrypted at-rest with the KMS-key provided in the config.
721727
*

clients/google-api-services-cloudtasks/v2beta3/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-cloudtasks</artifactId>
11-
<version>v2beta3-rev20260115-2.0.0</version>
12-
<name>Cloud Tasks API v2beta3-rev20260115-2.0.0</name>
11+
<version>v2beta3-rev20260306-2.0.0</version>
12+
<name>Cloud Tasks API v2beta3-rev20260306-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudtasks/v2beta3/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-cloudtasks</artifactId>
25-
<version>v2beta3-rev20260115-2.0.0</version>
25+
<version>v2beta3-rev20260306-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-cloudtasks:v2beta3-rev20260115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudtasks:v2beta3-rev20260306-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)