Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.96.0</version>
<version>2.97.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.96.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.97.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.96.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.97.0"
```

## Authentication
Expand Down Expand Up @@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.96.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.97.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
8 changes: 4 additions & 4 deletions java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-identity-accesscontextmanager</artifactId>
<version>1.96.0</version>
<version>1.97.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.96.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.97.0'
```

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

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

## Authentication
Expand Down Expand Up @@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.96.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.97.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
8 changes: 4 additions & 4 deletions java-admanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ad-manager</artifactId>
<version>0.54.0</version>
<version>0.55.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.api-ads:ad-manager:0.54.0'
implementation 'com.google.api-ads:ad-manager:0.55.0'
```

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

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

## Authentication
Expand Down Expand Up @@ -155,7 +155,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/ad-manager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.54.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.55.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
8 changes: 4 additions & 4 deletions java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-advisorynotifications</artifactId>
<version>0.84.0</version>
<version>0.85.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.84.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.85.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.84.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.85.0"
```

## Authentication
Expand Down Expand Up @@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.84.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.85.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
8 changes: 4 additions & 4 deletions java-agentidentity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-agentidentity</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-agentidentity:0.1.0'
implementation 'com.google.cloud:google-cloud-agentidentity:0.2.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-agentidentity" % "0.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-agentidentity" % "0.2.0"
```

## Authentication
Expand Down Expand Up @@ -186,7 +186,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-agentidentity/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentidentity.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentidentity/0.1.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentidentity/0.2.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
8 changes: 4 additions & 4 deletions java-agentregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-agentregistry</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-agentregistry:0.2.0'
implementation 'com.google.cloud:google-cloud-agentregistry:0.3.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-agentregistry" % "0.3.0"
```

## Authentication
Expand Down Expand Up @@ -188,7 +188,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-agentregistry/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-agentregistry.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.2.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-agentregistry/0.3.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
8 changes: 4 additions & 4 deletions java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-aiplatform</artifactId>
<version>3.96.0</version>
<version>3.97.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.96.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.97.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.96.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.97.0"
```

## Authentication
Expand Down Expand Up @@ -180,7 +180,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-aiplatform/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.96.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.97.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public com.google.cloud.aiplatform.v1.VertexRagStoreOrBuilder getVertexRagStoreO
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=480
* google/cloud/aiplatform/v1/tool.proto;l=488
* @return The disableAttribution.
*/
@java.lang.Override
Expand Down Expand Up @@ -1121,7 +1121,7 @@ public com.google.cloud.aiplatform.v1.VertexRagStoreOrBuilder getVertexRagStoreO
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=480
* google/cloud/aiplatform/v1/tool.proto;l=488
* @return The disableAttribution.
*/
@java.lang.Override
Expand All @@ -1142,7 +1142,7 @@ public boolean getDisableAttribution() {
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=480
* google/cloud/aiplatform/v1/tool.proto;l=488
* @param value The disableAttribution to set.
* @return This builder for chaining.
*/
Expand All @@ -1167,7 +1167,7 @@ public Builder setDisableAttribution(boolean value) {
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=480
* google/cloud/aiplatform/v1/tool.proto;l=488
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public interface RetrievalOrBuilder
* </code>
*
* @deprecated google.cloud.aiplatform.v1.Retrieval.disable_attribution is deprecated. See
* google/cloud/aiplatform/v1/tool.proto;l=480
* google/cloud/aiplatform/v1/tool.proto;l=488
* @return The disableAttribution.
*/
@java.lang.Deprecated
Expand Down
Loading
Loading