google-apis-dataflow_v1b3 0.14.0 → 0.15.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: 5c42be71729de81dc8b29e3c233360cfbfc75574eb8ac8ed8b667e08c30cc5c3
4
- data.tar.gz: 8ed744ce8989bba5095c19d262c82ae715abb59c878d2281ef9012a97d1b9961
3
+ metadata.gz: 9966a3a01f5c1574b36990e2f722885798058b7b9bea4db5c2fead384f5a58f8
4
+ data.tar.gz: de9c55f468c0c3cd23122cb69a3dcddf2689ab1e91d272e7bdd58d52f9645aaf
5
5
  SHA512:
6
- metadata.gz: f225dd6492fbd47dc28b55908e1b07d63b868388b96839757a179731644cd0eebaf929a2582c71ab2dbd79839a8ccf32b30e7ca385d6ffb0ebf6bad3473565b0
7
- data.tar.gz: 392290fe301da0c4435093b49dc77eb1f38d7f7fa7993f0349121871bc471b608230f762c92baaa3f3cc088557877816fc45389b29e10c7f2cb02d270fc8bb9c
6
+ metadata.gz: 538c7be616de40b78b9dac66a431f21c0a6ca37e05a4590ab81caa35fcef6769b6b96ff5ec98cd2e3bff229f2cfacb062dbf37dda0077f83c9528ea1745f6ffb
7
+ data.tar.gz: 3db9fdea5bf538c60804d45333ab1ff1c6c9ca852a0f63d7675c30fb0393756e634c421abc34b83574da83bb3f66e8e266628363b244ddaf696d3be622abce7c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataflow_v1b3
2
2
 
3
+ ### v0.15.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.14.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/dataflow_v1b3"
51
51
  client = Google::Apis::DataflowV1b3::DataflowService.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 DataflowV1b3
18
18
  # Version of the google-apis-dataflow_v1b3 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.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-dataflow_v1b3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-10-27 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-dataflow_v1b3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataflow_v1b3/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataflow_v1b3
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 Dataflow API V1b3