google-apis-firebaseappdistribution_v1 0.2.0 → 0.3.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 633c253405ef4ddbbd385307bf94f66fb67571e458343cd1b820b96dd8f59d91
|
|
4
|
+
data.tar.gz: 3ad315da5e6cdb9dca79a0d4e56f4307fa13b8dadf8fc0671fdfe62defa79928
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2f0a29e94d9cd2ee80b223ab9e8e86e72938832354862fda494b277a2dbbe07692cdbd5135356513d159f85bc47f0095f01097dde2fda04812906252008e408
|
|
7
|
+
data.tar.gz: 4632d834492a3da6ddc8478111d2a8cf6561a596f361f7d9aa5dc2d3379438e1b149a91bad33f137e4e3fce8c4a3231622d9f62c11293f011ea7a50ea849dd7d
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.3.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 = "
|
|
25
|
+
REVISION = "20230426"
|
|
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,
|
|
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.
|
|
4
|
+
version: 0.3.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-
|
|
11
|
+
date: 2023-04-30 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseappdistribution_v1/v0.3.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: []
|