Google Cloud Data Catalog V1 Client - Class ImportEntriesMetadata (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ImportEntriesMetadata.

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

Generated from protobuf message google.cloud.datacatalog.v1.ImportEntriesMetadata

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ state int

State of the import operation.

↳ errors 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.

getState

State of the import operation.

Returns
TypeDescription
int

setState

State of the import operation.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getErrors

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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setErrors

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.

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this