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,6 +1,6 @@
gapic_generator_version: 2.64.2
googleapis_commitish: b60f5a5783d5ec0e8a8d254f73ad00316b9b646f
libraries_bom_version: 26.72.0
googleapis_commitish: 1496716325adf01af70ffca9161dd62d7bebbd50
libraries_bom_version: 26.73.0

# the libraries are ordered with respect to library name, which is
# java-{library.library_name} or java-{library.api-shortname} when
Expand Down
10 changes: 5 additions & 5 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.72.0</version>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -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.81.0</version>
<version>2.82.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-accessapproval:2.81.0'
implementation 'com.google.cloud:google-cloud-accessapproval:2.82.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.81.0"
libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.82.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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.81.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.82.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
10 changes: 5 additions & 5 deletions java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.72.0</version>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -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.81.0</version>
<version>1.82.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.81.0'
implementation 'com.google.cloud:google-identity-accesscontextmanager:1.82.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.81.0"
libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.82.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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.81.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.82.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
10 changes: 5 additions & 5 deletions java-admanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.72.0</version>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>ad-manager</artifactId>
<version>0.39.0</version>
<version>0.40.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.api-ads:ad-manager:0.39.0'
implementation 'com.google.api-ads:ad-manager:0.40.0'
```

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

```Scala
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.39.0"
libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.40.0"
```

## Authentication
Expand Down Expand Up @@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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.39.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.40.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
10 changes: 5 additions & 5 deletions java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.72.0</version>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -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.69.0</version>
<version>0.70.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.69.0'
implementation 'com.google.cloud:google-cloud-advisorynotifications:0.70.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.69.0"
libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.70.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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.69.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.70.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
10 changes: 5 additions & 5 deletions java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.72.0</version>
<version>26.73.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -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.81.0</version>
<version>3.82.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-aiplatform:3.81.0'
implementation 'com.google.cloud:google-cloud-aiplatform:3.82.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.81.0"
libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.82.0"
```

## Authentication
Expand Down Expand Up @@ -194,7 +194,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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.81.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.82.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 @@ -14984,6 +14984,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.LustreMount",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.LustreMount$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.MachineSpec",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\016experiment_run\030\022 \001(\tB)\340A\001\372A#\n"
+ "!aiplatform.googleapis.com/Context\0227\n"
+ "\006models\030\024 \003(\tB\'\340A\001\372A!\n"
+ "\037aiplatform.googleapis.com/Model\"\237\003\n"
+ "\037aiplatform.googleapis.com/Model\"\351\003\n"
+ "\016WorkerPoolSpec\022H\n"
+ "\016container_spec\030\006 \001(\0132..google"
+ ".cloud.aiplatform.v1beta1.ContainerSpecH\000\022Q\n"
Expand All @@ -144,7 +144,9 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "d.aiplatform.v1beta1.MachineSpecB\006\340A\001\340A\005\022\032\n\r"
+ "replica_count\030\002 \001(\003B\003\340A\001\022B\n\n"
+ "nfs_mounts\030\004"
+ " \003(\0132).google.cloud.aiplatform.v1beta1.NfsMountB\003\340A\001\022<\n"
+ " \003(\0132).google.cloud.aiplatform.v1beta1.NfsMountB\003\340A\001\022H\n\r"
+ "lustre_mounts\030\t \003(\0132"
+ ",.google.cloud.aiplatform.v1beta1.LustreMountB\003\340A\001\022<\n"
+ "\tdisk_spec\030\005 \001(\0132).google.cloud.aiplatform.v1beta1.DiskSpecB\006\n"
+ "\004task\"|\n\r"
+ "ContainerSpec\022\026\n"
Expand All @@ -161,8 +163,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "Scheduling\022*\n"
+ "\007timeout\030\001 \001(\0132\031.google.protobuf.Duration\022%\n"
+ "\035restart_job_on_worker_restart\030\003 \001(\010\022K\n"
+ "\010strategy\030\004 \001(\01624.google.clou"
+ "d.aiplatform.v1beta1.Scheduling.StrategyB\003\340A\001\022\034\n"
+ "\010strategy\030\004 \001(\01624.google.cloud.aipl"
+ "atform.v1beta1.Scheduling.StrategyB\003\340A\001\022\034\n"
+ "\017disable_retries\030\005 \001(\010B\003\340A\001\0229\n"
+ "\021max_wait_duration\030\006"
+ " \001(\0132\031.google.protobuf.DurationB\003\340A\001\"q\n"
Expand All @@ -173,11 +175,11 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\010STANDARD\020\003\022\010\n"
+ "\004SPOT\020\004\022\016\n\n"
+ "FLEX_START\020\006B\345\001\n"
+ "#com.google.cloud.aiplatform.v1beta1B\016CustomJobProtoP\001ZCcloud.googl"
+ "e.com/go/aiplatform/apiv1beta1/aiplatfor"
+ "mpb;aiplatformpb\252\002\037Google.Cloud.AIPlatfo"
+ "rm.V1Beta1\312\002\037Google\\Cloud\\AIPlatform\\V1b"
+ "eta1\352\002\"Google::Cloud::AIPlatform::V1beta1b\006proto3"
+ "#com.google.cloud.aiplatform.v1beta1B\016CustomJobProtoP\001ZCcloud.google.com/"
+ "go/aiplatform/apiv1beta1/aiplatformpb;ai"
+ "platformpb\252\002\037Google.Cloud.AIPlatform.V1B"
+ "eta1\312\002\037Google\\Cloud\\AIPlatform\\V1beta1\352\002"
+ "\"Google::Cloud::AIPlatform::V1beta1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down Expand Up @@ -269,6 +271,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"MachineSpec",
"ReplicaCount",
"NfsMounts",
"LustreMounts",
"DiskSpec",
"Task",
});
Expand Down
Loading
Loading