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
- (::Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState) — State of the import operation.
#state=
def state=(value) -> ::Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState
Parameter
- value (::Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState) — State of the import operation.
Returns
- (::Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState) — State of the import operation.