generated/google/apis/genomics_v1/service.rb in google-api-client-0.23.4 vs generated/google/apis/genomics_v1/service.rb in google-api-client-0.23.5
- old
+ new
@@ -1007,9 +1007,11 @@
# 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."key with space" 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 `>=` and/or `<=`