BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::ResourceErrorDetail (v0.2.0)

Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::ResourceErrorDetail.

Provides details for errors and the corresponding resources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#error_count

def error_count() -> ::Integer
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.

#error_count=

def error_count=(value) -> ::Integer
Parameter
  • value (::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.
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.

#error_details

def error_details() -> ::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>
Returns

#error_details=

def error_details=(value) -> ::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>
Parameter
Returns

#resource_info

def resource_info() -> ::Google::Rpc::ResourceInfo
Returns

#resource_info=

def resource_info=(value) -> ::Google::Rpc::ResourceInfo
Parameter
Returns