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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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