Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope
,ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.Builder
public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKubernetesNamespace()
Matches all Kubernetes service accounts in the provided namespace, unless a more specific `kubernetes_service_account` scope already matched.com.google.protobuf.ByteString
getKubernetesNamespaceBytes()
Matches all Kubernetes service accounts in the provided namespace, unless a more specific `kubernetes_service_account` scope already matched.String
getKubernetesServiceAccount()
Matches a single Kubernetes service account, e.g.com.google.protobuf.ByteString
getKubernetesServiceAccountBytes()
Matches a single Kubernetes service account, e.g.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase
getScopeCase()
boolean
hasKubernetesNamespace()
Matches all Kubernetes service accounts in the provided namespace, unless a more specific `kubernetes_service_account` scope already matched.boolean
hasKubernetesServiceAccount()
Matches a single Kubernetes service account, e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKubernetesServiceAccount
boolean hasKubernetesServiceAccount()
Matches a single Kubernetes service account, e.g. 'my-namespace:my-service-account'. `kubernetes_service_account` scope is always more specific than `kubernetes_namespace` scope for the same namespace.
string kubernetes_service_account = 1;
- Returns:
- Whether the kubernetesServiceAccount field is set.
-
getKubernetesServiceAccount
String getKubernetesServiceAccount()
Matches a single Kubernetes service account, e.g. 'my-namespace:my-service-account'. `kubernetes_service_account` scope is always more specific than `kubernetes_namespace` scope for the same namespace.
string kubernetes_service_account = 1;
- Returns:
- The kubernetesServiceAccount.
-
getKubernetesServiceAccountBytes
com.google.protobuf.ByteString getKubernetesServiceAccountBytes()
Matches a single Kubernetes service account, e.g. 'my-namespace:my-service-account'. `kubernetes_service_account` scope is always more specific than `kubernetes_namespace` scope for the same namespace.
string kubernetes_service_account = 1;
- Returns:
- The bytes for kubernetesServiceAccount.
-
hasKubernetesNamespace
boolean hasKubernetesNamespace()
Matches all Kubernetes service accounts in the provided namespace, unless a more specific `kubernetes_service_account` scope already matched.
string kubernetes_namespace = 2;
- Returns:
- Whether the kubernetesNamespace field is set.
-
getKubernetesNamespace
String getKubernetesNamespace()
Matches all Kubernetes service accounts in the provided namespace, unless a more specific `kubernetes_service_account` scope already matched.
string kubernetes_namespace = 2;
- Returns:
- The kubernetesNamespace.
-
getKubernetesNamespaceBytes
com.google.protobuf.ByteString getKubernetesNamespaceBytes()
Matches all Kubernetes service accounts in the provided namespace, unless a more specific `kubernetes_service_account` scope already matched.
string kubernetes_namespace = 2;
- Returns:
- The bytes for kubernetesNamespace.
-
getScopeCase
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase getScopeCase()
-
-