Skip to content

Commit dc1442a

Browse files
1 parent e3e9b70 commit dc1442a

File tree

15 files changed

+81
-81
lines changed

15 files changed

+81
-81
lines changed

clients/google-api-services-cloudfunctions/v2/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-cloudfunctions</artifactId>
25-
<version>v2-rev20240725-2.0.0</version>
25+
<version>v2-rev20240822-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-cloudfunctions:v2-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2-rev20240822-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudfunctions/v2/2.0.0/com/google/api/services/cloudfunctions/v2/model/Function.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public final class Function extends com.google.api.client.json.GenericJson {
6868
private EventTrigger eventTrigger;
6969

7070
/**
71-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
72-
* function resources. It must match the pattern
71+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function
72+
* resources. It must match the pattern
7373
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
7474
* The value may be {@code null}.
7575
*/
@@ -230,8 +230,8 @@ public Function setEventTrigger(EventTrigger eventTrigger) {
230230
}
231231

232232
/**
233-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
234-
* function resources. It must match the pattern
233+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function
234+
* resources. It must match the pattern
235235
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
236236
* @return value or {@code null} for none
237237
*/
@@ -240,8 +240,8 @@ public java.lang.String getKmsKeyName() {
240240
}
241241

242242
/**
243-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
244-
* function resources. It must match the pattern
243+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function
244+
* resources. It must match the pattern
245245
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
246246
* @param kmsKeyName kmsKeyName or {@code null} for none
247247
*/

clients/google-api-services-cloudfunctions/v2/2.0.0/com/google/api/services/cloudfunctions/v2/model/GenerateUploadUrlRequest.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ public final class GenerateUploadUrlRequest extends com.google.api.client.json.G
3939
private java.lang.String environment;
4040

4141
/**
42-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
43-
* function source code objects in intermediate Cloud Storage buckets. When you generate an upload
44-
* url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The
45-
* source code is then copied to a versioned directory in the sources bucket in the consumer
46-
* project during the function deployment. It must match the pattern
42+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source
43+
* code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload
44+
* your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is
45+
* then copied to a versioned directory in the sources bucket in the consumer project during the
46+
* function deployment. It must match the pattern
4747
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The
4848
* Google Cloud Functions service account (service-{project_number}@gcf-admin-
4949
* robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey
@@ -76,11 +76,11 @@ public GenerateUploadUrlRequest setEnvironment(java.lang.String environment) {
7676
}
7777

7878
/**
79-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
80-
* function source code objects in intermediate Cloud Storage buckets. When you generate an upload
81-
* url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The
82-
* source code is then copied to a versioned directory in the sources bucket in the consumer
83-
* project during the function deployment. It must match the pattern
79+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source
80+
* code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload
81+
* your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is
82+
* then copied to a versioned directory in the sources bucket in the consumer project during the
83+
* function deployment. It must match the pattern
8484
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The
8585
* Google Cloud Functions service account (service-{project_number}@gcf-admin-
8686
* robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey
@@ -93,11 +93,11 @@ public java.lang.String getKmsKeyName() {
9393
}
9494

9595
/**
96-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
97-
* function source code objects in intermediate Cloud Storage buckets. When you generate an upload
98-
* url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The
99-
* source code is then copied to a versioned directory in the sources bucket in the consumer
100-
* project during the function deployment. It must match the pattern
96+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source
97+
* code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload
98+
* your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is
99+
* then copied to a versioned directory in the sources bucket in the consumer project during the
100+
* function deployment. It must match the pattern
101101
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The
102102
* Google Cloud Functions service account (service-{project_number}@gcf-admin-
103103
* robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey

clients/google-api-services-cloudfunctions/v2/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-cloudfunctions</artifactId>
11-
<version>v2-rev20240725-2.0.0</version>
12-
<name>Cloud Functions API v2-rev20240725-2.0.0</name>
11+
<version>v2-rev20240822-2.0.0</version>
12+
<name>Cloud Functions API v2-rev20240822-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudfunctions/v2/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-cloudfunctions</artifactId>
25-
<version>v2-rev20240725-2.0.0</version>
25+
<version>v2-rev20240822-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-cloudfunctions:v2-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2-rev20240822-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
25-
<version>v2alpha-rev20240725-2.0.0</version>
25+
<version>v2alpha-rev20240822-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-cloudfunctions:v2alpha-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2alpha-rev20240822-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudfunctions/v2alpha/2.0.0/com/google/api/services/cloudfunctions/v2alpha/model/Function.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public final class Function extends com.google.api.client.json.GenericJson {
6868
private EventTrigger eventTrigger;
6969

7070
/**
71-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
72-
* function resources. It must match the pattern
71+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function
72+
* resources. It must match the pattern
7373
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
7474
* The value may be {@code null}.
7575
*/
@@ -230,8 +230,8 @@ public Function setEventTrigger(EventTrigger eventTrigger) {
230230
}
231231

232232
/**
233-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
234-
* function resources. It must match the pattern
233+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function
234+
* resources. It must match the pattern
235235
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
236236
* @return value or {@code null} for none
237237
*/
@@ -240,8 +240,8 @@ public java.lang.String getKmsKeyName() {
240240
}
241241

242242
/**
243-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
244-
* function resources. It must match the pattern
243+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function
244+
* resources. It must match the pattern
245245
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
246246
* @param kmsKeyName kmsKeyName or {@code null} for none
247247
*/

clients/google-api-services-cloudfunctions/v2alpha/2.0.0/com/google/api/services/cloudfunctions/v2alpha/model/GenerateUploadUrlRequest.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ public final class GenerateUploadUrlRequest extends com.google.api.client.json.G
3939
private java.lang.String environment;
4040

4141
/**
42-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
43-
* function source code objects in intermediate Cloud Storage buckets. When you generate an upload
44-
* url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The
45-
* source code is then copied to a versioned directory in the sources bucket in the consumer
46-
* project during the function deployment. It must match the pattern
42+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source
43+
* code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload
44+
* your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is
45+
* then copied to a versioned directory in the sources bucket in the consumer project during the
46+
* function deployment. It must match the pattern
4747
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The
4848
* Google Cloud Functions service account (service-{project_number}@gcf-admin-
4949
* robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey
@@ -76,11 +76,11 @@ public GenerateUploadUrlRequest setEnvironment(java.lang.String environment) {
7676
}
7777

7878
/**
79-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
80-
* function source code objects in intermediate Cloud Storage buckets. When you generate an upload
81-
* url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The
82-
* source code is then copied to a versioned directory in the sources bucket in the consumer
83-
* project during the function deployment. It must match the pattern
79+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source
80+
* code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload
81+
* your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is
82+
* then copied to a versioned directory in the sources bucket in the consumer project during the
83+
* function deployment. It must match the pattern
8484
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The
8585
* Google Cloud Functions service account (service-{project_number}@gcf-admin-
8686
* robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey
@@ -93,11 +93,11 @@ public java.lang.String getKmsKeyName() {
9393
}
9494

9595
/**
96-
* [Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt
97-
* function source code objects in intermediate Cloud Storage buckets. When you generate an upload
98-
* url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. The
99-
* source code is then copied to a versioned directory in the sources bucket in the consumer
100-
* project during the function deployment. It must match the pattern
96+
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source
97+
* code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload
98+
* your source code, it gets copied to an intermediate Cloud Storage bucket. The source code is
99+
* then copied to a versioned directory in the sources bucket in the consumer project during the
100+
* function deployment. It must match the pattern
101101
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. The
102102
* Google Cloud Functions service account (service-{project_number}@gcf-admin-
103103
* robot.iam.gserviceaccount.com) must be granted the role 'Cloud KMS CryptoKey

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
11-
<version>v2alpha-rev20240725-2.0.0</version>
12-
<name>Cloud Functions API v2alpha-rev20240725-2.0.0</name>
11+
<version>v2alpha-rev20240822-2.0.0</version>
12+
<name>Cloud Functions API v2alpha-rev20240822-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
25-
<version>v2alpha-rev20240725-2.0.0</version>
25+
<version>v2alpha-rev20240822-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-cloudfunctions:v2alpha-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2alpha-rev20240822-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)