mirror of
https://github.com/rclone/rclone.git
synced 2025-12-29 06:33:16 +00:00
vendor: update all dependencies to latest versions
This commit is contained in:
12
vendor/google.golang.org/api/genomics/v1/genomics-gen.go
generated
vendored
12
vendor/google.golang.org/api/genomics/v1/genomics-gen.go
generated
vendored
@@ -1737,8 +1737,8 @@ func (s *MergeVariantsRequest) MarshalJSON() ([]byte, error) {
|
||||
type Operation struct {
|
||||
// Done: If the value is `false`, it means the operation is still in
|
||||
// progress.
|
||||
// If true, the operation is completed, and either `error` or `response`
|
||||
// is
|
||||
// If `true`, the operation is completed, and either `error` or
|
||||
// `response` is
|
||||
// available.
|
||||
Done bool `json:"done,omitempty"`
|
||||
|
||||
@@ -1757,7 +1757,7 @@ type Operation struct {
|
||||
|
||||
// Response: If importing ReadGroupSets, an ImportReadGroupSetsResponse
|
||||
// is returned. If importing Variants, an ImportVariantsResponse is
|
||||
// returned. For pipelines and exports, an empty response is returned.
|
||||
// returned. For pipelines and exports, an Empty response is returned.
|
||||
Response googleapi.RawMessage `json:"response,omitempty"`
|
||||
|
||||
// ServerResponse contains the HTTP response code and headers from the
|
||||
@@ -3744,9 +3744,9 @@ type Status struct {
|
||||
// google.rpc.Code.
|
||||
Code int64 `json:"code,omitempty"`
|
||||
|
||||
// Details: A list of messages that carry the error details. There will
|
||||
// be a
|
||||
// common set of message types for APIs to use.
|
||||
// Details: A list of messages that carry the error details. There is a
|
||||
// common set of
|
||||
// message types for APIs to use.
|
||||
Details []googleapi.RawMessage `json:"details,omitempty"`
|
||||
|
||||
// Message: A developer-facing error message, which should be in
|
||||
|
||||
Reference in New Issue
Block a user