google-apis-firebaseappdistribution_v1 0.13.0 → 0.15.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: 70b915c859340a90460685fd8d1005af8ad45b5162b044c2110ec8741a9d7469
4
- data.tar.gz: 9a830a1323ba7d75193ccc046c4d253e16c795cb2a8b79a8f891737040ed603c
3
+ metadata.gz: db131a2275f79edcb599881e44d79746e90ab66e4b3696621f92d26560a978dd
4
+ data.tar.gz: 18d9480978b7757a690b0f2cedf2ea8fdad067396b1a601af4465867e8bacb4b
5
5
  SHA512:
6
- metadata.gz: 2a1f3fdefad36fd8ee5cf36f7b16b9e6830f7d78c7967fb9a0668113bb3bfd83cc90b0f0c4305839b659d630a56256015a70a236b665aa564d45df13da2c4e61
7
- data.tar.gz: 41297333e4d73c998d6873e12bcba2b9e9993656ece8beea7010f7afe67f833aeba5c0fe52938b1a65a9e615a252697d067b997f7e76fa8ff3666e1453c8803a
6
+ metadata.gz: 5fcaad8909ff1b1aa745b1da334161b749215748fc56feab768445f282df0e6c9159c4a68311bf30ef738fbf8584884cf16217c8b3f6eb23c21623e75099f780
7
+ data.tar.gz: 8f95342c2cb8121d9a20e3e71d1f7d4d3d768b12a02655303528342df103acd49d43ea381edb62b59764896703d806026b73876267fcd3c5cc83a527e3f04b6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.15.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251113
6
+
7
+ ### v0.14.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251104
10
+
3
11
  ### v0.13.0 (2025-09-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20250924
@@ -771,8 +771,8 @@ module Google
771
771
  include Google::Apis::Core::Hashable
772
772
 
773
773
  # Required. The names of the release resources to delete. Format: `projects/`
774
- # project_number`/apps/`app_id`/releases/`release_id`` A maximum of 100 releases
775
- # can be deleted per request.
774
+ # project_number`/apps/`app`/releases/`release`` A maximum of 100 releases can
775
+ # be deleted per request.
776
776
  # Corresponds to the JSON property `names`
777
777
  # @return [Array<String>]
778
778
  attr_accessor :names
@@ -1155,8 +1155,8 @@ module Google
1155
1155
  # @return [String]
1156
1156
  attr_accessor :firebase_console_uri
1157
1157
 
1158
- # The name of the release resource. Format: `projects/`project_number`/apps/`
1159
- # app_id`/releases/`release_id``
1158
+ # The name of the release resource. Format: `projects/`project_number`/apps/`app`
1159
+ # /releases/`release``
1160
1160
  # Corresponds to the JSON property `name`
1161
1161
  # @return [String]
1162
1162
  attr_accessor :name
@@ -1373,8 +1373,9 @@ module Google
1373
1373
  attr_accessor :operations
1374
1374
 
1375
1375
  # Unordered list. Unreachable resources. Populated when the request sets `
1376
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1377
- # when attempting to list all resources across all supported locations.
1376
+ # ListOperationsRequest.return_partial_success` and reads across collections.
1377
+ # For example, when attempting to list all resources across all supported
1378
+ # locations.
1378
1379
  # Corresponds to the JSON property `unreachable`
1379
1380
  # @return [Array<String>]
1380
1381
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseappdistributionV1
18
18
  # Version of the google-apis-firebaseappdistribution_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.15.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 = "20250924"
25
+ REVISION = "20251113"
26
26
  end
27
27
  end
28
28
  end
@@ -56,7 +56,7 @@ module Google
56
56
  # binary already exists.
57
57
  # @param [String] app
58
58
  # Required. The name of the app resource. Format: `projects/`project_number`/
59
- # apps/`app_id``
59
+ # apps/`app``
60
60
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest] google_firebase_appdistro_v1_upload_release_request_object
61
61
  # @param [String] fields
62
62
  # Selector specifying which fields to include in a partial response.
@@ -100,7 +100,7 @@ module Google
100
100
  # Gets Android App Bundle (AAB) information for a Firebase app.
101
101
  # @param [String] name
102
102
  # Required. The name of the `AabInfo` resource to retrieve. Format: `projects/`
103
- # project_number`/apps/`app_id`/aabInfo`
103
+ # project_number`/apps/`app`/aabInfo`
104
104
  # @param [String] fields
105
105
  # Selector specifying which fields to include in a partial response.
106
106
  # @param [String] quota_user
@@ -131,7 +131,7 @@ module Google
131
131
  # Deletes releases. A maximum of 100 releases can be deleted per request.
132
132
  # @param [String] parent
133
133
  # Required. The name of the app resource, which is the parent of the release
134
- # resources. Format: `projects/`project_number`/apps/`app_id``
134
+ # resources. Format: `projects/`project_number`/apps/`app``
135
135
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1BatchDeleteReleasesRequest] google_firebase_appdistro_v1_batch_delete_releases_request_object
136
136
  # @param [String] fields
137
137
  # Selector specifying which fields to include in a partial response.
@@ -169,7 +169,7 @@ module Google
169
169
  # INVALID_ARGUMENT` if it contains a group that doesn't exist.
170
170
  # @param [String] name
171
171
  # Required. The name of the release resource to distribute. Format: `projects/`
172
- # project_number`/apps/`app_id`/releases/`release_id``
172
+ # project_number`/apps/`app`/releases/`release``
173
173
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1DistributeReleaseRequest] google_firebase_appdistro_v1_distribute_release_request_object
174
174
  # @param [String] fields
175
175
  # Selector specifying which fields to include in a partial response.
@@ -203,7 +203,7 @@ module Google
203
203
  # Gets a release.
204
204
  # @param [String] name
205
205
  # Required. The name of the release resource to retrieve. Format: projects/`
206
- # project_number`/apps/`app_id`/releases/`release_id`
206
+ # project_number`/apps/`app`/releases/`release`
207
207
  # @param [String] fields
208
208
  # Selector specifying which fields to include in a partial response.
209
209
  # @param [String] quota_user
@@ -234,7 +234,7 @@ module Google
234
234
  # Lists releases. By default, sorts by `createTime` in descending order.
235
235
  # @param [String] parent
236
236
  # Required. The name of the app resource, which is the parent of the release
237
- # resources. Format: `projects/`project_number`/apps/`app_id``
237
+ # resources. Format: `projects/`project_number`/apps/`app``
238
238
  # @param [String] filter
239
239
  # Optional. The expression to filter releases listed in the response. To learn
240
240
  # more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
@@ -289,8 +289,8 @@ module Google
289
289
 
290
290
  # Updates a release.
291
291
  # @param [String] name
292
- # The name of the release resource. Format: `projects/`project_number`/apps/`
293
- # app_id`/releases/`release_id``
292
+ # The name of the release resource. Format: `projects/`project_number`/apps/`app`
293
+ # /releases/`release``
294
294
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Release] google_firebase_appdistro_v1_release_object
295
295
  # @param [String] update_mask
296
296
  # Optional. The list of fields to update.
@@ -545,11 +545,12 @@ module Google
545
545
  # The standard list page token.
546
546
  # @param [Boolean] return_partial_success
547
547
  # When set to `true`, operations that are reachable are returned as normal, and
548
- # those that are unreachable are returned in the [ListOperationsResponse.
549
- # unreachable] field. This can only be `true` when reading across collections e.
550
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
551
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
552
- # explicitly documented otherwise in service or product specific documentation.
548
+ # those that are unreachable are returned in the ListOperationsResponse.
549
+ # unreachable field. This can only be `true` when reading across collections.
550
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
551
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
552
+ # if set unless explicitly documented otherwise in service or product specific
553
+ # documentation.
553
554
  # @param [String] fields
554
555
  # Selector specifying which fields to include in a partial response.
555
556
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappdistribution_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.15.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.13.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.15.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1
62
62
  rdoc_options: []
63
63
  require_paths: