Google Cloud Contact Center Insights V1 Client - Class InitializeEncryptionSpecMetadata (2.4.2)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class InitializeEncryptionSpecMetadata.

Metadata for initializing a location-level encryption specification.

Generated from protobuf message google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecMetadata

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

Output only. The time the operation was created.

↳ end_time Google\Protobuf\Timestamp

Output only. The time the operation finished running.

↳ request InitializeEncryptionSpecRequest

Output only. The original request for initialization.

↳ partial_errors array<Google\Rpc\Status>

Partial errors during initializing operation that might cause the operation output to be incomplete.

getCreateTime

Output only. The time the operation was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time the operation was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getEndTime

Output only. The time the operation finished running.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasEndTime

clearEndTime

setEndTime

Output only. The time the operation finished running.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getRequest

Output only. The original request for initialization.

Returns
Type Description
InitializeEncryptionSpecRequest|null

hasRequest

clearRequest

setRequest

Output only. The original request for initialization.

Parameter
Name Description
var InitializeEncryptionSpecRequest
Returns
Type Description
$this

getPartialErrors

Partial errors during initializing operation that might cause the operation output to be incomplete.

Returns
Type Description
Google\Protobuf\RepeatedField<Google\Rpc\Status>

setPartialErrors

Partial errors during initializing operation that might cause the operation output to be incomplete.

Parameter
Name Description
var array<Google\Rpc\Status>
Returns
Type Description
$this