google-apis-genomics_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f51aa6f4c27f00931a9dbb31d4b4d6e17a1dcfa6e3f1cb1313beac69e85b0976
4
+ data.tar.gz: f15856645ba94093e4f299d38c0d5c71926e3b7307a725cec5ddddcb5194899c
5
+ SHA512:
6
+ metadata.gz: b207e702d45a5dda8e5331d6e22165d684797fc754fb875ea2ae431efc7add8057c6ce4b3205a3c6a19bd7ad3e3972e8721095bb1691fd043d34c6e15ff1feef
7
+ data.tar.gz: 35ab0b0298cecf9efaedcabc9bec707e63c8f67e7467b88136ba78cbf5aff74caecee804f40c216c406c94b48245abea1fecd344fae108deaf81524dbb961b90
@@ -0,0 +1,13 @@
1
+ --hide-void-return
2
+ --no-private
3
+ --verbose
4
+ --title=google-apis-genomics_v1
5
+ --markup-provider=redcarpet
6
+ --markup=markdown
7
+ --main OVERVIEW.md
8
+ lib/google/apis/genomics_v1/*.rb
9
+ lib/google/apis/genomics_v1.rb
10
+ -
11
+ OVERVIEW.md
12
+ CHANGELOG.md
13
+ LICENSE.md
@@ -0,0 +1,7 @@
1
+ # Release history for google-apis-genomics_v1
2
+
3
+ ### v0.1.0 (2021-01-07)
4
+
5
+ * Regenerated using generator version 0.1.1
6
+ * Regenerated from discovery document revision 20200804
7
+
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,96 @@
1
+ # Simple REST client for version V1 of the Genomics API
2
+
3
+ This is a simple client library for version V1 of the Genomics API. It provides:
4
+
5
+ * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
+ * Ruby objects for data structures related to the service.
7
+ * Integration with the googleauth gem for authentication using OAuth, API keys, and service accounts.
8
+ * Control of retry, pagination, and timeouts.
9
+
10
+ Note that although this client library is supported and will continue to be updated to track changes to the service, it is otherwise considered complete and not under active development. Many Google services, especially Google Cloud Platform services, may provide a more modern client that is under more active development and improvement. See the section below titled *Which client should I use?* for more information.
11
+
12
+ ## Getting started
13
+
14
+ ### Before you begin
15
+
16
+ There are a few setup steps you need to complete before you can use this library:
17
+
18
+ 1. If you don't already have a Google account, [sign up](https://www.google.com/accounts).
19
+ 2. If you have never created a Google APIs Console project, read about [Managing Projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects) and create a project in the [Google API Console](https://console.cloud.google.com/).
20
+ 3. Most APIs need to be enabled for your project. [Enable it](https://console.cloud.google.com/apis/library/genomics.googleapis.com) in the console.
21
+
22
+ ### Installation
23
+
24
+ Add this line to your application's Gemfile:
25
+
26
+ ```ruby
27
+ gem 'google-apis-genomics_v1', '~> 0.1'
28
+ ```
29
+
30
+ And then execute:
31
+
32
+ ```
33
+ $ bundle
34
+ ```
35
+
36
+ Or install it yourself as:
37
+
38
+ ```
39
+ $ gem install google-apis-genomics_v1
40
+ ```
41
+
42
+ ### Creating a client object
43
+
44
+ Once the gem is installed, you can load the client code and instantiate a client.
45
+
46
+ ```ruby
47
+ # Load the client
48
+ require "google/apis/genomics_v1"
49
+
50
+ # Create a client object
51
+ client = Google::Apis::GenomicsV1::GenomicsService.new
52
+
53
+ # Authenticate calls
54
+ client.authentication = # ... use the googleauth gem to create credentials
55
+ ```
56
+
57
+ See the class reference docs for information on the methods you can call from a client.
58
+
59
+ ## Documentation
60
+
61
+ More detailed descriptions of the Google simple REST clients are available in two documents.
62
+
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
+
66
+ (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Genomics service in particular.)
67
+
68
+ For reference information on specific calls in the Genomics API, see the {Google::Apis::GenomicsV1::GenomicsService class reference docs}.
69
+
70
+ ## Which client should I use?
71
+
72
+ Google provides two types of Ruby API client libraries: **simple REST clients** and **modern clients**.
73
+
74
+ This library, `google-apis-genomics_v1`, is a simple REST client. You can identify these clients by their gem names, which are always in the form `google-apis-<servicename>_<serviceversion>`. The simple REST clients connect to HTTP/JSON REST endpoints and are automatically generated from service discovery documents. They support most API functionality, but their class interfaces are sometimes awkward.
75
+
76
+ Modern clients are produced by a modern code generator, sometimes combined with hand-crafted functionality. Most modern clients connect to high-performance gRPC endpoints, although a few are backed by REST services. Modern clients are available for many Google services, especially Google Cloud Platform services, but do not yet support all the services covered by the simple clients.
77
+
78
+ Gem names for modern clients are often of the form `google-cloud-<service_name>`. (For example, [google-cloud-pubsub](https://rubygems.org/gems/google-cloud-pubsub).) Note that most modern clients also have corresponding "versioned" gems with names like `google-cloud-<service_name>-<version>`. (For example, [google-cloud-pubsub-v1](https://rubygems.org/gems/google-cloud-pubsub-v1).) The "versioned" gems can be used directly, but often provide lower-level interfaces. In most cases, the main gem is recommended.
79
+
80
+ **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
+
82
+ The [product documentation](https://cloud.google.com/genomics) may provide guidance regarding the preferred client library to use.
83
+
84
+ ## Supported Ruby versions
85
+
86
+ This library is supported on Ruby 2.5+.
87
+
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
+
90
+ ## License
91
+
92
+ This library is licensed under Apache 2.0. Full license text is available in the {file:LICENSE.md LICENSE}.
93
+
94
+ ## Support
95
+
96
+ Please [report bugs at the project on Github](https://github.com/google/google-api-ruby-client/issues). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
@@ -0,0 +1,15 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require "google/apis/genomics_v1"
@@ -0,0 +1,39 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'google/apis/genomics_v1/service.rb'
16
+ require 'google/apis/genomics_v1/classes.rb'
17
+ require 'google/apis/genomics_v1/representations.rb'
18
+ require 'google/apis/genomics_v1/gem_version.rb'
19
+
20
+ module Google
21
+ module Apis
22
+ # Genomics API
23
+ #
24
+ # Uploads, processes, queries, and searches Genomics data in the cloud.
25
+ #
26
+ # @see https://cloud.google.com/genomics
27
+ module GenomicsV1
28
+ # Version of the Genomics API this client connects to.
29
+ # This is NOT the gem version.
30
+ VERSION = 'V1'
31
+
32
+ # View and manage your data across Google Cloud Platform services
33
+ AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
+
35
+ # View and manage Genomics data
36
+ AUTH_GENOMICS = 'https://www.googleapis.com/auth/genomics'
37
+ end
38
+ end
39
+ end
@@ -0,0 +1,658 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module GenomicsV1
24
+
25
+ # The request message for Operations.CancelOperation.
26
+ class CancelOperationRequest
27
+ include Google::Apis::Core::Hashable
28
+
29
+ def initialize(**args)
30
+ update!(**args)
31
+ end
32
+
33
+ # Update properties of this object
34
+ def update!(**args)
35
+ end
36
+ end
37
+
38
+ # Describes a Compute Engine resource that is being managed by a running
39
+ # pipeline.
40
+ class ComputeEngine
41
+ include Google::Apis::Core::Hashable
42
+
43
+ # The names of the disks that were created for this pipeline.
44
+ # Corresponds to the JSON property `diskNames`
45
+ # @return [Array<String>]
46
+ attr_accessor :disk_names
47
+
48
+ # The instance on which the operation is running.
49
+ # Corresponds to the JSON property `instanceName`
50
+ # @return [String]
51
+ attr_accessor :instance_name
52
+
53
+ # The machine type of the instance.
54
+ # Corresponds to the JSON property `machineType`
55
+ # @return [String]
56
+ attr_accessor :machine_type
57
+
58
+ # The availability zone in which the instance resides.
59
+ # Corresponds to the JSON property `zone`
60
+ # @return [String]
61
+ attr_accessor :zone
62
+
63
+ def initialize(**args)
64
+ update!(**args)
65
+ end
66
+
67
+ # Update properties of this object
68
+ def update!(**args)
69
+ @disk_names = args[:disk_names] if args.key?(:disk_names)
70
+ @instance_name = args[:instance_name] if args.key?(:instance_name)
71
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
72
+ @zone = args[:zone] if args.key?(:zone)
73
+ end
74
+ end
75
+
76
+ # An event generated when a container is forcibly terminated by the worker.
77
+ # Currently, this only occurs when the container outlives the timeout specified
78
+ # by the user.
79
+ class ContainerKilledEvent
80
+ include Google::Apis::Core::Hashable
81
+
82
+ # The numeric ID of the action that started the container.
83
+ # Corresponds to the JSON property `actionId`
84
+ # @return [Fixnum]
85
+ attr_accessor :action_id
86
+
87
+ def initialize(**args)
88
+ update!(**args)
89
+ end
90
+
91
+ # Update properties of this object
92
+ def update!(**args)
93
+ @action_id = args[:action_id] if args.key?(:action_id)
94
+ end
95
+ end
96
+
97
+ # An event generated when a container starts.
98
+ class ContainerStartedEvent
99
+ include Google::Apis::Core::Hashable
100
+
101
+ # The numeric ID of the action that started this container.
102
+ # Corresponds to the JSON property `actionId`
103
+ # @return [Fixnum]
104
+ attr_accessor :action_id
105
+
106
+ # The public IP address that can be used to connect to the container. This field
107
+ # is only populated when at least one port mapping is present. If the instance
108
+ # was created with a private address, this field will be empty even if port
109
+ # mappings exist.
110
+ # Corresponds to the JSON property `ipAddress`
111
+ # @return [String]
112
+ attr_accessor :ip_address
113
+
114
+ # The container-to-host port mappings installed for this container. This set
115
+ # will contain any ports exposed using the `PUBLISH_EXPOSED_PORTS` flag as well
116
+ # as any specified in the `Action` definition.
117
+ # Corresponds to the JSON property `portMappings`
118
+ # @return [Hash<String,Fixnum>]
119
+ attr_accessor :port_mappings
120
+
121
+ def initialize(**args)
122
+ update!(**args)
123
+ end
124
+
125
+ # Update properties of this object
126
+ def update!(**args)
127
+ @action_id = args[:action_id] if args.key?(:action_id)
128
+ @ip_address = args[:ip_address] if args.key?(:ip_address)
129
+ @port_mappings = args[:port_mappings] if args.key?(:port_mappings)
130
+ end
131
+ end
132
+
133
+ # An event generated when a container exits.
134
+ class ContainerStoppedEvent
135
+ include Google::Apis::Core::Hashable
136
+
137
+ # The numeric ID of the action that started this container.
138
+ # Corresponds to the JSON property `actionId`
139
+ # @return [Fixnum]
140
+ attr_accessor :action_id
141
+
142
+ # The exit status of the container.
143
+ # Corresponds to the JSON property `exitStatus`
144
+ # @return [Fixnum]
145
+ attr_accessor :exit_status
146
+
147
+ # The tail end of any content written to standard error by the container. If the
148
+ # content emits large amounts of debugging noise or contains sensitive
149
+ # information, you can prevent the content from being printed by setting the `
150
+ # DISABLE_STANDARD_ERROR_CAPTURE` flag. Note that only a small amount of the end
151
+ # of the stream is captured here. The entire stream is stored in the `/google/
152
+ # logs` directory mounted into each action, and can be copied off the machine as
153
+ # described elsewhere.
154
+ # Corresponds to the JSON property `stderr`
155
+ # @return [String]
156
+ attr_accessor :stderr
157
+
158
+ def initialize(**args)
159
+ update!(**args)
160
+ end
161
+
162
+ # Update properties of this object
163
+ def update!(**args)
164
+ @action_id = args[:action_id] if args.key?(:action_id)
165
+ @exit_status = args[:exit_status] if args.key?(:exit_status)
166
+ @stderr = args[:stderr] if args.key?(:stderr)
167
+ end
168
+ end
169
+
170
+ # An event generated whenever a resource limitation or transient error delays
171
+ # execution of a pipeline that was otherwise ready to run.
172
+ class DelayedEvent
173
+ include Google::Apis::Core::Hashable
174
+
175
+ # A textual description of the cause of the delay. The string can change without
176
+ # notice because it is often generated by another service (such as Compute
177
+ # Engine).
178
+ # Corresponds to the JSON property `cause`
179
+ # @return [String]
180
+ attr_accessor :cause
181
+
182
+ # If the delay was caused by a resource shortage, this field lists the Compute
183
+ # Engine metrics that are preventing this operation from running (for example, `
184
+ # CPUS` or `INSTANCES`). If the particular metric is not known, a single `
185
+ # UNKNOWN` metric will be present.
186
+ # Corresponds to the JSON property `metrics`
187
+ # @return [Array<String>]
188
+ attr_accessor :metrics
189
+
190
+ def initialize(**args)
191
+ update!(**args)
192
+ end
193
+
194
+ # Update properties of this object
195
+ def update!(**args)
196
+ @cause = args[:cause] if args.key?(:cause)
197
+ @metrics = args[:metrics] if args.key?(:metrics)
198
+ end
199
+ end
200
+
201
+ # A generic empty message that you can re-use to avoid defining duplicated empty
202
+ # messages in your APIs. A typical example is to use it as the request or the
203
+ # response type of an API method. For instance: service Foo ` rpc Bar(google.
204
+ # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
205
+ # `Empty` is empty JSON object ````.
206
+ class Empty
207
+ include Google::Apis::Core::Hashable
208
+
209
+ def initialize(**args)
210
+ update!(**args)
211
+ end
212
+
213
+ # Update properties of this object
214
+ def update!(**args)
215
+ end
216
+ end
217
+
218
+ # Carries information about events that occur during pipeline execution.
219
+ class Event
220
+ include Google::Apis::Core::Hashable
221
+
222
+ # A human-readable description of the event. Note that these strings can change
223
+ # at any time without notice. Any application logic must use the information in
224
+ # the `details` field.
225
+ # Corresponds to the JSON property `description`
226
+ # @return [String]
227
+ attr_accessor :description
228
+
229
+ # Machine-readable details about the event.
230
+ # Corresponds to the JSON property `details`
231
+ # @return [Hash<String,Object>]
232
+ attr_accessor :details
233
+
234
+ # The time at which the event occurred.
235
+ # Corresponds to the JSON property `timestamp`
236
+ # @return [String]
237
+ attr_accessor :timestamp
238
+
239
+ def initialize(**args)
240
+ update!(**args)
241
+ end
242
+
243
+ # Update properties of this object
244
+ def update!(**args)
245
+ @description = args[:description] if args.key?(:description)
246
+ @details = args[:details] if args.key?(:details)
247
+ @timestamp = args[:timestamp] if args.key?(:timestamp)
248
+ end
249
+ end
250
+
251
+ # An event generated when the execution of a pipeline has failed. Note that
252
+ # other events can continue to occur after this event.
253
+ class FailedEvent
254
+ include Google::Apis::Core::Hashable
255
+
256
+ # The human-readable description of the cause of the failure.
257
+ # Corresponds to the JSON property `cause`
258
+ # @return [String]
259
+ attr_accessor :cause
260
+
261
+ # The Google standard error code that best describes this failure.
262
+ # Corresponds to the JSON property `code`
263
+ # @return [String]
264
+ attr_accessor :code
265
+
266
+ def initialize(**args)
267
+ update!(**args)
268
+ end
269
+
270
+ # Update properties of this object
271
+ def update!(**args)
272
+ @cause = args[:cause] if args.key?(:cause)
273
+ @code = args[:code] if args.key?(:code)
274
+ end
275
+ end
276
+
277
+ # The response message for Operations.ListOperations.
278
+ class ListOperationsResponse
279
+ include Google::Apis::Core::Hashable
280
+
281
+ # The standard List next-page token.
282
+ # Corresponds to the JSON property `nextPageToken`
283
+ # @return [String]
284
+ attr_accessor :next_page_token
285
+
286
+ # A list of operations that matches the specified filter in the request.
287
+ # Corresponds to the JSON property `operations`
288
+ # @return [Array<Google::Apis::GenomicsV1::Operation>]
289
+ attr_accessor :operations
290
+
291
+ def initialize(**args)
292
+ update!(**args)
293
+ end
294
+
295
+ # Update properties of this object
296
+ def update!(**args)
297
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
298
+ @operations = args[:operations] if args.key?(:operations)
299
+ end
300
+ end
301
+
302
+ # This resource represents a long-running operation that is the result of a
303
+ # network API call.
304
+ class Operation
305
+ include Google::Apis::Core::Hashable
306
+
307
+ # If the value is `false`, it means the operation is still in progress. If `true`
308
+ # , the operation is completed, and either `error` or `response` is available.
309
+ # Corresponds to the JSON property `done`
310
+ # @return [Boolean]
311
+ attr_accessor :done
312
+ alias_method :done?, :done
313
+
314
+ # The `Status` type defines a logical error model that is suitable for different
315
+ # programming environments, including REST APIs and RPC APIs. It is used by [
316
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
317
+ # data: error code, error message, and error details. You can find out more
318
+ # about this error model and how to work with it in the [API Design Guide](https:
319
+ # //cloud.google.com/apis/design/errors).
320
+ # Corresponds to the JSON property `error`
321
+ # @return [Google::Apis::GenomicsV1::Status]
322
+ attr_accessor :error
323
+
324
+ # An OperationMetadata or Metadata object. This will always be returned with the
325
+ # Operation.
326
+ # Corresponds to the JSON property `metadata`
327
+ # @return [Hash<String,Object>]
328
+ attr_accessor :metadata
329
+
330
+ # The server-assigned name, which is only unique within the same service that
331
+ # originally returns it. For example: `operations/CJHU7Oi_ChDrveSpBRjfuL-
332
+ # qzoWAgEw`
333
+ # Corresponds to the JSON property `name`
334
+ # @return [String]
335
+ attr_accessor :name
336
+
337
+ # An Empty object.
338
+ # Corresponds to the JSON property `response`
339
+ # @return [Hash<String,Object>]
340
+ attr_accessor :response
341
+
342
+ def initialize(**args)
343
+ update!(**args)
344
+ end
345
+
346
+ # Update properties of this object
347
+ def update!(**args)
348
+ @done = args[:done] if args.key?(:done)
349
+ @error = args[:error] if args.key?(:error)
350
+ @metadata = args[:metadata] if args.key?(:metadata)
351
+ @name = args[:name] if args.key?(:name)
352
+ @response = args[:response] if args.key?(:response)
353
+ end
354
+ end
355
+
356
+ # An event that occurred during an Operation.
357
+ class OperationEvent
358
+ include Google::Apis::Core::Hashable
359
+
360
+ # Required description of event.
361
+ # Corresponds to the JSON property `description`
362
+ # @return [String]
363
+ attr_accessor :description
364
+
365
+ # Optional time of when event finished. An event can have a start time and no
366
+ # finish time. If an event has a finish time, there must be a start time.
367
+ # Corresponds to the JSON property `endTime`
368
+ # @return [String]
369
+ attr_accessor :end_time
370
+
371
+ # Optional time of when event started.
372
+ # Corresponds to the JSON property `startTime`
373
+ # @return [String]
374
+ attr_accessor :start_time
375
+
376
+ def initialize(**args)
377
+ update!(**args)
378
+ end
379
+
380
+ # Update properties of this object
381
+ def update!(**args)
382
+ @description = args[:description] if args.key?(:description)
383
+ @end_time = args[:end_time] if args.key?(:end_time)
384
+ @start_time = args[:start_time] if args.key?(:start_time)
385
+ end
386
+ end
387
+
388
+ # Metadata describing an Operation.
389
+ class OperationMetadata
390
+ include Google::Apis::Core::Hashable
391
+
392
+ # This field is deprecated. Use `labels` instead. Optionally provided by the
393
+ # caller when submitting the request that creates the operation.
394
+ # Corresponds to the JSON property `clientId`
395
+ # @return [String]
396
+ attr_accessor :client_id
397
+
398
+ # The time at which the job was submitted to the Genomics service.
399
+ # Corresponds to the JSON property `createTime`
400
+ # @return [String]
401
+ attr_accessor :create_time
402
+
403
+ # The time at which the job stopped running.
404
+ # Corresponds to the JSON property `endTime`
405
+ # @return [String]
406
+ attr_accessor :end_time
407
+
408
+ # Optional event messages that were generated during the job's execution. This
409
+ # also contains any warnings that were generated during import or export.
410
+ # Corresponds to the JSON property `events`
411
+ # @return [Array<Google::Apis::GenomicsV1::OperationEvent>]
412
+ attr_accessor :events
413
+
414
+ # Optionally provided by the caller when submitting the request that creates the
415
+ # operation.
416
+ # Corresponds to the JSON property `labels`
417
+ # @return [Hash<String,String>]
418
+ attr_accessor :labels
419
+
420
+ # The Google Cloud Project in which the job is scoped.
421
+ # Corresponds to the JSON property `projectId`
422
+ # @return [String]
423
+ attr_accessor :project_id
424
+
425
+ # The original request that started the operation. Note that this will be in
426
+ # current version of the API. If the operation was started with v1beta2 API and
427
+ # a GetOperation is performed on v1 API, a v1 request will be returned.
428
+ # Corresponds to the JSON property `request`
429
+ # @return [Hash<String,Object>]
430
+ attr_accessor :request
431
+
432
+ # Runtime metadata on this Operation.
433
+ # Corresponds to the JSON property `runtimeMetadata`
434
+ # @return [Hash<String,Object>]
435
+ attr_accessor :runtime_metadata
436
+
437
+ # The time at which the job began to run.
438
+ # Corresponds to the JSON property `startTime`
439
+ # @return [String]
440
+ attr_accessor :start_time
441
+
442
+ def initialize(**args)
443
+ update!(**args)
444
+ end
445
+
446
+ # Update properties of this object
447
+ def update!(**args)
448
+ @client_id = args[:client_id] if args.key?(:client_id)
449
+ @create_time = args[:create_time] if args.key?(:create_time)
450
+ @end_time = args[:end_time] if args.key?(:end_time)
451
+ @events = args[:events] if args.key?(:events)
452
+ @labels = args[:labels] if args.key?(:labels)
453
+ @project_id = args[:project_id] if args.key?(:project_id)
454
+ @request = args[:request] if args.key?(:request)
455
+ @runtime_metadata = args[:runtime_metadata] if args.key?(:runtime_metadata)
456
+ @start_time = args[:start_time] if args.key?(:start_time)
457
+ end
458
+ end
459
+
460
+ # An event generated when the worker starts pulling an image.
461
+ class PullStartedEvent
462
+ include Google::Apis::Core::Hashable
463
+
464
+ # The URI of the image that was pulled.
465
+ # Corresponds to the JSON property `imageUri`
466
+ # @return [String]
467
+ attr_accessor :image_uri
468
+
469
+ def initialize(**args)
470
+ update!(**args)
471
+ end
472
+
473
+ # Update properties of this object
474
+ def update!(**args)
475
+ @image_uri = args[:image_uri] if args.key?(:image_uri)
476
+ end
477
+ end
478
+
479
+ # An event generated when the worker stops pulling an image.
480
+ class PullStoppedEvent
481
+ include Google::Apis::Core::Hashable
482
+
483
+ # The URI of the image that was pulled.
484
+ # Corresponds to the JSON property `imageUri`
485
+ # @return [String]
486
+ attr_accessor :image_uri
487
+
488
+ def initialize(**args)
489
+ update!(**args)
490
+ end
491
+
492
+ # Update properties of this object
493
+ def update!(**args)
494
+ @image_uri = args[:image_uri] if args.key?(:image_uri)
495
+ end
496
+ end
497
+
498
+ # The response to the RunPipeline method, returned in the operation's result
499
+ # field on success.
500
+ class RunPipelineResponse
501
+ include Google::Apis::Core::Hashable
502
+
503
+ def initialize(**args)
504
+ update!(**args)
505
+ end
506
+
507
+ # Update properties of this object
508
+ def update!(**args)
509
+ end
510
+ end
511
+
512
+ # Runtime metadata that will be populated in the runtimeMetadata field of the
513
+ # Operation associated with a RunPipeline execution.
514
+ class RuntimeMetadata
515
+ include Google::Apis::Core::Hashable
516
+
517
+ # Describes a Compute Engine resource that is being managed by a running
518
+ # pipeline.
519
+ # Corresponds to the JSON property `computeEngine`
520
+ # @return [Google::Apis::GenomicsV1::ComputeEngine]
521
+ attr_accessor :compute_engine
522
+
523
+ def initialize(**args)
524
+ update!(**args)
525
+ end
526
+
527
+ # Update properties of this object
528
+ def update!(**args)
529
+ @compute_engine = args[:compute_engine] if args.key?(:compute_engine)
530
+ end
531
+ end
532
+
533
+ # The `Status` type defines a logical error model that is suitable for different
534
+ # programming environments, including REST APIs and RPC APIs. It is used by [
535
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
536
+ # data: error code, error message, and error details. You can find out more
537
+ # about this error model and how to work with it in the [API Design Guide](https:
538
+ # //cloud.google.com/apis/design/errors).
539
+ class Status
540
+ include Google::Apis::Core::Hashable
541
+
542
+ # The status code, which should be an enum value of google.rpc.Code.
543
+ # Corresponds to the JSON property `code`
544
+ # @return [Fixnum]
545
+ attr_accessor :code
546
+
547
+ # A list of messages that carry the error details. There is a common set of
548
+ # message types for APIs to use.
549
+ # Corresponds to the JSON property `details`
550
+ # @return [Array<Hash<String,Object>>]
551
+ attr_accessor :details
552
+
553
+ # A developer-facing error message, which should be in English. Any user-facing
554
+ # error message should be localized and sent in the google.rpc.Status.details
555
+ # field, or localized by the client.
556
+ # Corresponds to the JSON property `message`
557
+ # @return [String]
558
+ attr_accessor :message
559
+
560
+ def initialize(**args)
561
+ update!(**args)
562
+ end
563
+
564
+ # Update properties of this object
565
+ def update!(**args)
566
+ @code = args[:code] if args.key?(:code)
567
+ @details = args[:details] if args.key?(:details)
568
+ @message = args[:message] if args.key?(:message)
569
+ end
570
+ end
571
+
572
+ # An event generated when the execution of a container results in a non-zero
573
+ # exit status that was not otherwise ignored. Execution will continue, but only
574
+ # actions that are flagged as `ALWAYS_RUN` will be executed. Other actions will
575
+ # be skipped.
576
+ class UnexpectedExitStatusEvent
577
+ include Google::Apis::Core::Hashable
578
+
579
+ # The numeric ID of the action that started the container.
580
+ # Corresponds to the JSON property `actionId`
581
+ # @return [Fixnum]
582
+ attr_accessor :action_id
583
+
584
+ # The exit status of the container.
585
+ # Corresponds to the JSON property `exitStatus`
586
+ # @return [Fixnum]
587
+ attr_accessor :exit_status
588
+
589
+ def initialize(**args)
590
+ update!(**args)
591
+ end
592
+
593
+ # Update properties of this object
594
+ def update!(**args)
595
+ @action_id = args[:action_id] if args.key?(:action_id)
596
+ @exit_status = args[:exit_status] if args.key?(:exit_status)
597
+ end
598
+ end
599
+
600
+ # An event generated after a worker VM has been assigned to run the pipeline.
601
+ class WorkerAssignedEvent
602
+ include Google::Apis::Core::Hashable
603
+
604
+ # The worker's instance name.
605
+ # Corresponds to the JSON property `instance`
606
+ # @return [String]
607
+ attr_accessor :instance
608
+
609
+ # The machine type that was assigned for the worker.
610
+ # Corresponds to the JSON property `machineType`
611
+ # @return [String]
612
+ attr_accessor :machine_type
613
+
614
+ # The zone the worker is running in.
615
+ # Corresponds to the JSON property `zone`
616
+ # @return [String]
617
+ attr_accessor :zone
618
+
619
+ def initialize(**args)
620
+ update!(**args)
621
+ end
622
+
623
+ # Update properties of this object
624
+ def update!(**args)
625
+ @instance = args[:instance] if args.key?(:instance)
626
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
627
+ @zone = args[:zone] if args.key?(:zone)
628
+ end
629
+ end
630
+
631
+ # An event generated when the worker VM that was assigned to the pipeline has
632
+ # been released (deleted).
633
+ class WorkerReleasedEvent
634
+ include Google::Apis::Core::Hashable
635
+
636
+ # The worker's instance name.
637
+ # Corresponds to the JSON property `instance`
638
+ # @return [String]
639
+ attr_accessor :instance
640
+
641
+ # The zone the worker was running in.
642
+ # Corresponds to the JSON property `zone`
643
+ # @return [String]
644
+ attr_accessor :zone
645
+
646
+ def initialize(**args)
647
+ update!(**args)
648
+ end
649
+
650
+ # Update properties of this object
651
+ def update!(**args)
652
+ @instance = args[:instance] if args.key?(:instance)
653
+ @zone = args[:zone] if args.key?(:zone)
654
+ end
655
+ end
656
+ end
657
+ end
658
+ end