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: 3b0fd5067e9124183da653d0fcc2d870b762847d07bfdc9a0f6323093967c763
4
- data.tar.gz: 9942475a075423ae2cf0dff48a3c98b28c1c5f42160dc00a6eded5d06bbbe73d
3
+ metadata.gz: 8ea5dc83cad1aa6fb861fbcbaf20267eec5b193b06059ed54445de9cfca4b2c3
4
+ data.tar.gz: 158cef227e9169b80ea99cff98ad3c28d2485a16731abafadd713a4539ba48f7
5
5
  SHA512:
6
- metadata.gz: 17b45f0b46fa675102d75f377befd49053969d0a6cb914870f81f903a0f064f0f79525d0816c57c55ce26efbd0c041e34464e20d18c020780b7c59783ce51d40
7
- data.tar.gz: d9fe17971c2dbf1751fe9c61aa5eda08fb561e4ef46e63aaa8445d4389f99455b16bd8628805d6b6de0345f20e22a88ec7487d861651c8b489eff82cfece43b0
6
+ metadata.gz: c64263e3d949b21189d6df830a28bc99ebbd186218edd29350ab51b17fb2c0d4f1534273933b2f550278fda702a26dbbc7936e8651e2d79d71249b1b12b508c7
7
+ data.tar.gz: 1db30a806b771547a2eb2ee1418baade0cb5d1066994ff98f4474786d0053e7f47d75ec57f6e28eca5817ca65895e79e620d43c48eee30345c355d60270b49e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebaseappdistribution_v1
2
2
 
3
+ ### v0.2.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230420
6
+
3
7
  ### v0.1.0 (2023-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230328
@@ -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.1.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 = "20230328"
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-100]; If unspecified (0), at most 25
806
- # groups are returned. Values above 100 are coerced to 100.
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.1.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-02 00:00:00.000000000 Z
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.1.0
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: []