From 79aed151d32f1932f6b1c7c33445e5310c6e530d Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 11 Aug 2026 17:49:49 -0700 Subject: [PATCH] chore: regenerate firebaseml client --- .../v2beta/2.0.0/README.md | 4 +-- ...udAiplatformV1beta1AudioTranscription.java | 26 +++++++++---------- ...atformV1beta1AudioTranscriptionConfig.java | 9 ++++--- ...loudAiplatformV1beta1GenerationConfig.java | 6 ++--- .../GoogleCloudAiplatformV1beta1Part.java | 12 ++++----- .../v2beta/2.0.0/pom.xml | 4 +-- .../v2beta/README.md | 4 +-- 7 files changed, 34 insertions(+), 31 deletions(-) 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 1053b64ad5f..be9ddd66a7a 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-rev20260802-2.0.0 + v2beta-rev20260809-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260802-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260809-2.0.0' } ``` diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscription.java b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscription.java index d0740c9f4e2..0d7a2990f2f 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscription.java +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1AudioTranscription.java @@ -18,7 +18,7 @@ /** * The transcription of an audio part. For multi-speaker audio, each speaker segment is a separate - * Part with its own AudioTranscription carrying the speaker_label. + * `Part` with its own `AudioTranscription` carrying the `speaker_label`. * *

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: @@ -31,8 +31,8 @@ public final class GoogleCloudAiplatformV1beta1AudioTranscription extends com.google.api.client.json.GenericJson { /** - * Optional. A label identifying the speaker of this audio segment (e.g. "spk_1", "spk_2"). - * Present when diarization is set. + * Optional. A label identifying the speaker of this audio segment (e.g. `spk_1`, `spk_2`). + * Present when `diarization` is set. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -46,16 +46,16 @@ public final class GoogleCloudAiplatformV1beta1AudioTranscription extends com.go private java.lang.String text; /** - * Optional. Detailed word-level transcriptions and timing details. Present when word_timestamp is - * set. + * Optional. Detailed word-level transcriptions and timing details. Present when `word_timestamp` + * is set. * The value may be {@code null}. */ @com.google.api.client.util.Key private java.util.List words; /** - * Optional. A label identifying the speaker of this audio segment (e.g. "spk_1", "spk_2"). - * Present when diarization is set. + * Optional. A label identifying the speaker of this audio segment (e.g. `spk_1`, `spk_2`). + * Present when `diarization` is set. * @return value or {@code null} for none */ public java.lang.String getSpeakerLabel() { @@ -63,8 +63,8 @@ public java.lang.String getSpeakerLabel() { } /** - * Optional. A label identifying the speaker of this audio segment (e.g. "spk_1", "spk_2"). - * Present when diarization is set. + * Optional. A label identifying the speaker of this audio segment (e.g. `spk_1`, `spk_2`). + * Present when `diarization` is set. * @param speakerLabel speakerLabel or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscription setSpeakerLabel(java.lang.String speakerLabel) { @@ -90,8 +90,8 @@ public GoogleCloudAiplatformV1beta1AudioTranscription setText(java.lang.String t } /** - * Optional. Detailed word-level transcriptions and timing details. Present when word_timestamp is - * set. + * Optional. Detailed word-level transcriptions and timing details. Present when `word_timestamp` + * is set. * @return value or {@code null} for none */ public java.util.List getWords() { @@ -99,8 +99,8 @@ public java.util.List ge } /** - * Optional. Detailed word-level transcriptions and timing details. Present when word_timestamp is - * set. + * Optional. Detailed word-level transcriptions and timing details. Present when `word_timestamp` + * is set. * @param words words or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscription setWords(java.util.List words) { 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 a6627a72b2e..bc25862ff4f 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 @@ -30,7 +30,8 @@ public final class GoogleCloudAiplatformV1beta1AudioTranscriptionConfig extends com.google.api.client.json.GenericJson { /** - * Optional. A list of phrases to bias the ASR model towards. + * Optional. Deprecated: Use `custom_vocabulary` instead. A list of phrases to bias the speech + * recognition model towards. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -83,7 +84,8 @@ public final class GoogleCloudAiplatformV1beta1AudioTranscriptionConfig extends private java.lang.Boolean wordTimestamp; /** - * Optional. A list of phrases to bias the ASR model towards. + * Optional. Deprecated: Use `custom_vocabulary` instead. A list of phrases to bias the speech + * recognition model towards. * @return value or {@code null} for none */ public java.util.List getAdaptationPhrases() { @@ -91,7 +93,8 @@ public java.util.List getAdaptationPhrases() { } /** - * Optional. A list of phrases to bias the ASR model towards. + * Optional. Deprecated: Use `custom_vocabulary` instead. A list of phrases to bias the speech + * recognition model towards. * @param adaptationPhrases adaptationPhrases or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig setAdaptationPhrases(java.util.List adaptationPhrases) { diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1GenerationConfig.java b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1GenerationConfig.java index 22f087fa39b..e129881dd2c 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1GenerationConfig.java +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1GenerationConfig.java @@ -40,7 +40,7 @@ public final class GoogleCloudAiplatformV1beta1GenerationConfig extends com.goog private java.lang.Boolean audioTimestamp; /** - * Optional. Config for audio transcription (speech recognition). + * Optional. Configuration for audio transcription (speech recognition). * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -275,7 +275,7 @@ public GoogleCloudAiplatformV1beta1GenerationConfig setAudioTimestamp(java.lang. } /** - * Optional. Config for audio transcription (speech recognition). + * Optional. Configuration for audio transcription (speech recognition). * @return value or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig getAudioTranscriptionConfig() { @@ -283,7 +283,7 @@ public GoogleCloudAiplatformV1beta1AudioTranscriptionConfig getAudioTranscriptio } /** - * Optional. Config for audio transcription (speech recognition). + * Optional. Configuration for audio transcription (speech recognition). * @param audioTranscriptionConfig audioTranscriptionConfig or {@code null} for none */ public GoogleCloudAiplatformV1beta1GenerationConfig setAudioTranscriptionConfig(GoogleCloudAiplatformV1beta1AudioTranscriptionConfig audioTranscriptionConfig) { diff --git a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1Part.java b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1Part.java index 0873100a27c..2785bac88de 100644 --- a/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1Part.java +++ b/clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1Part.java @@ -34,8 +34,8 @@ public final class GoogleCloudAiplatformV1beta1Part extends com.google.api.client.json.GenericJson { /** - * Optional. Audio (input or output) transcription. This is only set when this Part contains audio - * data. + * Optional. Audio (input or output) transcription. This is only set when this `Part` contains + * audio data. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -126,8 +126,8 @@ public final class GoogleCloudAiplatformV1beta1Part extends com.google.api.clien private GoogleCloudAiplatformV1beta1VideoMetadata videoMetadata; /** - * Optional. Audio (input or output) transcription. This is only set when this Part contains audio - * data. + * Optional. Audio (input or output) transcription. This is only set when this `Part` contains + * audio data. * @return value or {@code null} for none */ public GoogleCloudAiplatformV1beta1AudioTranscription getAudioTranscription() { @@ -135,8 +135,8 @@ public GoogleCloudAiplatformV1beta1AudioTranscription getAudioTranscription() { } /** - * Optional. Audio (input or output) transcription. This is only set when this Part contains audio - * data. + * Optional. Audio (input or output) transcription. This is only set when this `Part` contains + * audio data. * @param audioTranscription audioTranscription or {@code null} for none */ public GoogleCloudAiplatformV1beta1Part setAudioTranscription(GoogleCloudAiplatformV1beta1AudioTranscription audioTranscription) { 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 7b0f0bfb985..cc39c661e6d 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-rev20260802-2.0.0 - Firebase ML API v2beta-rev20260802-2.0.0 + v2beta-rev20260809-2.0.0 + Firebase ML API v2beta-rev20260809-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 1053b64ad5f..be9ddd66a7a 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-rev20260802-2.0.0 + v2beta-rev20260809-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260802-2.0.0' + implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260809-2.0.0' } ```