google-apis-firebaseappdistribution_v1 0.10.0 → 0.11.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: 2f6706aa3dea63cb7d99a0b12979a58b3cf76f0845ad5b95b087209363fca6ae
4
- data.tar.gz: d1c8a4ce4fe4d0918445cca6a8351078c7799d8c56161a18f64109fb7a724498
3
+ metadata.gz: f713b57878b036d412d443af23a958ca5a01947298d04c1abe684b2cb1bb8620
4
+ data.tar.gz: 7f00cf4c3cb1f8dda3683931703aaac5ebc2cac056c6e29112d87448f27db361
5
5
  SHA512:
6
- metadata.gz: e96284023a397aa850e57719841ff33333dd49a86cc11ccbdb71a91c0dedad363e4d5b9f64a24b4bec8661312e76631a29938344541c6607a483555b502e345e
7
- data.tar.gz: 7e3fbdf82e88a74d64c8bbb9b46b525eee643a076c1d6c8aa25bdf0bfe94b2745a8bc96b177ce87685500340bcfd7a411954acb7c0fb515d29533bed506fd71a
6
+ metadata.gz: 4faf8bc643d2051cc01b6ebe0e6648f6f7b1db93f1c9ea0a6c302859040345d23754e72256995f073351e2e82bbe38bfc01ad8581e970fac542d1945e5581bf3
7
+ data.tar.gz: 4f544c0ebd51ccacc9dcbd0f7164be5986b51815e241d8df4580a28d559838450369ee918f38dbc1c40727267461d4b2ff05fb5affd3bee308c9dda87baff760
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.11.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250808
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.10.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -878,16 +878,16 @@ module Google
878
878
  class GoogleFirebaseAppdistroV1DistributeReleaseRequest
879
879
  include Google::Apis::Core::Hashable
880
880
 
881
- # A list of group aliases (IDs) to be given access to this release. A combined
882
- # maximum of 999 `testerEmails` and `groupAliases` can be specified in a single
883
- # request.
881
+ # Optional. A list of group aliases (IDs) to be given access to this release. A
882
+ # combined maximum of 999 `testerEmails` and `groupAliases` can be specified in
883
+ # a single request.
884
884
  # Corresponds to the JSON property `groupAliases`
885
885
  # @return [Array<String>]
886
886
  attr_accessor :group_aliases
887
887
 
888
- # A list of tester email addresses to be given access to this release. A
889
- # combined maximum of 999 `testerEmails` and `groupAliases` can be specified in
890
- # a single request.
888
+ # Optional. A list of tester email addresses to be given access to this release.
889
+ # A combined maximum of 999 `testerEmails` and `groupAliases` can be specified
890
+ # in a single request.
891
891
  # Corresponds to the JSON property `testerEmails`
892
892
  # @return [Array<String>]
893
893
  attr_accessor :tester_emails
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241115"
25
+ REVISION = "20250808"
26
26
  end
27
27
  end
28
28
  end
@@ -55,7 +55,8 @@ module Google
55
55
  # an update to an existing release, or a no-op if a release with the same
56
56
  # binary already exists.
57
57
  # @param [String] app
58
- # The name of the app resource. Format: `projects/`project_number`/apps/`app_id``
58
+ # Required. The name of the app resource. Format: `projects/`project_number`/
59
+ # apps/`app_id``
59
60
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1UploadReleaseRequest] google_firebase_appdistro_v1_upload_release_request_object
60
61
  # @param [String] fields
61
62
  # Selector specifying which fields to include in a partial response.
@@ -235,26 +236,26 @@ module Google
235
236
  # Required. The name of the app resource, which is the parent of the release
236
237
  # resources. Format: `projects/`project_number`/apps/`app_id``
237
238
  # @param [String] filter
238
- # The expression to filter releases listed in the response. To learn more about
239
- # filtering, refer to [Google's AIP-160 standard](http://aip.dev/160). Supported
240
- # fields: - `releaseNotes.text` supports `=` (can contain a wildcard character (`
241
- # *`) at the beginning or end of the string) - `createTime` supports `<`, `<=`, `
242
- # >` and `>=`, and expects an RFC-3339 formatted string Examples: - `createTime <
243
- # = "2021-09-08T00:00:00+04:00"` - `releaseNotes.text="fixes" AND createTime >= "
244
- # 2021-09-08T00:00:00.0Z"` - `releaseNotes.text="*v1.0.0-rc*"`
239
+ # Optional. The expression to filter releases listed in the response. To learn
240
+ # more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
241
+ # Supported fields: - `releaseNotes.text` supports `=` (can contain a wildcard
242
+ # character (`*`) at the beginning or end of the string) - `createTime` supports
243
+ # `<`, `<=`, `>` and `>=`, and expects an RFC-3339 formatted string Examples: - `
244
+ # createTime <= "2021-09-08T00:00:00+04:00"` - `releaseNotes.text="fixes" AND
245
+ # createTime >= "2021-09-08T00:00:00.0Z"` - `releaseNotes.text="*v1.0.0-rc*"`
245
246
  # @param [String] order_by
246
- # The fields used to order releases. Supported fields: - `createTime` To specify
247
- # descending order for a field, append a "desc" suffix, for example, `createTime
248
- # desc`. If this parameter is not set, releases are ordered by `createTime` in
249
- # descending order.
247
+ # Optional. The fields used to order releases. Supported fields: - `createTime`
248
+ # To specify descending order for a field, append a "desc" suffix, for example, `
249
+ # createTime desc`. If this parameter is not set, releases are ordered by `
250
+ # createTime` in descending order.
250
251
  # @param [Fixnum] page_size
251
- # The maximum number of releases to return. The service may return fewer than
252
- # this value. The valid range is [1-100]; If unspecified (0), at most 25
253
- # releases are returned. Values above 100 are coerced to 100.
252
+ # Optional. The maximum number of releases to return. The service may return
253
+ # fewer than this value. The valid range is [1-100]; If unspecified (0), at most
254
+ # 25 releases are returned. Values above 100 are coerced to 100.
254
255
  # @param [String] page_token
255
- # A page token, received from a previous `ListReleases` call. Provide this to
256
- # retrieve the subsequent page. When paginating, all other parameters provided
257
- # to `ListReleases` must match the call that provided the page token.
256
+ # Optional. A page token, received from a previous `ListReleases` call. Provide
257
+ # this to retrieve the subsequent page. When paginating, all other parameters
258
+ # provided to `ListReleases` must match the call that provided the page token.
258
259
  # @param [String] fields
259
260
  # Selector specifying which fields to include in a partial response.
260
261
  # @param [String] quota_user
@@ -292,7 +293,7 @@ module Google
292
293
  # app_id`/releases/`release_id``
293
294
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Release] google_firebase_appdistro_v1_release_object
294
295
  # @param [String] update_mask
295
- # The list of fields to update.
296
+ # Optional. The list of fields to update.
296
297
  # @param [String] fields
297
298
  # Selector specifying which fields to include in a partial response.
298
299
  # @param [String] quota_user
@@ -391,14 +392,14 @@ module Google
391
392
  # feedback report resources. Format: `projects/`project_number`/apps/`app`/
392
393
  # releases/`release``
393
394
  # @param [Fixnum] page_size
394
- # The maximum number of feedback reports to return. The service may return fewer
395
- # than this value. The valid range is [1-100]; If unspecified (0), at most 25
396
- # feedback reports are returned. Values above 100 are coerced to 100.
395
+ # Output only. The maximum number of feedback reports to return. The service may
396
+ # return fewer than this value. The valid range is [1-100]; If unspecified (0),
397
+ # at most 25 feedback reports are returned. Values above 100 are coerced to 100.
397
398
  # @param [String] page_token
398
- # A page token, received from a previous `ListFeedbackReports` call. Provide
399
- # this to retrieve the subsequent page. When paginating, all other parameters
400
- # provided to `ListFeedbackReports` must match the call that provided the page
401
- # token.
399
+ # Output only. A page token, received from a previous `ListFeedbackReports` call.
400
+ # Provide this to retrieve the subsequent page. When paginating, all other
401
+ # parameters provided to `ListFeedbackReports` must match the call that provided
402
+ # the page token.
402
403
  # @param [String] fields
403
404
  # Selector specifying which fields to include in a partial response.
404
405
  # @param [String] quota_user
@@ -832,7 +833,7 @@ module Google
832
833
  # group_alias``
833
834
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Group] google_firebase_appdistro_v1_group_object
834
835
  # @param [String] update_mask
835
- # The list of fields to update.
836
+ # Optional. The list of fields to update.
836
837
  # @param [String] fields
837
838
  # Selector specifying which fields to include in a partial response.
838
839
  # @param [String] quota_user
@@ -987,7 +988,7 @@ module Google
987
988
  # email_address``
988
989
  # @param [Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1Tester] google_firebase_appdistro_v1_tester_object
989
990
  # @param [String] update_mask
990
- # The list of fields to update.
991
+ # Optional. The list of fields to update.
991
992
  # @param [String] fields
992
993
  # Selector specifying which fields to include in a partial response.
993
994
  # @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.10.0
4
+ version: 0.11.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.10.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.11.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Firebase App Distribution API V1
79
79
  test_files: []