google-apis-firebaseappdistribution_v1 0.1.0 → 0.2.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: 8ea5dc83cad1aa6fb861fbcbaf20267eec5b193b06059ed54445de9cfca4b2c3
|
|
4
|
+
data.tar.gz: 158cef227e9169b80ea99cff98ad3c28d2485a16731abafadd713a4539ba48f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c64263e3d949b21189d6df830a28bc99ebbd186218edd29350ab51b17fb2c0d4f1534273933b2f550278fda702a26dbbc7936e8651e2d79d71249b1b12b508c7
|
|
7
|
+
data.tar.gz: 1db30a806b771547a2eb2ee1418baade0cb5d1066994ff98f4474786d0053e7f47d75ec57f6e28eca5817ca65895e79e620d43c48eee30345c355d60270b49e7
|
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.2.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 = "20230420"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -802,8 +802,8 @@ module Google
|
|
|
802
802
|
# resources. Format: `projects/`project_number``
|
|
803
803
|
# @param [Fixnum] page_size
|
|
804
804
|
# Optional. The maximum number of groups to return. The service may return fewer
|
|
805
|
-
# than this value. The valid range is [1-
|
|
806
|
-
# groups are returned. Values above
|
|
805
|
+
# than this value. The valid range is [1-1000]; If unspecified (0), at most 25
|
|
806
|
+
# groups are returned. Values above 1000 are coerced to 1000.
|
|
807
807
|
# @param [String] page_token
|
|
808
808
|
# Optional. A page token, received from a previous `ListGroups` call. Provide
|
|
809
809
|
# this to retrieve the subsequent page. When paginating, all other parameters
|
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.2.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-23 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.2.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: []
|