Skip to content

Commit 5b38025

Browse files
chore: generate libraries
1 parent ebe0444 commit 5b38025

567 files changed

Lines changed: 56368 additions & 18751 deletions

File tree

Some content is hidden

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

‎java-accessapproval/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-accessapproval</artifactId>
44-
<version>2.96.0</version>
44+
<version>2.97.0</version>
4545
</dependency>
4646
```
4747

@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-accessapproval'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-accessapproval:2.96.0'
59+
implementation 'com.google.cloud:google-cloud-accessapproval:2.97.0'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.96.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.97.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.96.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.97.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-accesscontextmanager/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-identity-accesscontextmanager</artifactId>
44-
<version>1.96.0</version>
44+
<version>1.97.0</version>
4545
</dependency>
4646
```
4747

@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-identity-accesscontextmanager'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.96.0'
59+
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.97.0'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.96.0"
65+
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.97.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.96.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.97.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-admanager/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ If you are using Maven, add this to your pom.xml file:
2121
<dependency>
2222
<groupId>com.google.api-ads</groupId>
2323
<artifactId>ad-manager</artifactId>
24-
<version>0.54.0</version>
24+
<version>0.55.0</version>
2525
</dependency>
2626
```
2727

2828
If you are using Gradle without BOM, add this to your dependencies:
2929

3030
```Groovy
31-
implementation 'com.google.api-ads:ad-manager:0.54.0'
31+
implementation 'com.google.api-ads:ad-manager:0.55.0'
3232
```
3333

3434
If you are using SBT, add this to your dependencies:
3535

3636
```Scala
37-
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.54.0"
37+
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.55.0"
3838
```
3939

4040
## Authentication
@@ -155,7 +155,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
155155
[javadocs]: https://cloud.google.com/java/docs/reference/ad-manager/latest/overview
156156
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
157157
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
158-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.54.0
158+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.55.0
159159
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
160160
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
161161
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-advisorynotifications/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-advisorynotifications</artifactId>
44-
<version>0.84.0</version>
44+
<version>0.85.0</version>
4545
</dependency>
4646
```
4747

@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-advisorynotifications'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.84.0'
59+
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.85.0'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.84.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.85.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.84.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.85.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-agentidentity/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-agentidentity</artifactId>
47-
<version>0.1.0</version>
47+
<version>0.2.0</version>
4848
</dependency>
4949
```
5050

@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-agentidentity'
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-agentidentity:0.1.0'
62+
implementation 'com.google.cloud:google-cloud-agentidentity:0.2.0'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-agentidentity" % "0.1.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-agentidentity" % "0.2.0"
6969
```
7070

7171
## Authentication
@@ -186,7 +186,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
186186
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-agentidentity/latest/overview
187187
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
188188
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentidentity.svg
189-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentidentity/0.1.0
189+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentidentity/0.2.0
190190
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
191191
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
192192
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-agentregistry/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-agentregistry</artifactId>
47-
<version>0.2.0</version>
47+
<version>0.3.0</version>
4848
</dependency>
4949
```
5050

@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-agentregistry'
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-agentregistry:0.2.0'
62+
implementation 'com.google.cloud:google-cloud-agentregistry:0.3.0'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.2.0"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.3.0"
6969
```
7070

7171
## Authentication
@@ -188,7 +188,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
188188
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-agentregistry/latest/overview
189189
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
190190
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentregistry.svg
191-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.2.0
191+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.3.0
192192
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
193193
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
194194
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-aiplatform/README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
4141
<dependency>
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-aiplatform</artifactId>
44-
<version>3.96.0</version>
44+
<version>3.97.0</version>
4545
</dependency>
4646
```
4747

@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-aiplatform'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-aiplatform:3.96.0'
59+
implementation 'com.google.cloud:google-cloud-aiplatform:3.97.0'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.96.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.97.0"
6666
```
6767

6868
## Authentication
@@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
180180
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-aiplatform/latest/overview
181181
[stability-image]: https://img.shields.io/badge/stability-stable-green
182182
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
183-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.96.0
183+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.97.0
184184
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
185185
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
186186
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

‎java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/Retrieval.java‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public com.google.cloud.aiplatform.v1.VertexRagStoreOrBuilder getVertexRagStoreO
244244
* </code>
245245
*
246246
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
247-
* google/cloud/aiplatform/v1/tool.proto;l=480
247+
* google/cloud/aiplatform/v1/tool.proto;l=488
248248
* @return The disableAttribution.
249249
*/
250250
@java.lang.Override
@@ -1121,7 +1121,7 @@ public com.google.cloud.aiplatform.v1.VertexRagStoreOrBuilder getVertexRagStoreO
11211121
* </code>
11221122
*
11231123
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
1124-
* google/cloud/aiplatform/v1/tool.proto;l=480
1124+
* google/cloud/aiplatform/v1/tool.proto;l=488
11251125
* @return The disableAttribution.
11261126
*/
11271127
@java.lang.Override
@@ -1142,7 +1142,7 @@ public boolean getDisableAttribution() {
11421142
* </code>
11431143
*
11441144
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
1145-
* google/cloud/aiplatform/v1/tool.proto;l=480
1145+
* google/cloud/aiplatform/v1/tool.proto;l=488
11461146
* @param value The disableAttribution to set.
11471147
* @return This builder for chaining.
11481148
*/
@@ -1167,7 +1167,7 @@ public Builder setDisableAttribution(boolean value) {
11671167
* </code>
11681168
*
11691169
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
1170-
* google/cloud/aiplatform/v1/tool.proto;l=480
1170+
* google/cloud/aiplatform/v1/tool.proto;l=488
11711171
* @return This builder for chaining.
11721172
*/
11731173
@java.lang.Deprecated

‎java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/RetrievalOrBuilder.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public interface RetrievalOrBuilder
115115
* </code>
116116
*
117117
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
118-
* google/cloud/aiplatform/v1/tool.proto;l=480
118+
* google/cloud/aiplatform/v1/tool.proto;l=488
119119
* @return The disableAttribution.
120120
*/
121121
@java.lang.Deprecated

0 commit comments

Comments
 (0)