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
2 changes: 2 additions & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257203,6 +257203,8 @@
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/executionType": execution_type
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/failedReason": failed_reason
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/inconclusiveReason": inconclusive_reason
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/name": name
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/originDeviceExecution": origin_device_execution
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/resultsStoragePath": results_storage_path
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/roboStats": robo_stats
"/firebaseappdistribution:v1alpha/GoogleFirebaseAppdistroV1alphaDeviceExecution/screenshotUris": screenshot_uris
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-firebaseappdistribution_v1alpha

### v0.24.0 (2025-11-09)

* Regenerated from discovery document revision 20251107

### v0.23.0 (2025-11-02)

* Regenerated from discovery document revision 20251030
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ class GoogleFirebaseAppdistroV1Release
# @return [String]
attr_accessor :firebase_console_uri

# The name of the release resource. Format: `projects/`project_number`/apps/`
# app_id`/releases/`release_id``
# The name of the release resource. Format: `projects/`project_number`/apps/`app`
# /releases/`release``
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down Expand Up @@ -475,8 +475,8 @@ class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
include Google::Apis::Core::Hashable

# Required. The name of the test cases to delete. A maximum number of 1000 test
# cases can be deleted in one batch Format: `projects/`project_number`/apps/`
# app_id`/testCases/`test_case_id``
# cases can be deleted in one batch Format: `projects/`project_number`/apps/`app`
# /testCases/`test_case``
# Corresponds to the JSON property `names`
# @return [Array<String>]
attr_accessor :names
Expand Down Expand Up @@ -675,6 +675,22 @@ class GoogleFirebaseAppdistroV1alphaDeviceExecution
# @return [String]
attr_accessor :inconclusive_reason

# Identifier. The name of the device execution resource. Format: `projects/`
# project_number`/apps/`app`/releases/`release`/tests/`test`/deviceExecutions/`
# device_execution``
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name

# Output only. The device execution from which cached steps were used during
# this execution. Note: This field is only populated for ACTION_BASED_REPLAY
# executions. If the original device execution no longer exists, this field will
# be empty. Format: `projects/`project_number`/apps/`app`/releases/`release`/
# tests/`test`/deviceExecutions/`device_execution``
# Corresponds to the JSON property `originDeviceExecution`
# @return [String]
attr_accessor :origin_device_execution

# Output only. The path to a directory in Cloud Storage that will eventually
# contain the results for this execution. For example, gs://bucket/Nexus5-18-en-
# portrait.
Expand Down Expand Up @@ -721,6 +737,8 @@ def update!(**args)
@execution_type = args[:execution_type] if args.key?(:execution_type)
@failed_reason = args[:failed_reason] if args.key?(:failed_reason)
@inconclusive_reason = args[:inconclusive_reason] if args.key?(:inconclusive_reason)
@name = args[:name] if args.key?(:name)
@origin_device_execution = args[:origin_device_execution] if args.key?(:origin_device_execution)
@results_storage_path = args[:results_storage_path] if args.key?(:results_storage_path)
@robo_stats = args[:robo_stats] if args.key?(:robo_stats)
@screenshot_uris = args[:screenshot_uris] if args.key?(:screenshot_uris)
Expand Down Expand Up @@ -1411,7 +1429,7 @@ class GoogleFirebaseAppdistroV1alphaReleaseTest
attr_accessor :login_credential

# The name of the release test resource. Format: `projects/`project_number`/apps/
# `app_id`/releases/`release_id`/tests/`test_id``
# `app`/releases/`release`/tests/`test``
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down Expand Up @@ -1589,7 +1607,7 @@ class GoogleFirebaseAppdistroV1alphaTestCase
attr_accessor :display_name

# Identifier. The name of the test case resource. Format: `projects/`
# project_number`/apps/`app_id`/testCases/`test_case_id``
# project_number`/apps/`app`/testCases/`test_case``
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
Expand Down Expand Up @@ -1625,7 +1643,7 @@ class GoogleFirebaseAppdistroV1alphaTestConfig
attr_accessor :display_name

# Identifier. The name of the test configuration resource. Format: `projects/`
# project_number`/apps/`app_id`/testConfig`
# project_number`/apps/`app`/testConfig`
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
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.23.0"
GEM_VERSION = "0.24.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 = "20251030"
REVISION = "20251107"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :execution_type, as: 'executionType'
property :failed_reason, as: 'failedReason'
property :inconclusive_reason, as: 'inconclusiveReason'
property :name, as: 'name'
property :origin_device_execution, as: 'originDeviceExecution'
property :results_storage_path, as: 'resultsStoragePath'
property :robo_stats, as: 'roboStats', class: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats, decorator: Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaRoboStats::Representation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def get_project_test_quota(name, fields: nil, quota_user: nil, options: nil, &bl
# Gets configuration for automated tests.
# @param [String] name
# Required. The name of the `TestConfig` resource to retrieve. Format: `projects/
# `project_number`/apps/`app_id`/testConfig`
# `project_number`/apps/`app`/testConfig`
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -364,7 +364,7 @@ def get_project_app_test_config(name, fields: nil, quota_user: nil, options: nil
# Updates automated test configuration.
# @param [String] name
# Identifier. The name of the test configuration resource. Format: `projects/`
# project_number`/apps/`app_id`/testConfig`
# project_number`/apps/`app`/testConfig`
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestConfig] google_firebase_appdistro_v1alpha_test_config_object
# @param [String] update_mask
# Optional. The list of fields to update.
Expand Down Expand Up @@ -401,7 +401,7 @@ def update_project_app_test_config(name, google_firebase_appdistro_v1alpha_test_
# Abort automated test run on release.
# @param [String] name
# Required. The name of the release test resource. Format: `projects/`
# project_number`/apps/`app_id`/releases/`release_id`/tests/`test_id``
# project_number`/apps/`app`/releases/`release`/tests/`test``
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -432,7 +432,7 @@ def cancel_project_app_release_test(name, fields: nil, quota_user: nil, options:
# Run automated test(s) on release.
# @param [String] parent
# Required. The name of the release resource, which is the parent of the test
# Format: `projects/`project_number`/apps/`app_id`/releases/`release_id``
# Format: `projects/`project_number`/apps/`app`/releases/`release``
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaReleaseTest] google_firebase_appdistro_v1alpha_release_test_object
# @param [String] release_test_id
# Optional. The ID to use for the test, which will become the final component of
Expand Down Expand Up @@ -472,7 +472,7 @@ def create_project_app_release_test(parent, google_firebase_appdistro_v1alpha_re
# Get results for automated test run on release.
# @param [String] name
# Required. The name of the release test resource. Format: `projects/`
# project_number`/apps/`app_id`/releases/`release_id`/tests/`test_id``
# project_number`/apps/`app`/releases/`release`/tests/`test``
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -503,7 +503,7 @@ def get_project_app_release_test(name, fields: nil, quota_user: nil, options: ni
# List results for automated tests run on release.
# @param [String] parent
# Required. The name of the release resource, which is the parent of the tests
# Format: `projects/`project_number`/apps/`app_id`/releases/`release_id``
# Format: `projects/`project_number`/apps/`app`/releases/`release``
# @param [Fixnum] page_size
# Optional. The maximum number of tests to return. The service may return fewer
# than this value.
Expand Down Expand Up @@ -546,7 +546,7 @@ def list_project_app_release_tests(parent, page_size: nil, page_token: nil, view
# Deletes multiple test cases.
# @param [String] parent
# Required. The parent resource of the test cases being deleted. Format: `
# projects/`project_number`/apps/`app_id``
# projects/`project_number`/apps/`app``
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest] google_firebase_appdistro_v1alpha_batch_delete_test_cases_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -580,7 +580,7 @@ def batch_project_app_test_case_delete(parent, google_firebase_appdistro_v1alpha
# Updates multiple test cases.
# @param [String] parent
# Required. The parent resource of the test cases being updated. Format: `
# projects/`project_number`/apps/`app_id``
# projects/`project_number`/apps/`app``
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaBatchUpdateTestCasesRequest] google_firebase_appdistro_v1alpha_batch_update_test_cases_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -614,7 +614,7 @@ def batch_project_app_test_case_update(parent, google_firebase_appdistro_v1alpha
# Clears cached test runs for a specific test case and device(s).
# @param [String] test_case
# Required. The name of the test case resource for which to clear the cache.
# Format: `projects/`project_number`/apps/`app_id`/testCases/`test_case_id``
# Format: `projects/`project_number`/apps/`app`/testCases/`test_case``
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaClearTestCaseCacheRequest] google_firebase_appdistro_v1alpha_clear_test_case_cache_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
Expand Down Expand Up @@ -648,7 +648,7 @@ def clear_project_app_test_case_test_case_cache(test_case, google_firebase_appdi
# Create a new test case.
# @param [String] parent
# Required. The parent resource where this test case will be created. Format: `
# projects/`project_number`/apps/`app_id``
# projects/`project_number`/apps/`app``
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
# @param [String] test_case_id
# Optional. The ID to use for the test case, which will become the final
Expand Down Expand Up @@ -687,7 +687,7 @@ def create_project_app_test_case(parent, google_firebase_appdistro_v1alpha_test_
# Delete a test case.
# @param [String] name
# Required. The name of the test case resource to delete. Format: `projects/`
# project_number`/apps/`app_id`/testCases/`test_case_id``
# project_number`/apps/`app`/testCases/`test_case``
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -718,7 +718,7 @@ def delete_project_app_test_case(name, fields: nil, quota_user: nil, options: ni
# Get a test case.
# @param [String] name
# Required. The name of the test case resource to retrieve. Format: `projects/`
# project_number`/apps/`app_id`/testCases/`test_case_id``
# project_number`/apps/`app`/testCases/`test_case``
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -749,7 +749,7 @@ def get_project_app_test_case(name, fields: nil, quota_user: nil, options: nil,
# List test cases.
# @param [String] parent
# Required. The parent resource from which to list test cases. Format: `projects/
# `project_number`/apps/`app_id``
# `project_number`/apps/`app``
# @param [Fixnum] page_size
# Optional. The maximum number of test cases to return. The service may return
# fewer than this value. If unspecified, at most 50 test cases will be returned.
Expand Down Expand Up @@ -790,7 +790,7 @@ def list_project_app_test_cases(parent, page_size: nil, page_token: nil, fields:
# Update a test case.
# @param [String] name
# Identifier. The name of the test case resource. Format: `projects/`
# project_number`/apps/`app_id`/testCases/`test_case_id``
# project_number`/apps/`app`/testCases/`test_case``
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
# @param [Boolean] allow_missing
# Optional. If set to true, and the test case is not found, a new test case will
Expand Down