Interface ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContinuousValidationEvent.ContinuousValidationPodEvent
,ContinuousValidationEvent.ContinuousValidationPodEvent.Builder
- Enclosing class:
- ContinuousValidationEvent
public static interface ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getDeployTime()
Deploy time of the Pod from k8s.com.google.protobuf.TimestampOrBuilder
getDeployTimeOrBuilder()
Deploy time of the Pod from k8s.com.google.protobuf.Timestamp
getEndTime()
Termination time of the Pod from k8s, or nothing if still running.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
Termination time of the Pod from k8s, or nothing if still running.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails
getImages(int index)
List of images with auditing details.int
getImagesCount()
List of images with auditing details.List<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails>
getImagesList()
List of images with auditing details.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder
getImagesOrBuilder(int index)
List of images with auditing details.List<? extends ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder>
getImagesOrBuilderList()
List of images with auditing details.String
getPod()
The name of the Pod.com.google.protobuf.ByteString
getPodBytes()
The name of the Pod.String
getPodNamespace()
The k8s namespace of the Pod.com.google.protobuf.ByteString
getPodNamespaceBytes()
The k8s namespace of the Pod.String
getPolicyName()
The name of the policy.com.google.protobuf.ByteString
getPolicyNameBytes()
The name of the policy.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict
getVerdict()
Auditing verdict for this Pod.int
getVerdictValue()
Auditing verdict for this Pod.boolean
hasDeployTime()
Deploy time of the Pod from k8s.boolean
hasEndTime()
Termination time of the Pod from k8s, or nothing if still running.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPodNamespace
String getPodNamespace()
The k8s namespace of the Pod.
string pod_namespace = 7;
- Returns:
- The podNamespace.
-
getPodNamespaceBytes
com.google.protobuf.ByteString getPodNamespaceBytes()
The k8s namespace of the Pod.
string pod_namespace = 7;
- Returns:
- The bytes for podNamespace.
-
getPod
String getPod()
The name of the Pod.
string pod = 1;
- Returns:
- The pod.
-
getPodBytes
com.google.protobuf.ByteString getPodBytes()
The name of the Pod.
string pod = 1;
- Returns:
- The bytes for pod.
-
getPolicyName
String getPolicyName()
The name of the policy.
string policy_name = 8;
- Returns:
- The policyName.
-
getPolicyNameBytes
com.google.protobuf.ByteString getPolicyNameBytes()
The name of the policy.
string policy_name = 8;
- Returns:
- The bytes for policyName.
-
hasDeployTime
boolean hasDeployTime()
Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;
- Returns:
- Whether the deployTime field is set.
-
getDeployTime
com.google.protobuf.Timestamp getDeployTime()
Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;
- Returns:
- The deployTime.
-
getDeployTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getDeployTimeOrBuilder()
Deploy time of the Pod from k8s.
.google.protobuf.Timestamp deploy_time = 2;
-
hasEndTime
boolean hasEndTime()
Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;
- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;
- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Termination time of the Pod from k8s, or nothing if still running.
.google.protobuf.Timestamp end_time = 3;
-
getVerdictValue
int getVerdictValue()
Auditing verdict for this Pod.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict verdict = 4;
- Returns:
- The enum numeric value on the wire for verdict.
-
getVerdict
ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict getVerdict()
Auditing verdict for this Pod.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict verdict = 4;
- Returns:
- The verdict.
-
getImagesList
List<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails> getImagesList()
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
-
getImages
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails getImages(int index)
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
-
getImagesCount
int getImagesCount()
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
-
getImagesOrBuilderList
List<? extends ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder> getImagesOrBuilderList()
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
-
getImagesOrBuilder
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder getImagesOrBuilder(int index)
List of images with auditing details.
repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails images = 5;
-
-