Skip to content

Commit

Permalink
feat(genomics): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed May 15, 2021
1 parent 2f9c674 commit d0e6cc4
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 372 deletions.
5 changes: 0 additions & 5 deletions docs/dyn/genomics_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@

<h1><a href="genomics_v1.html">Genomics API</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="genomics_v1.operations.html">operations()</a></code>
</p>
<p class="firstline">Returns the operations Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/genomics_v2alpha1.projects.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h3>Method Details</h3>

Args:
name: string, The name of the operation&#x27;s parent resource. (required)
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`
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`
pageSize: integer, The maximum number of results to return. The maximum value is 256.
pageToken: string, The standard list page token.
x__xgafv: string, V1 error format.
Expand Down
Loading

0 comments on commit d0e6cc4

Please sign in to comment.