Class: Google::Cloud::Bigquery::Migration::V2::ResourceErrorDetail
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ResourceErrorDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb
Overview
Provides details for errors and the corresponding resources.
Instance Attribute Summary collapse
-
#error_count ⇒ ::Integer
Required.
-
#error_details ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>
Required.
-
#resource_info ⇒ ::Google::Rpc::ResourceInfo
Required.
Instance Attribute Details
#error_count ⇒ ::Integer
Returns Required. How many errors there are in total for the resource. Truncation
can be indicated by having an error_count
that is higher than the size of
error_details
.
37 38 39 40 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb', line 37 class ResourceErrorDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error_details ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>
Returns Required. The error details for the resource.
37 38 39 40 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb', line 37 class ResourceErrorDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_info ⇒ ::Google::Rpc::ResourceInfo
Returns Required. Information about the resource where the error is located.
37 38 39 40 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_error_details.rb', line 37 class ResourceErrorDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |