generated/google/apis/genomics_v1alpha2/classes.rb in google-api-client-0.28.4 vs generated/google/apis/genomics_v1alpha2/classes.rb in google-api-client-0.28.5
- old
+ new
@@ -442,48 +442,10 @@
@cause = args[:cause] if args.key?(:cause)
@code = args[:code] if args.key?(:code)
end
end
- # The read group set import response.
- class ImportReadGroupSetsResponse
- include Google::Apis::Core::Hashable
-
- # IDs of the read group sets that were created.
- # Corresponds to the JSON property `readGroupSetIds`
- # @return [Array<String>]
- attr_accessor :read_group_set_ids
-
- def initialize(**args)
- update!(**args)
- end
-
- # Update properties of this object
- def update!(**args)
- @read_group_set_ids = args[:read_group_set_ids] if args.key?(:read_group_set_ids)
- end
- end
-
- # The variant data import response.
- class ImportVariantsResponse
- include Google::Apis::Core::Hashable
-
- # IDs of the call sets created during the import.
- # Corresponds to the JSON property `callSetIds`
- # @return [Array<String>]
- attr_accessor :call_set_ids
-
- def initialize(**args)
- update!(**args)
- end
-
- # Update properties of this object
- def update!(**args)
- @call_set_ids = args[:call_set_ids] if args.key?(:call_set_ids)
- end
- end
-
# The response message for Operations.ListOperations.
class ListOperationsResponse
include Google::Apis::Core::Hashable
# The standard List next-page token.
@@ -603,18 +565,18 @@
# Corresponds to the JSON property `done`
# @return [Boolean]
attr_accessor :done
alias_method :done?, :done
- # The `Status` type defines a logical error model that is suitable for different
- # programming environments, including REST APIs and RPC APIs. It is used by
- # [gRPC](https://github.com/grpc). The error model is designed to be:
+ # The `Status` type defines a logical error model that is suitable for
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). The error model is designed to be:
# - Simple to use and understand for most users
# - Flexible enough to meet unexpected needs
# # Overview
- # The `Status` message contains three pieces of data: error code, error message,
- # and error details. The error code should be an enum value of
+ # The `Status` message contains three pieces of data: error code, error
+ # message, and error details. The error code should be an enum value of
# google.rpc.Code, but it may accept additional error codes if needed. The
# error message should be a developer-facing English message that helps
# developers *understand* and *resolve* the error. If a localized user-facing
# error message is needed, put the localized message in the error details or
# localize it in the client. The optional error details may contain arbitrary
@@ -659,13 +621,11 @@
# qzoWAgEw`
# Corresponds to the JSON property `name`
# @return [String]
attr_accessor :name
- # If importing ReadGroupSets, an ImportReadGroupSetsResponse is returned. If
- # importing Variants, an ImportVariantsResponse is returned. For pipelines and
- # exports, an Empty response is returned.
+ # An Empty object.
# Corresponds to the JSON property `response`
# @return [Hash<String,Object>]
attr_accessor :response
def initialize(**args)
@@ -1360,17 +1320,17 @@
@timestamp_events = args[:timestamp_events] if args.key?(:timestamp_events)
@validation_token = args[:validation_token] if args.key?(:validation_token)
end
end
- # The `Status` type defines a logical error model that is suitable for different
- # programming environments, including REST APIs and RPC APIs. It is used by
- # [gRPC](https://github.com/grpc). The error model is designed to be:
+ # The `Status` type defines a logical error model that is suitable for
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). The error model is designed to be:
# - Simple to use and understand for most users
# - Flexible enough to meet unexpected needs
# # Overview
- # The `Status` message contains three pieces of data: error code, error message,
- # and error details. The error code should be an enum value of
+ # The `Status` message contains three pieces of data: error code, error
+ # message, and error details. The error code should be an enum value of
# google.rpc.Code, but it may accept additional error codes if needed. The
# error message should be a developer-facing English message that helps
# developers *understand* and *resolve* the error. If a localized user-facing
# error message is needed, put the localized message in the error details or
# localize it in the client. The optional error details may contain arbitrary