google-cloud-dataflow-v1beta3 0.8.0 → 0.8.1

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: 89ba13402bde37f8199605e37a7786494e336db965599cbf7f283a3474b8aa16
4
- data.tar.gz: 975ae0779f8bd7a979f2c6558f073de0d4100452b5b4610d8c81ea7c98973e9a
3
+ metadata.gz: 689b3fb5ce291613e3e6beffe0a42638a3e3bd6de4450eac722b15a064232cbc
4
+ data.tar.gz: 5dc6ee46655a9be73a9c14785f2688e8616524a41694920347464b095d4d8aa3
5
5
  SHA512:
6
- metadata.gz: fb65f780053358952bf2d7bad75df2e1518539f5dcb7f700eae1d949820f613c62140349d74453970c6fef9c5df3d53252f1ff0af73e3ca19b658e3e04c0016b
7
- data.tar.gz: 0c2ede8fe46b84cf208e41597db97d58746345fe1e751c98c2d139a1cc37e0cd36fb9382d059fb8ef81a65554a23000e8aa8500c25e74646342415e922d6bed0
6
+ metadata.gz: d12806837205c690a6fc21335bf34185b734aa1ab4f316a410da0fd18491cb6a678343ef7a54f34a7df71b16e05819574dad6228c0480b74d31bfc9018800402
7
+ data.tar.gz: 41d997ce8fdc43ccbb3f7fc58fcafcc307b3bd896890b880aef79c3b19df0e1d5fe16c676255384d2b54ab25e53621cfa1882a9f3df477f9a8798eff79648cf0
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the launch_flex_template REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_job REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the list_job_messages REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the get_job_metrics REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the get_snapshot REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_job_from_template REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataflow
23
23
  module V1beta3
24
- VERSION = "0.8.0"
24
+ VERSION = "0.8.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataflow-v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common