Reference documentation and code samples for the Google Cloud Retail V2 Client class ImportErrorsConfig.
Configuration of destination for Import related errors.
Generated from protobuf message google.cloud.retail.v2.ImportErrorsConfig
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_prefix |
string
Google Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded |
getGcsPrefix
Google Cloud Storage prefix for import errors. This must be an empty,
existing Cloud Storage directory. Import errors are written to
sharded files in this directory, one per line, as a JSON-encoded
google.rpc.Status
message.
Generated from protobuf field string gcs_prefix = 1;
Returns | |
---|---|
Type | Description |
string |
hasGcsPrefix
setGcsPrefix
Google Cloud Storage prefix for import errors. This must be an empty,
existing Cloud Storage directory. Import errors are written to
sharded files in this directory, one per line, as a JSON-encoded
google.rpc.Status
message.
Generated from protobuf field string gcs_prefix = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestination
Returns | |
---|---|
Type | Description |
string |