Skip to content

Commit bd621d0

Browse files
feat: Automated regeneration of firebaseappdistribution v1alpha client (googleapis#21486)
Auto-created at 2025-01-26 10:15:22 +0000 using the toys pull request generator.
1 parent 4b45d60 commit bd621d0

File tree

5 files changed

+68
-3
lines changed

5 files changed

+68
-3
lines changed

api_names_out.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225438,9 +225438,13 @@
225438225438
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse/release": release
225439225439
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse/status": status
225440225440
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction": google_firebase_appdistro_v1alpha_goal_action
225441+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/debugInfo": debug_info
225441225442
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/deviceAction": device_action
225442225443
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/explanation": explanation
225443225444
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalAction/terminalAction": terminal_action
225445+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo": google_firebase_appdistro_v1alpha_goal_action_debug_info
225446+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo/annotatedScreenshotUri": annotated_screenshot_uri
225447+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo/jsonUri": json_uri
225444225448
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalDetails": google_firebase_appdistro_v1alpha_goal_details
225445225449
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalDetails/goalActions": goal_actions
225446225450
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaGoalDetails/goalActions/goal_action": goal_action
@@ -225504,6 +225508,7 @@
225504225508
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaTerminalAction/screenshot": screenshot
225505225509
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaTestCase": google_firebase_appdistro_v1alpha_test_case
225506225510
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaTestCase/aiInstructions": ai_instructions
225511+
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaTestCase/createTime": create_time
225507225512
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaTestCase/displayName": display_name
225508225513
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaTestCase/name": name
225509225514
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaTestConfig": google_firebase_appdistro_v1alpha_test_config

generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-firebaseappdistribution_v1alpha
22

3+
### v0.10.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250123
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.9.0 (2024-12-08)
49

510
* Regenerated from discovery document revision 20241204

generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/classes.rb

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,11 @@ def update!(**args)
802802
class GoogleFirebaseAppdistroV1alphaGoalAction
803803
include Google::Apis::Core::Hashable
804804

805+
# Information to help the customer understand why the agent took this action
806+
# Corresponds to the JSON property `debugInfo`
807+
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo]
808+
attr_accessor :debug_info
809+
805810
# A high level action taken by the AI on the device, potentially involving
806811
# multiple taps, text entries, waits, etc.
807812
# Corresponds to the JSON property `deviceAction`
@@ -824,12 +829,39 @@ def initialize(**args)
824829

825830
# Update properties of this object
826831
def update!(**args)
832+
@debug_info = args[:debug_info] if args.key?(:debug_info)
827833
@device_action = args[:device_action] if args.key?(:device_action)
828834
@explanation = args[:explanation] if args.key?(:explanation)
829835
@terminal_action = args[:terminal_action] if args.key?(:terminal_action)
830836
end
831837
end
832838

839+
# Information to help the customer understand why the agent took this action
840+
class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
841+
include Google::Apis::Core::Hashable
842+
843+
# Output only. URI of the screenshot with elements labeled which was used by the
844+
# agent
845+
# Corresponds to the JSON property `annotatedScreenshotUri`
846+
# @return [String]
847+
attr_accessor :annotated_screenshot_uri
848+
849+
# Output only. Structured data explaining the agent's choice
850+
# Corresponds to the JSON property `jsonUri`
851+
# @return [String]
852+
attr_accessor :json_uri
853+
854+
def initialize(**args)
855+
update!(**args)
856+
end
857+
858+
# Update properties of this object
859+
def update!(**args)
860+
@annotated_screenshot_uri = args[:annotated_screenshot_uri] if args.key?(:annotated_screenshot_uri)
861+
@json_uri = args[:json_uri] if args.key?(:json_uri)
862+
end
863+
end
864+
833865
# Details for a goal step.
834866
class GoogleFirebaseAppdistroV1alphaGoalDetails
835867
include Google::Apis::Core::Hashable
@@ -1294,6 +1326,11 @@ class GoogleFirebaseAppdistroV1alphaTestCase
12941326
# @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions]
12951327
attr_accessor :ai_instructions
12961328

1329+
# Output only. Timestamp when the test case was created
1330+
# Corresponds to the JSON property `createTime`
1331+
# @return [String]
1332+
attr_accessor :create_time
1333+
12971334
# Required. Display name of the test case.
12981335
# Corresponds to the JSON property `displayName`
12991336
# @return [String]
@@ -1312,6 +1349,7 @@ def initialize(**args)
13121349
# Update properties of this object
13131350
def update!(**args)
13141351
@ai_instructions = args[:ai_instructions] if args.key?(:ai_instructions)
1352+
@create_time = args[:create_time] if args.key?(:create_time)
13151353
@display_name = args[:display_name] if args.key?(:display_name)
13161354
@name = args[:name] if args.key?(:name)
13171355
end

generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebaseappdistributionV1alpha
1818
# Version of the google-apis-firebaseappdistribution_v1alpha gem
19-
GEM_VERSION = "0.9.0"
19+
GEM_VERSION = "0.10.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241204"
25+
REVISION = "20250123"
2626
end
2727
end
2828
end

generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
178178
include Google::Apis::Core::JsonObjectSupport
179179
end
180180

181+
class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
182+
class Representation < Google::Apis::Core::JsonRepresentation; end
183+
184+
include Google::Apis::Core::JsonObjectSupport
185+
end
186+
181187
class GoogleFirebaseAppdistroV1alphaGoalDetails
182188
class Representation < Google::Apis::Core::JsonRepresentation; end
183189

@@ -539,6 +545,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
539545
class GoogleFirebaseAppdistroV1alphaGoalAction
540546
# @private
541547
class Representation < Google::Apis::Core::JsonRepresentation
548+
property :debug_info, as: 'debugInfo', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo::Representation
549+
542550
property :device_action, as: 'deviceAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction::Representation
543551

544552
property :explanation, as: 'explanation'
@@ -547,6 +555,14 @@ class Representation < Google::Apis::Core::JsonRepresentation
547555
end
548556
end
549557

558+
class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
559+
# @private
560+
class Representation < Google::Apis::Core::JsonRepresentation
561+
property :annotated_screenshot_uri, as: 'annotatedScreenshotUri'
562+
property :json_uri, as: 'jsonUri'
563+
end
564+
end
565+
550566
class GoogleFirebaseAppdistroV1alphaGoalDetails
551567
# @private
552568
class Representation < Google::Apis::Core::JsonRepresentation
@@ -689,6 +705,7 @@ class GoogleFirebaseAppdistroV1alphaTestCase
689705
class Representation < Google::Apis::Core::JsonRepresentation
690706
property :ai_instructions, as: 'aiInstructions', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaAiInstructions::Representation
691707

708+
property :create_time, as: 'createTime'
692709
property :display_name, as: 'displayName'
693710
property :name, as: 'name'
694711
end

0 commit comments

Comments
 (0)