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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setState
State of the import operation.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Rpc\Status>
|
Returns | |
---|---|
Type | Description |
$this |