Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bee5fa4

Browse filesBrowse files
chore: Update generation configuration at Fri Nov 15 18:28:33 UTC 2024 (#11307)
* chore: Update generation configuration at Fri Nov 15 18:28:33 UTC 2024 * generate libraries * generate submodule for gkehub * add httpjson dependencies --------- Co-authored-by: JoeWang1127 <joewa@google.com>
1 parent a1889af commit bee5fa4
Copy full SHA for bee5fa4

File tree

5,349 files changed

+791852
-141595
lines changed
Filter options

Some content is hidden

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

5,349 files changed

+791852
-141595
lines changed

‎generation_config.yaml

Copy file name to clipboardExpand all lines: generation_config.yaml
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.49.0
2-
googleapis_commitish: 48d30c4966ef9ea31b897e13f75d8f94070cc8e9
3-
libraries_bom_version: 26.49.0
1+
gapic_generator_version: 2.50.0
2+
googleapis_commitish: 14e5759e6036ea42178a7e9cf2490d72cb6813a2
3+
libraries_bom_version: 26.50.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
@@ -1054,6 +1054,7 @@ libraries:
10541054
- proto_path: google/cloud/gkehub/v1alpha
10551055
- proto_path: google/cloud/gkehub/v1beta
10561056
- proto_path: google/cloud/gkehub/v1beta1
1057+
- proto_path: google/cloud/gkehub/policycontroller/v1beta
10571058
- proto_path: google/cloud/gkehub/servicemesh/v1beta
10581059

10591060
- api_shortname: containeranalysis

‎java-accessapproval/README.md

Copy file name to clipboardExpand all lines: java-accessapproval/README.md
+5-5Lines changed: 5 additions & 5 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.49.0</version>
23+
<version>26.50.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-accessapproval</artifactId>
45-
<version>2.53.0</version>
45+
<version>2.54.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-accessapproval:2.53.0'
52+
implementation 'com.google.cloud:google-cloud-accessapproval:2.54.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.53.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.54.0"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.53.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.54.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java

Copy file name to clipboardExpand all lines: java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/AccessApprovalStubSettings.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
import com.google.common.collect.Lists;
6464
import com.google.protobuf.Empty;
6565
import java.io.IOException;
66+
import java.time.Duration;
6667
import java.util.List;
6768
import javax.annotation.Generated;
68-
import org.threeten.bp.Duration;
6969

7070
// AUTO-GENERATED DOCUMENTATION AND CLASS.
7171
/**
@@ -442,21 +442,21 @@ public static class Builder extends StubSettings.Builder<AccessApprovalStubSetti
442442
RetrySettings settings = null;
443443
settings =
444444
RetrySettings.newBuilder()
445-
.setInitialRetryDelay(Duration.ofMillis(100L))
445+
.setInitialRetryDelayDuration(Duration.ofMillis(100L))
446446
.setRetryDelayMultiplier(1.3)
447-
.setMaxRetryDelay(Duration.ofMillis(60000L))
448-
.setInitialRpcTimeout(Duration.ofMillis(600000L))
447+
.setMaxRetryDelayDuration(Duration.ofMillis(60000L))
448+
.setInitialRpcTimeoutDuration(Duration.ofMillis(600000L))
449449
.setRpcTimeoutMultiplier(1.0)
450-
.setMaxRpcTimeout(Duration.ofMillis(600000L))
451-
.setTotalTimeout(Duration.ofMillis(600000L))
450+
.setMaxRpcTimeoutDuration(Duration.ofMillis(600000L))
451+
.setTotalTimeoutDuration(Duration.ofMillis(600000L))
452452
.build();
453453
definitions.put("retry_policy_0_params", settings);
454454
settings =
455455
RetrySettings.newBuilder()
456-
.setInitialRpcTimeout(Duration.ofMillis(600000L))
456+
.setInitialRpcTimeoutDuration(Duration.ofMillis(600000L))
457457
.setRpcTimeoutMultiplier(1.0)
458-
.setMaxRpcTimeout(Duration.ofMillis(600000L))
459-
.setTotalTimeout(Duration.ofMillis(600000L))
458+
.setMaxRpcTimeoutDuration(Duration.ofMillis(600000L))
459+
.setTotalTimeoutDuration(Duration.ofMillis(600000L))
460460
.build();
461461
definitions.put("no_retry_1_params", settings);
462462
settings = RetrySettings.newBuilder().setRpcTimeoutMultiplier(1.0).build();

‎java-accesscontextmanager/README.md

Copy file name to clipboardExpand all lines: java-accesscontextmanager/README.md
+5-5Lines changed: 5 additions & 5 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.49.0</version>
23+
<version>26.50.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-identity-accesscontextmanager</artifactId>
45-
<version>1.53.0</version>
45+
<version>1.54.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.53.0'
52+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.54.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.53.0"
58+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.54.0"
5959
```
6060

6161
## Authentication
@@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
194194
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
195195
[stability-image]: https://img.shields.io/badge/stability-stable-green
196196
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
197-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.53.0
197+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.54.0
198198
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
199199
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
200200
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java

Copy file name to clipboardExpand all lines: java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
* RetrySettings.newBuilder()
116116
* .setInitialRetryDelayDuration(Duration.ofMillis(500))
117117
* .setRetryDelayMultiplier(1.5)
118-
* .setMaxRetryDelay(Duration.ofMillis(5000))
118+
* .setMaxRetryDelayDuration(Duration.ofMillis(5000))
119119
* .setTotalTimeoutDuration(Duration.ofHours(24))
120120
* .build());
121121
* accessContextManagerSettingsBuilder

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.