Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder (1.44.0)

publicstaticinterface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getKubernetesNamespace()

publicabstractStringgetKubernetesNamespace()

Matches all Kubernetes service accounts in the provided namespace, unless a more specific kubernetes_service_account scope already matched.

string kubernetes_namespace = 2;

Returns
Type Description
String

The kubernetesNamespace.

getKubernetesNamespaceBytes()

publicabstractByteStringgetKubernetesNamespaceBytes()

Matches all Kubernetes service accounts in the provided namespace, unless a more specific kubernetes_service_account scope already matched.

string kubernetes_namespace = 2;

Returns
Type Description
ByteString

The bytes for kubernetesNamespace.

getKubernetesServiceAccount()

publicabstractStringgetKubernetesServiceAccount()

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
Type Description
String

The kubernetesServiceAccount.

getKubernetesServiceAccountBytes()

publicabstractByteStringgetKubernetesServiceAccountBytes()

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
Type Description
ByteString

The bytes for kubernetesServiceAccount.

getScopeCase()

publicabstractContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCasegetScopeCase()
Returns
Type Description
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope.ScopeCase

hasKubernetesNamespace()

publicabstractbooleanhasKubernetesNamespace()

Matches all Kubernetes service accounts in the provided namespace, unless a more specific kubernetes_service_account scope already matched.

string kubernetes_namespace = 2;

Returns
Type Description
boolean

Whether the kubernetesNamespace field is set.

hasKubernetesServiceAccount()

publicabstractbooleanhasKubernetesServiceAccount()

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
Type Description
boolean

Whether the kubernetesServiceAccount 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.