google-apis-sourcerepo_v1 0.9.0 → 0.10.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: 3fe5eb99222b91c6cf92a983d9932db17b13a5fce5d5f849fd74045d4b30db60
4
- data.tar.gz: 561cccb270ab31456163cdcf9c71641bdde9fcc64ca316cea8feec2fe87c6d40
3
+ metadata.gz: 5247d051be6c578f1844e6441eb35d7b00bc189fa1a5ffb797b33a156974e8d0
4
+ data.tar.gz: ff30517460bd02304a2cb7183e27107ff96011a940c6216feedfd1e0a47c025c
5
5
  SHA512:
6
- metadata.gz: c80a77b20696812dbc453cbf6ddc9bfa9c51525e8053638a1b72c903d1bfd3ac1f71b275b257d4833709c73435ea5849c6130ab035970a3d125cbea7e0bad354
7
- data.tar.gz: 8ea12e904c108d40167dec9d738ecee4a88f09ee8027f752c11d9f5d4b29457c89c2f506440a6d27686f388e975de315b3c84000732f66f3da2e6b94c614cf75
6
+ metadata.gz: 88e9d0e6ab8254712e70b4a7506c9c2ef99e16354c2dd0f83afa95a66e4de034044e56354ba3d811d1fdfc95ed051c3cf48a00ff4b24f987d5dfe3a774d76657
7
+ data.tar.gz: 4f7f3198413e0f14507c9247e1174df178f7f1f15891a0f43bcfd671f49f68014f33cd67f3a77d61d8054b28a8c7230e7c4fe59c318e6da5837d4782e99b7026
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sourcerepo_v1
2
2
 
3
+ ### v0.10.0 (2022-03-25)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.9.0 (2021-12-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20211206
@@ -167,8 +167,7 @@ module Google
167
167
  # A generic empty message that you can re-use to avoid defining duplicated empty
168
168
  # messages in your APIs. A typical example is to use it as the request or the
169
169
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
170
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
171
- # `Empty` is empty JSON object ````.
170
+ # protobuf.Empty) returns (google.protobuf.Empty); `
172
171
  class Empty
173
172
  include Google::Apis::Core::Hashable
174
173
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SourcerepoV1
18
18
  # Version of the google-apis-sourcerepo_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211206"
25
+ REVISION = "20220319"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sourcerepo_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-28 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-sourcerepo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sourcerepo_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sourcerepo_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sourcerepo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Source Repositories API V1