You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -292,8 +292,10 @@ class GoogleFirebaseAppdistroV1alphaAiStep
292
292
# @return [String]
293
293
attr_accessor:hint
294
294
295
-
# Optional. A description of criteria the agent should use to determine if the
296
-
# goal has been successfully completed
295
+
# Optional. A visual description of the screen's expected state after the step
296
+
# has been successfully completed. This is referred to as the "final screen
297
+
# assertion" in the Firebase console and CLI tools. This field must be provided
298
+
# for the last step in a test case, and is optional for all other steps.
297
299
# Corresponds to the JSON property `successCriteria`
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleFirebaseappdistributionV1alpha
18
18
# Version of the google-apis-firebaseappdistribution_v1alpha gem
19
-
GEM_VERSION="0.25.0"
19
+
GEM_VERSION="0.26.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
0 commit comments