Google Cloud Recommendation Engine V1beta1 Client - Class ImportErrorsConfig (0.7.5)

Reference documentation and code samples for the Google Cloud Recommendation Engine V1beta1 Client class ImportErrorsConfig.

Configuration of destination for Import related errors.

Generated from protobuf message google.cloud.recommendationengine.v1beta1.ImportErrorsConfig

Namespace

Google \ Cloud \ RecommendationEngine \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_prefix string

Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Import errors will be written to a file in this bucket, one per line, as a JSON-encoded google.rpc.Status message.

getGcsPrefix

Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Import errors will be written to a file in this bucket, one per line, as a JSON-encoded google.rpc.Status message.

Returns
Type Description
string

hasGcsPrefix

setGcsPrefix

Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Import errors will be written to a file in this bucket, one per line, as a JSON-encoded google.rpc.Status message.

Parameter
Name Description
var string
Returns
Type Description
$this

getDestination

Returns
Type Description
string