Google Cloud Discovery Engine V1 Client - Class PurgeErrorConfig (1.2.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class PurgeErrorConfig.

Configuration of destination for Purge related errors.

Generated from protobuf message google.cloud.discoveryengine.v1.PurgeErrorConfig

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_prefix string

Cloud Storage prefix for purge errors. This must be an empty, existing Cloud Storage directory. Purge errors are written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.

getGcsPrefix

Cloud Storage prefix for purge errors. This must be an empty, existing Cloud Storage directory. Purge errors are written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.

Returns
Type Description
string

hasGcsPrefix

setGcsPrefix

Cloud Storage prefix for purge errors. This must be an empty, existing Cloud Storage directory. Purge errors are written to sharded files in this directory, 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