Interface ContinuousValidationEventOrBuilder (1.7.0)

publicinterface ContinuousValidationEventOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventTypeCase()

publicabstractContinuousValidationEvent.EventTypeCasegetEventTypeCase()
Returns
Type Description

getPodEvent()

publicabstractContinuousValidationEvent.ContinuousValidationPodEventgetPodEvent()

Pod event.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;

Returns
Type Description

getPodEventOrBuilder()

publicabstractContinuousValidationEvent.ContinuousValidationPodEventOrBuildergetPodEventOrBuilder()

Pod event.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;

Returns
Type Description

getUnsupportedPolicyEvent()

publicabstractContinuousValidationEvent.UnsupportedPolicyEventgetUnsupportedPolicyEvent()

Unsupported policy event.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;

Returns
Type Description

getUnsupportedPolicyEventOrBuilder()

publicabstractContinuousValidationEvent.UnsupportedPolicyEventOrBuildergetUnsupportedPolicyEventOrBuilder()

Unsupported policy event.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;

Returns
Type Description

hasPodEvent()

publicabstractbooleanhasPodEvent()

Pod event.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;

Returns
Type Description
boolean

Whether the podEvent field is set.

hasUnsupportedPolicyEvent()

publicabstractbooleanhasUnsupportedPolicyEvent()

Unsupported policy event.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;

Returns
Type Description
boolean

Whether the unsupportedPolicyEvent field is set.

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年11月19日 UTC.