Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.69.0
googleapis_commitish: e182cf5152967047b763fd88f03094cfc836d194
gapic_generator_version: 2.70.0
googleapis_commitish: 62e4ecb2f4390728990514fea14aad0431881a52
libraries_bom_version: 26.79.0
libraries:
- api_shortname: accessapproval
Expand Down
8 changes: 4 additions & 4 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ 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.91.0</version>
<version>2.92.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.91.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.92.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.91.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.92.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,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.91.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.92.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 @@ -42,20 +42,20 @@ 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.91.0</version>
<version>1.92.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.91.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.92.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.91.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.92.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,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.91.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.92.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 @@ -22,20 +22,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.49.0</version>
<version>0.50.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.api-ads:ad-manager:0.49.0'
implementation 'com.google.api-ads:ad-manager:0.50.0'
```

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.49.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.50.0"
```

## Authentication
Expand Down Expand Up @@ -158,7 +158,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.49.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.50.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 @@ -42,20 +42,20 @@ 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.79.0</version>
<version>0.80.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.79.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.80.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.79.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.80.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,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.79.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.80.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 @@ -42,20 +42,20 @@ 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.91.0</version>
<version>3.92.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.91.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.92.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.91.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.92.0"
```

## Authentication
Expand Down Expand Up @@ -175,7 +175,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.91.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.92.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 @@ -2508,6 +2508,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
* .setCustomServiceAccount("customServiceAccount-2110106743")
* .build();
* CopyModelResponse response = modelServiceClient.copyModelAsync(request).get();
* }
Expand Down Expand Up @@ -2542,6 +2543,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
* .setCustomServiceAccount("customServiceAccount-2110106743")
* .build();
* OperationFuture<CopyModelResponse, CopyModelOperationMetadata> future =
* modelServiceClient.copyModelOperationCallable().futureCall(request);
Expand Down Expand Up @@ -2576,6 +2578,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
* .setCustomServiceAccount("customServiceAccount-2110106743")
* .build();
* ApiFuture<Operation> future = modelServiceClient.copyModelCallable().futureCall(request);
* // Do something.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2521,6 +2521,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
* .setCustomServiceAccount("customServiceAccount-2110106743")
* .build();
* CopyModelResponse response = modelServiceClient.copyModelAsync(request).get();
* }
Expand Down Expand Up @@ -2555,6 +2556,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
* .setCustomServiceAccount("customServiceAccount-2110106743")
* .build();
* OperationFuture<CopyModelResponse, CopyModelOperationMetadata> future =
* modelServiceClient.copyModelOperationCallable().futureCall(request);
Expand Down Expand Up @@ -2589,6 +2591,7 @@ public final OperationFuture<CopyModelResponse, CopyModelOperationMetadata> copy
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setSourceModel(ModelName.of("[PROJECT]", "[LOCATION]", "[MODEL]").toString())
* .setEncryptionSpec(EncryptionSpec.newBuilder().build())
* .setCustomServiceAccount("customServiceAccount-2110106743")
* .build();
* ApiFuture<Operation> future = modelServiceClient.copyModelCallable().futureCall(request);
* // Do something.
Expand Down
Loading
Loading