google-apis-lifesciences_v2beta 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a5378281cc3631157116bbde38d5b3de75365e03087857d66f38fb91afa7011
|
4
|
+
data.tar.gz: a77817fc09280a3f350f4ec24d083dedaa9f3bc905e043de662fd68c6d94f47a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a4cdd113ccd2016073e346b7d7f0d84b50e499a778ec6bd2cbf9a3fae2fa8be50637f38c4dbb9e389a7177d6b984387065b533456abaff1909b686bbfcd2356
|
7
|
+
data.tar.gz: 618c1f8cb74adb7394dd69bca71d0610cbcea2a14054638eb4a22d1f9a9b81cbaefdf062f85bfa2d574c7512d240667188b0a7a58bd276bf7b4a39d430a9ed59
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-lifesciences_v2beta
|
2
2
|
|
3
|
+
### v0.3.0 (2021-02-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210206
|
6
|
+
* Regenerated using generator version 0.1.2
|
7
|
+
|
3
8
|
### v0.2.0 (2021-01-19)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210109
|
@@ -726,6 +726,12 @@ module Google
|
|
726
726
|
# @return [Google::Apis::LifesciencesV2beta::Pipeline]
|
727
727
|
attr_accessor :pipeline
|
728
728
|
|
729
|
+
# The name of the Cloud Pub/Sub topic where notifications of operation status
|
730
|
+
# changes are sent.
|
731
|
+
# Corresponds to the JSON property `pubSubTopic`
|
732
|
+
# @return [String]
|
733
|
+
attr_accessor :pub_sub_topic
|
734
|
+
|
729
735
|
# The first time at which resources were allocated to execute the pipeline.
|
730
736
|
# Corresponds to the JSON property `startTime`
|
731
737
|
# @return [String]
|
@@ -742,6 +748,7 @@ module Google
|
|
742
748
|
@events = args[:events] if args.key?(:events)
|
743
749
|
@labels = args[:labels] if args.key?(:labels)
|
744
750
|
@pipeline = args[:pipeline] if args.key?(:pipeline)
|
751
|
+
@pub_sub_topic = args[:pub_sub_topic] if args.key?(:pub_sub_topic)
|
745
752
|
@start_time = args[:start_time] if args.key?(:start_time)
|
746
753
|
end
|
747
754
|
end
|
@@ -1064,6 +1071,14 @@ module Google
|
|
1064
1071
|
# @return [Google::Apis::LifesciencesV2beta::Pipeline]
|
1065
1072
|
attr_accessor :pipeline
|
1066
1073
|
|
1074
|
+
# The name of an existing Pub/Sub topic. The server will publish messages to
|
1075
|
+
# this topic whenever the status of the operation changes. The Life Sciences
|
1076
|
+
# Service Agent account must have publisher permissions to the specified topic
|
1077
|
+
# or notifications will not be sent.
|
1078
|
+
# Corresponds to the JSON property `pubSubTopic`
|
1079
|
+
# @return [String]
|
1080
|
+
attr_accessor :pub_sub_topic
|
1081
|
+
|
1067
1082
|
def initialize(**args)
|
1068
1083
|
update!(**args)
|
1069
1084
|
end
|
@@ -1072,6 +1087,7 @@ module Google
|
|
1072
1087
|
def update!(**args)
|
1073
1088
|
@labels = args[:labels] if args.key?(:labels)
|
1074
1089
|
@pipeline = args[:pipeline] if args.key?(:pipeline)
|
1090
|
+
@pub_sub_topic = args[:pub_sub_topic] if args.key?(:pub_sub_topic)
|
1075
1091
|
end
|
1076
1092
|
end
|
1077
1093
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module LifesciencesV2beta
|
18
18
|
# Version of the google-apis-lifesciences_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -404,6 +404,7 @@ module Google
|
|
404
404
|
hash :labels, as: 'labels'
|
405
405
|
property :pipeline, as: 'pipeline', class: Google::Apis::LifesciencesV2beta::Pipeline, decorator: Google::Apis::LifesciencesV2beta::Pipeline::Representation
|
406
406
|
|
407
|
+
property :pub_sub_topic, as: 'pubSubTopic'
|
407
408
|
property :start_time, as: 'startTime'
|
408
409
|
end
|
409
410
|
end
|
@@ -496,6 +497,7 @@ module Google
|
|
496
497
|
hash :labels, as: 'labels'
|
497
498
|
property :pipeline, as: 'pipeline', class: Google::Apis::LifesciencesV2beta::Pipeline, decorator: Google::Apis::LifesciencesV2beta::Pipeline::Representation
|
498
499
|
|
500
|
+
property :pub_sub_topic, as: 'pubSubTopic'
|
499
501
|
end
|
500
502
|
end
|
501
503
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-lifesciences_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-02-
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-lifesciences_v2beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-lifesciences_v2beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-lifesciences_v2beta/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-lifesciences_v2beta
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|