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
+25-7Lines changed: 25 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -123,8 +123,8 @@ class GoogleFirebaseAppdistroV1Release
123
123
# @return [String]
124
124
attr_accessor:firebase_console_uri
125
125
126
-
# The name of the release resource. Format: `projects/`project_number`/apps/`
127
-
# app_id`/releases/`release_id``
126
+
# The name of the release resource. Format: `projects/`project_number`/apps/`app`
127
+
# /releases/`release``
128
128
# Corresponds to the JSON property `name`
129
129
# @return [String]
130
130
attr_accessor:name
@@ -475,8 +475,8 @@ class GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest
475
475
includeGoogle::Apis::Core::Hashable
476
476
477
477
# Required. The name of the test cases to delete. A maximum number of 1000 test
478
-
# cases can be deleted in one batch Format: `projects/`project_number`/apps/`
479
-
# app_id`/testCases/`test_case_id``
478
+
# cases can be deleted in one batch Format: `projects/`project_number`/apps/`app`
479
+
# /testCases/`test_case``
480
480
# Corresponds to the JSON property `names`
481
481
# @return [Array<String>]
482
482
attr_accessor:names
@@ -675,6 +675,22 @@ class GoogleFirebaseAppdistroV1alphaDeviceExecution
675
675
# @return [String]
676
676
attr_accessor:inconclusive_reason
677
677
678
+
# Identifier. The name of the device execution resource. Format: `projects/`
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.23.0"
19
+
GEM_VERSION="0.24.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
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/representations.rb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -567,6 +567,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
Copy file name to clipboardExpand all lines: generated/google-apis-firebaseappdistribution_v1alpha/lib/google/apis/firebaseappdistribution_v1alpha/service.rb
0 commit comments