Skip to content

Commit d0e6cc4

Browse files
feat(genomics): update the api
#### genomics:v1 The following keys were deleted: - resources.operations.methods.cancel (Total Keys: 12) - resources.operations.methods.get (Total Keys: 11) - resources.operations.methods.list (Total Keys: 18) - schemas.CancelOperationRequest (Total Keys: 2) - schemas.ComputeEngine (Total Keys: 7) - schemas.Empty (Total Keys: 2) - schemas.ListOperationsResponse (Total Keys: 5) - schemas.Operation (Total Keys: 33) - schemas.RuntimeMetadata (Total Keys: 3) - schemas.Status (Total Keys: 8) The following keys were added: - schemas.Accelerator (Total Keys: 5) - schemas.Action (Total Keys: 23) - schemas.Disk (Total Keys: 7) - schemas.ExistingDisk (Total Keys: 3) - schemas.Metadata (Total Keys: 13) - schemas.Mount (Total Keys: 5) - schemas.NFSMount (Total Keys: 3) - schemas.Network (Total Keys: 5) - schemas.PersistentDisk (Total Keys: 6) - schemas.Pipeline (Total Keys: 10) - schemas.Resources (Total Keys: 8) - schemas.Secret (Total Keys: 4) - schemas.ServiceAccount (Total Keys: 5) - schemas.VirtualMachine (Total Keys: 22) - schemas.Volume (Total Keys: 6) - version_module (Total Keys: 1) #### genomics:v2alpha1 The following keys were deleted: - schemas.ComputeEngine (Total Keys: 7) - schemas.OperationEvent (Total Keys: 6) - schemas.OperationMetadata (Total Keys: 18) - schemas.RuntimeMetadata (Total Keys: 3)
1 parent 2f9c674 commit d0e6cc4

File tree

4 files changed

+385
-372
lines changed

4 files changed

+385
-372
lines changed

docs/dyn/genomics_v1.html

-5
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474

7575
<h1><a href="genomics_v1.html">Genomics API</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="genomics_v1.operations.html">operations()</a></code>
79-
</p>
80-
<p class="firstline">Returns the operations Resource.</p>
81-
8277
<p class="toc_element">
8378
<code><a href="#close">close()</a></code></p>
8479
<p class="firstline">Close httplib2 connections.</p>

docs/dyn/genomics_v2alpha1.projects.operations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3>Method Details</h3>
160160

161161
Args:
162162
name: string, The name of the operation&#x27;s parent resource. (required)
163-
filter: string, A string for filtering Operations. In v2alpha1, the following filter fields are supported: * createTime: The time this job was created * events: The set of event (names) that have occurred while running the pipeline. The : operator can be used to determine if a particular event has occurred. * error: If the pipeline is running, this value is NULL. Once the pipeline finishes, the value is the standard Google error code. * labels.key or labels.&quot;key with space&quot; where key is a label key. * done: If the pipeline is running, this value is false. Once the pipeline finishes, the value is true. In v1 and v1alpha2, the following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `&gt;=` and/or `&lt;=` operators. * status: Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only one status may be specified. * labels.key where key is a label key. Examples: * `projectId = my-project AND createTime &gt;= 1432140000` * `projectId = my-project AND createTime &gt;= 1432140000 AND createTime &lt;= 1432150000 AND status = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my-project AND labels.color = red`
163+
filter: string, A string for filtering Operations. In v2alpha1, the following filter fields are supported: * createTime: The time this job was created * events: The set of event (names) that have occurred while running the pipeline. The : operator can be used to determine if a particular event has occurred. * error: If the pipeline is running, this value is NULL. Once the pipeline finishes, the value is the standard Google error code. * labels.key or labels.&quot;key with space&quot; where key is a label key. * done: If the pipeline is running, this value is false. Once the pipeline finishes, the value is true. Examples: * `projectId = my-project AND createTime &gt;= 1432140000` * `projectId = my-project AND createTime &gt;= 1432140000 AND createTime &lt;= 1432150000 AND status = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my-project AND labels.color = red`
164164
pageSize: integer, The maximum number of results to return. The maximum value is 256.
165165
pageToken: string, The standard list page token.
166166
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)