google-apis-firebaseappdistribution_v1 0.2.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8ea5dc83cad1aa6fb861fbcbaf20267eec5b193b06059ed54445de9cfca4b2c3
4
- data.tar.gz: 158cef227e9169b80ea99cff98ad3c28d2485a16731abafadd713a4539ba48f7
3
+ metadata.gz: f2ff80e92fa8474cc5e64ab03ce27a65b99b042ceccffc18023e9beeaf4cda77
4
+ data.tar.gz: 6d4a70261d378aa135009952e787baba350c176c80c1b79dabd1e5bb8b438c86
5
5
  SHA512:
6
- metadata.gz: c64263e3d949b21189d6df830a28bc99ebbd186218edd29350ab51b17fb2c0d4f1534273933b2f550278fda702a26dbbc7936e8651e2d79d71249b1b12b508c7
7
- data.tar.gz: 1db30a806b771547a2eb2ee1418baade0cb5d1066994ff98f4474786d0053e7f47d75ec57f6e28eca5817ca65895e79e620d43c48eee30345c355d60270b49e7
6
+ metadata.gz: 677246191c77a8b36c042104b49d5d01578e4d4496d406e6fdb327ce1f5346df1b85fd3e3490eea46747553320bec044419b60dd1aa7b11d3e822d2137146398
7
+ data.tar.gz: 1525140d69ca546a4cfcfd39c310dcec58ce902bf09fd9930c6a781a4551e6f699fb7907ad0194b51417319ec0ddb5510c2f4a7ac693e8e6bd02ace41d7598f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.4.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230808
6
+
7
+ ### v0.3.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230426
10
+
3
11
  ### v0.2.0 (2023-04-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230420
@@ -1408,13 +1408,13 @@ module Google
1408
1408
  # @return [String]
1409
1409
  attr_accessor :name
1410
1410
 
1411
- # The normal response of the operation in case of success. If the original
1412
- # method returns no data on success, such as `Delete`, the response is `google.
1413
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1414
- # the response should be the resource. For other methods, the response should
1415
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1416
- # example, if the original method name is `TakeSnapshot()`, the inferred
1417
- # response type is `TakeSnapshotResponse`.
1411
+ # The normal, successful response of the operation. If the original method
1412
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1413
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1414
+ # response should be the resource. For other methods, the response should have
1415
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1416
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1417
+ # `TakeSnapshotResponse`.
1418
1418
  # Corresponds to the JSON property `response`
1419
1419
  # @return [Hash<String,Object>]
1420
1420
  attr_accessor :response
@@ -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.2.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230420"
25
+ REVISION = "20230808"
26
26
  end
27
27
  end
28
28
  end
@@ -388,17 +388,6 @@ module Google
388
388
  # Required. The name of the release resource, which is the parent of the
389
389
  # feedback report resources. Format: `projects/`project_number`/apps/`app`/
390
390
  # releases/`release``
391
- # @param [String] filter
392
- # The expression to filter feedback reports listed in the response. To learn
393
- # more about filtering, refer to [Google's AIP-160 standard](http://aip.dev/160).
394
- # Supported fields: - `tester` - `createTime` supports `<`, `<=`, `>` and `>=`,
395
- # and expects an RFC-3339 formatted string Example: - `createTime <= "2023-03-
396
- # 10T00:00:00+04:00"` - `tester = "projects/-/testers/*@example.com"`
397
- # @param [String] order_by
398
- # The fields used to order releases. Supported fields: - `createTime` - `tester`
399
- # To specify descending order for a field, append a "desc" suffix, for example, `
400
- # createTime desc`. If this parameter is not set, releases are ordered by `
401
- # createTime` in descending order.
402
391
  # @param [Fixnum] page_size
403
392
  # The maximum number of feedback reports to return. The service may return fewer
404
393
  # than this value. The valid range is [1-100]; If unspecified (0), at most 25
@@ -425,13 +414,11 @@ module Google
425
414
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
426
415
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
427
416
  # @raise [Google::Apis::AuthorizationError] Authorization is required
428
- def list_project_app_release_feedback_reports(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
417
+ def list_project_app_release_feedback_reports(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
429
418
  command = make_simple_command(:get, 'v1/{+parent}/feedbackReports', options)
430
419
  command.response_representation = Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ListFeedbackReportsResponse::Representation
431
420
  command.response_class = Google::Apis::FirebaseappdistributionV1::GoogleFirebaseAppdistroV1ListFeedbackReportsResponse
432
421
  command.params['parent'] = parent unless parent.nil?
433
- command.query['filter'] = filter unless filter.nil?
434
- command.query['orderBy'] = order_by unless order_by.nil?
435
422
  command.query['pageSize'] = page_size unless page_size.nil?
436
423
  command.query['pageToken'] = page_token unless page_token.nil?
437
424
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebaseappdistribution_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-23 00:00:00.000000000 Z
11
+ date: 2023-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.4.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseappdistribution_v1
63
63
  post_install_message:
64
64
  rdoc_options: []