google-apis-genomics_v2alpha1 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46f37c9e96bcac9eaac72f09d6bc30ae73f3a1e9766d21b77175cefc86011668
4
- data.tar.gz: d84120c8b0d96d4a18ade8d071104f37aa27c042d1b85f28d94b9dd566748f36
3
+ metadata.gz: e72707fbd307bec4418478a08057c3b30f594c605726634e1574ce5c6aa1a795
4
+ data.tar.gz: d24edc9494cf3da5cf811979c2d8f09a4b7c94b5bc7e110c7ed64d50da71f606
5
5
  SHA512:
6
- metadata.gz: 774f27b76d0d3cea66045bb00a4b0ec39df1dc04195fe4971117cf032a3763921fad637ee15903d49c26dfbd847086d70a32499b1304ab82b1e79c38cff5f3c6
7
- data.tar.gz: 1bab562f61928952b3218c450ae5474a9a91d779aa09948223974f63eb9bb3a7db9a1678c387dfc1bdd89ca47338c84c0e6f79014d88e148ceb7ddf92a08f247
6
+ metadata.gz: b5c0dad06385e685b536036c99b86468f178d17a4c4cbc904df15bd07e7394faf135806f3bf3a803f2a33c33a4eee247f787187f1e367b1b7a633f7a1c9c817d
7
+ data.tar.gz: 0b1e1047a04daaaa7d8e08694317040dccb822af3866fa5278cc2824bcf659d82020d0ef5fb2ba95ba4cd5d8be5d6f1b8035e8b3c7a10cf8b123d4b8557eeffd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-genomics_v2alpha1
2
2
 
3
+ ### v0.3.0 (2021-02-10)
4
+
5
+ * Regenerated from discovery document revision 20210209
6
+
3
7
  ### v0.2.0 (2021-01-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20210125
@@ -1130,6 +1130,14 @@ module Google
1130
1130
  # @return [Google::Apis::GenomicsV2alpha1::Pipeline]
1131
1131
  attr_accessor :pipeline
1132
1132
 
1133
+ # The name of an existing Pub/Sub topic. The server will publish messages to
1134
+ # this topic whenever the status of the operation changes. The Genomics Service
1135
+ # Agent account must have publisher permissions to the specified topic or
1136
+ # notifications will not be sent.
1137
+ # Corresponds to the JSON property `pubSubTopic`
1138
+ # @return [String]
1139
+ attr_accessor :pub_sub_topic
1140
+
1133
1141
  def initialize(**args)
1134
1142
  update!(**args)
1135
1143
  end
@@ -1138,6 +1146,7 @@ module Google
1138
1146
  def update!(**args)
1139
1147
  @labels = args[:labels] if args.key?(:labels)
1140
1148
  @pipeline = args[:pipeline] if args.key?(:pipeline)
1149
+ @pub_sub_topic = args[:pub_sub_topic] if args.key?(:pub_sub_topic)
1141
1150
  end
1142
1151
  end
1143
1152
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GenomicsV2alpha1
18
18
  # Version of the google-apis-genomics_v2alpha1 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.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210125"
25
+ REVISION = "20210209"
26
26
  end
27
27
  end
28
28
  end
@@ -561,6 +561,7 @@ module Google
561
561
  hash :labels, as: 'labels'
562
562
  property :pipeline, as: 'pipeline', class: Google::Apis::GenomicsV2alpha1::Pipeline, decorator: Google::Apis::GenomicsV2alpha1::Pipeline::Representation
563
563
 
564
+ property :pub_sub_topic, as: 'pubSubTopic'
564
565
  end
565
566
  end
566
567
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-genomics_v2alpha1
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-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-15 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-genomics_v2alpha1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-genomics_v2alpha1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-genomics_v2alpha1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-genomics_v2alpha1
57
57
  post_install_message:
58
58
  rdoc_options: []