Skip to content

Commit e1f4cc2

Browse files
feat: Automated regeneration of firebaseappdistribution v1alpha client (#24324)
Auto-created at 2025-09-21 09:28:11 +0000 using the toys pull request generator.
1 parent 0846085 commit e1f4cc2

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248080,6 +248080,7 @@
248080248080
"/firebaseappdistribution:v1alpha/firebaseappdistribution.projects.apps.testCases.list/pageToken": page_token
248081248081
"/firebaseappdistribution:v1alpha/firebaseappdistribution.projects.apps.testCases.list/parent": parent
248082248082
"/firebaseappdistribution:v1alpha/firebaseappdistribution.projects.apps.testCases.patch": patch_project_app_test_case
248083+
"/firebaseappdistribution:v1alpha/firebaseappdistribution.projects.apps.testCases.patch/allowMissing": allow_missing
248083248084
"/firebaseappdistribution:v1alpha/firebaseappdistribution.projects.apps.testCases.patch/name": name
248084248085
"/firebaseappdistribution:v1alpha/firebaseappdistribution.projects.apps.updateTestConfig": update_project_app_test_config
248085248086
"/firebaseappdistribution:v1alpha/firebaseappdistribution.projects.apps.updateTestConfig/name": name

generated/google-apis-firebaseappdistribution_v1alpha/CHANGELOG.md

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

3+
### v0.19.0 (2025-09-21)
4+
5+
* Regenerated from discovery document revision 20250916
6+
37
### v0.18.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250912

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

Lines changed: 2 additions & 2 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.18.0"
19+
GEM_VERSION = "0.19.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,9 @@ def list_project_app_test_cases(parent, page_size: nil, page_token: nil, fields:
724724
# Identifier. The name of the test case resource. Format: `projects/`
725725
# project_number`/apps/`app_id`/testCases/`test_case_id``
726726
# @param [Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase] google_firebase_appdistro_v1alpha_test_case_object
727+
# @param [Boolean] allow_missing
728+
# Optional. If set to true, and the test case is not found, a new test case will
729+
# be created.
727730
# @param [String] fields
728731
# Selector specifying which fields to include in a partial response.
729732
# @param [String] quota_user
@@ -741,13 +744,14 @@ def list_project_app_test_cases(parent, page_size: nil, page_token: nil, fields:
741744
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
742745
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
743746
# @raise [Google::Apis::AuthorizationError] Authorization is required
744-
def patch_project_app_test_case(name, google_firebase_appdistro_v1alpha_test_case_object = nil, fields: nil, quota_user: nil, options: nil, &block)
747+
def patch_project_app_test_case(name, google_firebase_appdistro_v1alpha_test_case_object = nil, allow_missing: nil, fields: nil, quota_user: nil, options: nil, &block)
745748
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
746749
command.request_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
747750
command.request_object = google_firebase_appdistro_v1alpha_test_case_object
748751
command.response_representation = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase::Representation
749752
command.response_class = Google::Apis::FirebaseappdistributionV1alpha::GoogleFirebaseAppdistroV1alphaTestCase
750753
command.params['name'] = name unless name.nil?
754+
command.query['allowMissing'] = allow_missing unless allow_missing.nil?
751755
command.query['fields'] = fields unless fields.nil?
752756
command.query['quotaUser'] = quota_user unless quota_user.nil?
753757
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)