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_countthat is higher than the size oferror_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_countthat is higher than the size oferror_details.
    Returns
    
  - 
        (::Integer) — Required. How many errors there are in total for the resource. Truncation
can be indicated by having an error_countthat is higher than the size oferror_details.
#error_details
def error_details() -> ::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>
    Returns
    
  - (::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>) — Required. The error details for the resource.
#error_details=
def error_details=(value) -> ::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>
    Parameter
    
  - value (::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>) — Required. The error details for the resource.
    Returns
    
  - (::Array<::Google::Cloud::Bigquery::Migration::V2::ErrorDetail>) — Required. The error details for the resource.
#resource_info
def resource_info() -> ::Google::Rpc::ResourceInfo
    Returns
    
  - (::Google::Rpc::ResourceInfo) — Required. Information about the resource where the error is located.
#resource_info=
def resource_info=(value) -> ::Google::Rpc::ResourceInfo
    Parameter
    
  - value (::Google::Rpc::ResourceInfo) — Required. Information about the resource where the error is located.
    Returns
    
- (::Google::Rpc::ResourceInfo) — Required. Information about the resource where the error is located.