diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/README.md b/clients/google-api-services-firebaseml/v2beta/2.0.0/README.md index b5b28d162e7..1053b64ad5f 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/README.md +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebaseml - v2beta-rev20260726-2.0.0 + v2beta-rev20260802-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260726-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260802-2.0.0' } ``` diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig.java b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig.java index 58e2998f048..a6627a72b2e 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig.java +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfig.java @@ -52,14 +52,24 @@ public final class GoogleCloudAiplatformV1beta1AudioTranscriptionConfig extends private java.lang.Boolean diarization; /** - * Optional. The model will detect the language automatically. + * Optional. Deprecated: Use top-level `language_codes` instead. The model will detect the + * language automatically. * The value may be {@code null}. */ @com.google.api.client.util.Key private GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto languageAuto; /** - * Optional. Specifies one or more languages in the audio. + * Optional. BCP-47 language codes providing hints about the languages present in the audio. If + * omitted or empty, defaults to automatic language detection. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.util.List languageCodes; + + /** + * Optional. Deprecated: Use top-level `language_codes` instead. Specifies one or more languages + * in the audio. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -126,7 +136,8 @@ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig setDiarization(java. } /** - * Optional. The model will detect the language automatically. + * Optional. Deprecated: Use top-level `language_codes` instead. The model will detect the + * language automatically. * @return value or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto getLanguageAuto() { @@ -134,7 +145,8 @@ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto getLangu } /** - * Optional. The model will detect the language automatically. + * Optional. Deprecated: Use top-level `language_codes` instead. The model will detect the + * language automatically. * @param languageAuto languageAuto or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig setLanguageAuto(GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto languageAuto) { @@ -143,7 +155,27 @@ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig setLanguageAuto(Goog } /** - * Optional. Specifies one or more languages in the audio. + * Optional. BCP-47 language codes providing hints about the languages present in the audio. If + * omitted or empty, defaults to automatic language detection. + * @return value or {@code null} for none + */ + public java.util.List getLanguageCodes() { + return languageCodes; + } + + /** + * Optional. BCP-47 language codes providing hints about the languages present in the audio. If + * omitted or empty, defaults to automatic language detection. + * @param languageCodes languageCodes or {@code null} for none + */ + public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig setLanguageCodes(java.util.List languageCodes) { + this.languageCodes = languageCodes; + return this; + } + + /** + * Optional. Deprecated: Use top-level `language_codes` instead. Specifies one or more languages + * in the audio. * @return value or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints getLanguageHints() { @@ -151,7 +183,8 @@ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints getLang } /** - * Optional. Specifies one or more languages in the audio. + * Optional. Deprecated: Use top-level `language_codes` instead. Specifies one or more languages + * in the audio. * @param languageHints languageHints or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig setLanguageHints(GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints languageHints) { diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto.java b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto.java index 42ec7d86ba3..041697d226d 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto.java +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageAuto.java @@ -17,7 +17,8 @@ package com.google.api.services.firebaseml.v2beta.model; /** - * Indicates the language of the audio should be automatically detected. + * Deprecated: Use top-level `language_codes` instead. Indicates the language of the audio should be + * automatically detected. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Firebase ML API. For a detailed explanation see: diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints.java b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints.java index 2d1af6320e8..4a34dd12626 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints.java +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints.java @@ -17,7 +17,8 @@ package com.google.api.services.firebaseml.v2beta.model; /** - * Provides hints to the model about possible languages present in the audio. + * Deprecated: Use top-level `language_codes` instead. Provides hints to the model about possible + * languages present in the audio. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Firebase ML API. For a detailed explanation see: @@ -30,14 +31,16 @@ public final class GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints extends com.google.api.client.json.GenericJson { /** - * Required. BCP-47 language codes. At least one must be specified. + * Required. Deprecated: Use top-level `language_codes` instead. BCP-47 language codes. At least + * one must be specified. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List languageCodes; /** - * Required. BCP-47 language codes. At least one must be specified. + * Required. Deprecated: Use top-level `language_codes` instead. BCP-47 language codes. At least + * one must be specified. * @return value or {@code null} for none */ public java.util.List getLanguageCodes() { @@ -45,7 +48,8 @@ public java.util.List getLanguageCodes() { } /** - * Required. BCP-47 language codes. At least one must be specified. + * Required. Deprecated: Use top-level `language_codes` instead. BCP-47 language codes. At least + * one must be specified. * @param languageCodes languageCodes or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints setLanguageCodes(java.util.List languageCodes) { diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1VideoResponseFormat.java b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1VideoResponseFormat.java index c59824cb09e..281f54fda2e 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1VideoResponseFormat.java +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1VideoResponseFormat.java @@ -58,6 +58,13 @@ public final class GoogleCloudAiplatformV1beta1VideoResponseFormat extends com.g @com.google.api.client.util.Key private java.lang.String gcsUri; + /** + * Optional. The video output resolution. Supported values: "360p", "720p", "1080p", "4k". + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String resolution; + /** * The aspect ratio for the video output. * @return value or {@code null} for none @@ -128,6 +135,23 @@ public GoogleCloudAiplatformV1beta1VideoResponseFormat setGcsUri(java.lang.Strin return this; } + /** + * Optional. The video output resolution. Supported values: "360p", "720p", "1080p", "4k". + * @return value or {@code null} for none + */ + public java.lang.String getResolution() { + return resolution; + } + + /** + * Optional. The video output resolution. Supported values: "360p", "720p", "1080p", "4k". + * @param resolution resolution or {@code null} for none + */ + public GoogleCloudAiplatformV1beta1VideoResponseFormat setResolution(java.lang.String resolution) { + this.resolution = resolution; + return this; + } + @Override public GoogleCloudAiplatformV1beta1VideoResponseFormat set(String fieldName, Object value) { return (GoogleCloudAiplatformV1beta1VideoResponseFormat) super.set(fieldName, value); diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/pom.xml b/clients/google-api-services-firebaseml/v2beta/2.0.0/pom.xml index fdc37ccc976..7b0f0bfb985 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/pom.xml +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-firebaseml - v2beta-rev20260726-2.0.0 - Firebase ML API v2beta-rev20260726-2.0.0 + v2beta-rev20260802-2.0.0 + Firebase ML API v2beta-rev20260802-2.0.0 jar 2011 diff --git a/clients/google-api-services-firebaseml/v2beta/README.md b/clients/google-api-services-firebaseml/v2beta/README.md index b5b28d162e7..1053b64ad5f 100644 --- a/clients/google-api-services-firebaseml/v2beta/README.md +++ b/clients/google-api-services-firebaseml/v2beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-firebaseml - v2beta-rev20260726-2.0.0 + v2beta-rev20260802-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260726-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260802-2.0.0' } ```