public interface ContinuousValidationEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ContinuousValidationEvent.EventTypeCase |
getEventTypeCase() |
ContinuousValidationEvent.ContinuousValidationPodEvent |
getPodEvent()
Pod event.
|
ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder |
getPodEventOrBuilder()
Pod event.
|
ContinuousValidationEvent.UnsupportedPolicyEvent |
getUnsupportedPolicyEvent()
Unsupported policy event.
|
ContinuousValidationEvent.UnsupportedPolicyEventOrBuilder |
getUnsupportedPolicyEventOrBuilder()
Unsupported policy event.
|
boolean |
hasPodEvent()
Pod event.
|
boolean |
hasUnsupportedPolicyEvent()
Unsupported policy event.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPodEvent()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
ContinuousValidationEvent.ContinuousValidationPodEvent getPodEvent()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder getPodEventOrBuilder()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
boolean hasUnsupportedPolicyEvent()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
ContinuousValidationEvent.UnsupportedPolicyEvent getUnsupportedPolicyEvent()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
ContinuousValidationEvent.UnsupportedPolicyEventOrBuilder getUnsupportedPolicyEventOrBuilder()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
ContinuousValidationEvent.EventTypeCase getEventTypeCase()
Copyright © 2023 Google LLC. All rights reserved.