Google Cloud Binary Authorization V1beta1 Client - Class ContinuousValidationEvent (0.6.1)

Reference documentation and code samples for the Google Cloud Binary Authorization V1beta1 Client class ContinuousValidationEvent.

Represents an auditing event from Continuous Validation.

Generated from protobuf message google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent

Namespace

Google \ Cloud \ BinaryAuthorization \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ pod_event Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent

Pod event.

↳ config_error_event Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ConfigErrorEvent

Config error event.

getPodEvent

Pod event.

Returns
Type Description
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent|null

hasPodEvent

setPodEvent

Pod event.

Parameter
Name Description
var Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent
Returns
Type Description
$this

getConfigErrorEvent

Config error event.

Returns
Type Description
Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ConfigErrorEvent|null

hasConfigErrorEvent

setConfigErrorEvent

Config error event.

Parameter
Name Description
var Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ConfigErrorEvent
Returns
Type Description
$this

getEventType

Returns
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.