google-apis-datastream_v1 0.2.0 → 0.3.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: 9f252a61a3078ec34a3bfa497420c195d1dfdc219325a0e6095ab45e0eac7e7c
4
- data.tar.gz: a993c1d562a797adf223a323a25a6724064b9e8bd75b8536d585f2704bd36850
3
+ metadata.gz: a2e13721e36ff23027dea8c55321636aea95dc6a7558dfc4679a2419400961ed
4
+ data.tar.gz: 139952ce0e97b8bacc22400516b6fb90f9b4ffa257d0a7deee0841f992d75a4e
5
5
  SHA512:
6
- metadata.gz: d54d4aebe50bb442686285f18875d17d60812bfd29defc3f03a78d763f34377bcc56e5ac5f01be17590c713ac79f7dd414893840b15b4f68eddc99014108203f
7
- data.tar.gz: 4415c507c31c9ab245e84c0bf40f6960566ca30b40122af33819400d457f153d8ff61435d310d31fd774d3eacc47569dd80b02131dda1915c47525a211aeeec8
6
+ metadata.gz: df8b5ab1665156a9f874b35015e48853c659eb701df59fdf98576eb59ae7b48d72c59c86a196ba767dbb999041c1c6b7e5ba9fa97e41951ceee644403cf7bc23
7
+ data.tar.gz: 5b9736833312da0e8e295b5a8a4b286080e70776b2915f9cbb82e1121132b66b4be222104e3be51d275a773374834e50b4d95cb6425e426d73ee18c91f5bac32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.3.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.2.0 (2021-11-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20211110
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/datastream_v1"
51
51
  client = Google::Apis::DatastreamV1::DatastreamService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module DatastreamV1
18
18
  # Version of the google-apis-datastream_v1 gem
19
- GEM_VERSION = "0.2.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.4.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.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: 2021-12-06 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-datastream_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Datastream API V1