Skip to content

Commit 492696e

Browse files
chore: Update generation configuration at Sun Oct 27 02:26:44 UTC 2024 (googleapis#11246)
chore: Update generation configuration at Sun Oct 27 02:26:44 UTC 2024
1 parent 672c416 commit 492696e

File tree

2,634 files changed

+269490
-50999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,634 files changed

+269490
-50999
lines changed

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.47.0
2-
googleapis_commitish: 8692273ae7e0ef95d264e1bb8bcb900fa950674f
3-
libraries_bom_version: 26.48.0
1+
gapic_generator_version: 2.49.0
2+
googleapis_commitish: 48d30c4966ef9ea31b897e13f75d8f94070cc8e9
3+
libraries_bom_version: 26.49.0
44

55
# the libraries are ordered with respect to library name, which is
66
# java-{library.library_name} or java-{library.api-shortname} when

java-accessapproval/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.48.0</version>
23+
<version>26.49.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -37,7 +37,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3737

3838
If you are using Maven without the BOM, add this to your dependencies:
3939

40-
<!-- {x-version-update-start:google-cloud-accessapproval:released} -->
4140

4241
```xml
4342
<dependency>
@@ -58,7 +57,6 @@ If you are using SBT, add this to your dependencies:
5857
```Scala
5958
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.53.0"
6059
```
61-
<!-- {x-version-update-end} -->
6260

6361
## Authentication
6462

@@ -196,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
196194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
197195
[stability-image]: https://img.shields.io/badge/stability-stable-green
198196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
199-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.52.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.53.0
200198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
201199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
202200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-accessapproval/google-cloud-accessapproval/src/main/resources/META-INF/native-image/com.google.cloud.accessapproval.v1/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,24 @@
395395
"allDeclaredClasses": true,
396396
"allPublicClasses": true
397397
},
398+
{
399+
"name": "com.google.api.SelectiveGapicGeneration",
400+
"queryAllDeclaredConstructors": true,
401+
"queryAllPublicConstructors": true,
402+
"queryAllDeclaredMethods": true,
403+
"allPublicMethods": true,
404+
"allDeclaredClasses": true,
405+
"allPublicClasses": true
406+
},
407+
{
408+
"name": "com.google.api.SelectiveGapicGeneration$Builder",
409+
"queryAllDeclaredConstructors": true,
410+
"queryAllPublicConstructors": true,
411+
"queryAllDeclaredMethods": true,
412+
"allPublicMethods": true,
413+
"allDeclaredClasses": true,
414+
"allPublicClasses": true
415+
},
398416
{
399417
"name": "com.google.cloud.accessapproval.v1.AccessApprovalServiceAccount",
400418
"queryAllDeclaredConstructors": true,

java-accessapproval/samples/snippets/generated/com/google/cloud/accessapproval/v1/accessapproval/create/SyncCreateSetCredentialsProvider1.java

Lines changed: 0 additions & 41 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/*
2+
* Copyright 2024 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.google.cloud.accessapproval.v1.samples;
18+
19+
// [START accessapproval_v1_generated_AccessApproval_Create_UseHttpJsonTransport_sync]
20+
import com.google.cloud.accessapproval.v1.AccessApprovalAdminClient;
21+
import com.google.cloud.accessapproval.v1.AccessApprovalAdminSettings;
22+
23+
public class SyncCreateUseHttpJsonTransport {
24+
25+
public static void main(String[] args) throws Exception {
26+
syncCreateUseHttpJsonTransport();
27+
}
28+
29+
public static void syncCreateUseHttpJsonTransport() throws Exception {
30+
// This snippet has been automatically generated and should be regarded as a code template only.
31+
// It will require modifications to work:
32+
// - It may require correct/in-range values for request initialization.
33+
// - It may require specifying regional endpoints when creating the service client as shown in
34+
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
35+
AccessApprovalAdminSettings accessApprovalAdminSettings =
36+
AccessApprovalAdminSettings.newHttpJsonBuilder().build();
37+
AccessApprovalAdminClient accessApprovalAdminClient =
38+
AccessApprovalAdminClient.create(accessApprovalAdminSettings);
39+
}
40+
}
41+
// [END accessapproval_v1_generated_AccessApproval_Create_UseHttpJsonTransport_sync]

java-accesscontextmanager/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.48.0</version>
23+
<version>26.49.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -37,7 +37,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3737

3838
If you are using Maven without the BOM, add this to your dependencies:
3939

40-
<!-- {x-version-update-start:google-identity-accesscontextmanager:released} -->
4140

4241
```xml
4342
<dependency>
@@ -58,7 +57,6 @@ If you are using SBT, add this to your dependencies:
5857
```Scala
5958
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.53.0"
6059
```
61-
<!-- {x-version-update-end} -->
6260

6361
## Authentication
6462

@@ -196,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
196194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
197195
[stability-image]: https://img.shields.io/badge/stability-stable-green
198196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
199-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.52.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.53.0
200198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
201199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
202200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-accesscontextmanager/google-identity-accesscontextmanager/src/main/resources/META-INF/native-image/com.google.identity.accesscontextmanager.v1/reflect-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,24 @@
395395
"allDeclaredClasses": true,
396396
"allPublicClasses": true
397397
},
398+
{
399+
"name": "com.google.api.SelectiveGapicGeneration",
400+
"queryAllDeclaredConstructors": true,
401+
"queryAllPublicConstructors": true,
402+
"queryAllDeclaredMethods": true,
403+
"allPublicMethods": true,
404+
"allDeclaredClasses": true,
405+
"allPublicClasses": true
406+
},
407+
{
408+
"name": "com.google.api.SelectiveGapicGeneration$Builder",
409+
"queryAllDeclaredConstructors": true,
410+
"queryAllPublicConstructors": true,
411+
"queryAllDeclaredMethods": true,
412+
"allPublicMethods": true,
413+
"allDeclaredClasses": true,
414+
"allPublicClasses": true
415+
},
398416
{
399417
"name": "com.google.iam.v1.AuditConfig",
400418
"queryAllDeclaredConstructors": true,

java-accesscontextmanager/samples/snippets/generated/com/google/identity/accesscontextmanager/v1/accesscontextmanager/create/SyncCreateSetCredentialsProvider1.java

Lines changed: 0 additions & 41 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/*
2+
* Copyright 2024 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.google.identity.accesscontextmanager.v1.samples;
18+
19+
// [START accesscontextmanager_v1_generated_AccessContextManager_Create_UseHttpJsonTransport_sync]
20+
import com.google.identity.accesscontextmanager.v1.AccessContextManagerClient;
21+
import com.google.identity.accesscontextmanager.v1.AccessContextManagerSettings;
22+
23+
public class SyncCreateUseHttpJsonTransport {
24+
25+
public static void main(String[] args) throws Exception {
26+
syncCreateUseHttpJsonTransport();
27+
}
28+
29+
public static void syncCreateUseHttpJsonTransport() throws Exception {
30+
// This snippet has been automatically generated and should be regarded as a code template only.
31+
// It will require modifications to work:
32+
// - It may require correct/in-range values for request initialization.
33+
// - It may require specifying regional endpoints when creating the service client as shown in
34+
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
35+
AccessContextManagerSettings accessContextManagerSettings =
36+
AccessContextManagerSettings.newHttpJsonBuilder().build();
37+
AccessContextManagerClient accessContextManagerClient =
38+
AccessContextManagerClient.create(accessContextManagerSettings);
39+
}
40+
}
41+
// [END accesscontextmanager_v1_generated_AccessContextManager_Create_UseHttpJsonTransport_sync]

java-admanager/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.48.0</version>
26+
<version>26.49.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -40,7 +40,6 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
4040

4141
If you are using Maven without the BOM, add this to your dependencies:
4242

43-
<!-- {x-version-update-start:ad-manager:released} -->
4443

4544
```xml
4645
<dependency>
@@ -61,7 +60,6 @@ If you are using SBT, add this to your dependencies:
6160
```Scala
6261
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.11.0"
6362
```
64-
<!-- {x-version-update-end} -->
6563

6664
## Authentication
6765

@@ -202,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
202200
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
203201
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
204202
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
205-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.10.0
203+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.11.0
206204
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
207205
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
208206
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)