From 764266b42f62a4098c3756e26acfd9377299c964 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 8 Mar 2026 10:05:37 +0000 Subject: [PATCH] feat: Automated regeneration of firebaseappdistribution v1alpha client --- .../CHANGELOG.md | 4 ++++ .../google/apis/firebaseappdistribution_v1alpha/classes.rb | 6 ++++-- .../apis/firebaseappdistribution_v1alpha/gem_version.rb | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md b/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md index 788707eade6..01c92435346 100644 --- a/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md +++ b/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-firebaseappdistribution_v1alpha +### v0.26.0 (2026-03-08) + +* Regenerated from discovery document revision 20260305 + ### v0.25.0 (2025-12-07) * Regenerated from discovery document revision 20251203 diff --git a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb index 37706c8876f..aa750ec00d2 100644 --- a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb +++ b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb @@ -292,8 +292,10 @@ class GoogleFirebaseAppdistroV1alphaAiStep # @return [String] attr_accessor :hint - # Optional. A description of criteria the agent should use to determine if the - # goal has been successfully completed + # Optional. A visual description of the screen's expected state after the step + # has been successfully completed. This is referred to as the "final screen + # assertion" in the Firebase console and CLI tools. This field must be provided + # for the last step in a test case, and is optional for all other steps. # Corresponds to the JSON property `successCriteria` # @return [String] attr_accessor :success_criteria diff --git a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb index 80f9dce4043..3315f407dbd 100644 --- a/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb +++ b/generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module FirebaseappdistributionV1alpha # Version of the google-apis-firebaseappdistribution_v1alpha gem - GEM_VERSION = "0.25.0" + GEM_VERSION = "0.26.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251203" + REVISION = "20260305" end end end