Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ImportEntriesMetadata (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ImportEntriesMetadata.

Metadata message for long-running operation returned by the ImportEntries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#errors

def errors() -> ::Array<::Google::Rpc::Status>
Returns
  • (::Array<::Google::Rpc::Status>) — Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.

#errors=

def errors=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • value (::Array<::Google::Rpc::Status>) — Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.
Returns
  • (::Array<::Google::Rpc::Status>) — Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.

#state

def state() -> ::Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState
Returns

#state=

def state=(value) -> ::Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState
Parameter
Returns