google-apis-firebaseappdistribution_v1alpha 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ca3bed50df17f5a22e65f7917f0ec469a25a957619d948447a7577a1f2e3e07
4
- data.tar.gz: 7d62324de02ce745b928010bae63a65008caa3bd065eed14ece8808f0da73964
3
+ metadata.gz: 7ea61ae92bd7b8e09912e5839695b2f5c0bc9cb495ea1d304fcda741daa0dac5
4
+ data.tar.gz: 43a77c97f574645cb0789afa6d2661e1525df814c58cd94fa857a8e81c613a8d
5
5
  SHA512:
6
- metadata.gz: e0d273db25bc183dc6dcba91d42c6d753782b748a0ae63ac17ca5147e54ab66759adba43423db4d2b736cf760593fe753c5d079ba2b5b0973048dfe26e33bd06
7
- data.tar.gz: 758278d3c0dd7d21987d6dceda19c1d3457a71da94e2095efb07e1c7b7b8dff3e565ae090dd4ef3acfa98d75050cc97aaa3cbd36b274acd6bf10ae5d85d44926
6
+ metadata.gz: ebc30592988a9202d7bcd3af3adae90a59bf4305d48fc7bac9bc657f34dbbe45a17f5d4470d78dfaa83f61b0971a326356608d9df054b81e355549ceaaff31d9
7
+ data.tar.gz: dbbe7be7224d3d4aa01ae9bfcfcf9f3ff22b196ee2ce36de13b049e78ac222e03e21aeb03920b6d661b28c5703a20a1b52f8b3456d7cb68fdcb68f2a11a60239
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1alpha
2
2
 
3
+ ### v0.17.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250902
6
+
3
7
  ### v0.16.0 (2025-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20250825
@@ -621,6 +621,11 @@ module Google
621
621
  # @return [String]
622
622
  attr_accessor :state
623
623
 
624
+ # Output only. The time at which the video started recording.
625
+ # Corresponds to the JSON property `videoStartTime`
626
+ # @return [String]
627
+ attr_accessor :video_start_time
628
+
624
629
  # Output only. A URI to a video of the test run.
625
630
  # Corresponds to the JSON property `videoUri`
626
631
  # @return [String]
@@ -642,6 +647,7 @@ module Google
642
647
  @robo_stats = args[:robo_stats] if args.key?(:robo_stats)
643
648
  @screenshot_uris = args[:screenshot_uris] if args.key?(:screenshot_uris)
644
649
  @state = args[:state] if args.key?(:state)
650
+ @video_start_time = args[:video_start_time] if args.key?(:video_start_time)
645
651
  @video_uri = args[:video_uri] if args.key?(:video_uri)
646
652
  end
647
653
  end
@@ -966,7 +972,7 @@ module Google
966
972
  class GoogleFirebaseAppdistroV1alphaGoalAction
967
973
  include Google::Apis::Core::Hashable
968
974
 
969
- # Information to help the customer understand why the agent took this action
975
+ # Information to help the customer understand why the agent took this action.
970
976
  # Corresponds to the JSON property `debugInfo`
971
977
  # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo]
972
978
  attr_accessor :debug_info
@@ -982,6 +988,11 @@ module Google
982
988
  # @return [String]
983
989
  attr_accessor :explanation
984
990
 
991
+ # Output only. The time at which the action started.
992
+ # Corresponds to the JSON property `startTime`
993
+ # @return [String]
994
+ attr_accessor :start_time
995
+
985
996
  # An action taken by the AI to end the goal.
986
997
  # Corresponds to the JSON property `terminalAction`
987
998
  # @return [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTerminalAction]
@@ -996,21 +1007,22 @@ module Google
996
1007
  @debug_info = args[:debug_info] if args.key?(:debug_info)
997
1008
  @device_action = args[:device_action] if args.key?(:device_action)
998
1009
  @explanation = args[:explanation] if args.key?(:explanation)
1010
+ @start_time = args[:start_time] if args.key?(:start_time)
999
1011
  @terminal_action = args[:terminal_action] if args.key?(:terminal_action)
1000
1012
  end
1001
1013
  end
1002
1014
 
1003
- # Information to help the customer understand why the agent took this action
1015
+ # Information to help the customer understand why the agent took this action.
1004
1016
  class GoogleFirebaseAppdistroV1alphaGoalActionDebugInfo
1005
1017
  include Google::Apis::Core::Hashable
1006
1018
 
1007
1019
  # Output only. URI of the screenshot with elements labeled which was used by the
1008
- # agent
1020
+ # agent.
1009
1021
  # Corresponds to the JSON property `annotatedScreenshotUri`
1010
1022
  # @return [String]
1011
1023
  attr_accessor :annotated_screenshot_uri
1012
1024
 
1013
- # Output only. Structured data explaining the agent's choice
1025
+ # Output only. Structured data explaining the agent's choice.
1014
1026
  # Corresponds to the JSON property `jsonUri`
1015
1027
  # @return [String]
1016
1028
  attr_accessor :json_uri
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappdistributionV1alpha
18
18
  # Version of the google-apis-firebaseappdistribution_v1alpha gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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
25
- REVISION = "20250825"
25
+ REVISION = "20250902"
26
26
  end
27
27
  end
28
28
  end
@@ -511,6 +511,7 @@ module Google
511
511
 
512
512
  collection :screenshot_uris, as: 'screenshotUris'
513
513
  property :state, as: 'state'
514
+ property :video_start_time, as: 'videoStartTime'
514
515
  property :video_uri, as: 'videoUri'
515
516
  end
516
517
  end
@@ -632,6 +633,7 @@ module Google
632
633
  property :device_action, as: 'deviceAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaDeviceAction::Representation
633
634
 
634
635
  property :explanation, as: 'explanation'
636
+ property :start_time, as: 'startTime'
635
637
  property :terminal_action, as: 'terminalAction', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTerminalAction, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTerminalAction::Representation
636
638
 
637
639
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappdistribution_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.16.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1alpha/v0.17.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: