Class: Google::Cloud::Bigquery::Migration::V2::ResourceErrorDetail

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:



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