public interface KubernetesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessReviews(int index)
public abstract Kubernetes.AccessReview getAccessReviews(int index)Provides information on any Kubernetes access reviews (i.e. privilege checks) relevant to the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.AccessReview access_reviews = 6;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.AccessReview |
getAccessReviewsCount()
public abstract int getAccessReviewsCount()Provides information on any Kubernetes access reviews (i.e. privilege checks) relevant to the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.AccessReview access_reviews = 6;
| Type | Description |
| int |
getAccessReviewsList()
public abstract List<Kubernetes.AccessReview> getAccessReviewsList()Provides information on any Kubernetes access reviews (i.e. privilege checks) relevant to the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.AccessReview access_reviews = 6;
| Type | Description |
| List<AccessReview> |
getAccessReviewsOrBuilder(int index)
public abstract Kubernetes.AccessReviewOrBuilder getAccessReviewsOrBuilder(int index)Provides information on any Kubernetes access reviews (i.e. privilege checks) relevant to the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.AccessReview access_reviews = 6;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.AccessReviewOrBuilder |
getAccessReviewsOrBuilderList()
public abstract List<? extends Kubernetes.AccessReviewOrBuilder> getAccessReviewsOrBuilderList()Provides information on any Kubernetes access reviews (i.e. privilege checks) relevant to the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.AccessReview access_reviews = 6;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.Kubernetes.AccessReviewOrBuilder> |
getBindings(int index)
public abstract Kubernetes.Binding getBindings(int index)Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.
repeated .google.cloud.securitycenter.v1.Kubernetes.Binding bindings = 5;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.Binding |
getBindingsCount()
public abstract int getBindingsCount()Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.
repeated .google.cloud.securitycenter.v1.Kubernetes.Binding bindings = 5;
| Type | Description |
| int |
getBindingsList()
public abstract List<Kubernetes.Binding> getBindingsList()Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.
repeated .google.cloud.securitycenter.v1.Kubernetes.Binding bindings = 5;
| Type | Description |
| List<Binding> |
getBindingsOrBuilder(int index)
public abstract Kubernetes.BindingOrBuilder getBindingsOrBuilder(int index)Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.
repeated .google.cloud.securitycenter.v1.Kubernetes.Binding bindings = 5;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.BindingOrBuilder |
getBindingsOrBuilderList()
public abstract List<? extends Kubernetes.BindingOrBuilder> getBindingsOrBuilderList()Provides Kubernetes role binding information for findings that involve RoleBindings or ClusterRoleBindings.
repeated .google.cloud.securitycenter.v1.Kubernetes.Binding bindings = 5;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.Kubernetes.BindingOrBuilder> |
getNodePools(int index)
public abstract Kubernetes.NodePool getNodePools(int index)GKE Node Pools associated with the finding. This field will contain NodePool information for each Node, when it is available.
repeated .google.cloud.securitycenter.v1.Kubernetes.NodePool node_pools = 3;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.NodePool |
getNodePoolsCount()
public abstract int getNodePoolsCount()GKE Node Pools associated with the finding. This field will contain NodePool information for each Node, when it is available.
repeated .google.cloud.securitycenter.v1.Kubernetes.NodePool node_pools = 3;
| Type | Description |
| int |
getNodePoolsList()
public abstract List<Kubernetes.NodePool> getNodePoolsList()GKE Node Pools associated with the finding. This field will contain NodePool information for each Node, when it is available.
repeated .google.cloud.securitycenter.v1.Kubernetes.NodePool node_pools = 3;
| Type | Description |
| List<NodePool> |
getNodePoolsOrBuilder(int index)
public abstract Kubernetes.NodePoolOrBuilder getNodePoolsOrBuilder(int index)GKE Node Pools associated with the finding. This field will contain NodePool information for each Node, when it is available.
repeated .google.cloud.securitycenter.v1.Kubernetes.NodePool node_pools = 3;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.NodePoolOrBuilder |
getNodePoolsOrBuilderList()
public abstract List<? extends Kubernetes.NodePoolOrBuilder> getNodePoolsOrBuilderList()GKE Node Pools associated with the finding. This field will contain NodePool information for each Node, when it is available.
repeated .google.cloud.securitycenter.v1.Kubernetes.NodePool node_pools = 3;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.Kubernetes.NodePoolOrBuilder> |
getNodes(int index)
public abstract Kubernetes.Node getNodes(int index)Provides Kubernetes Node information.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.Node |
getNodesCount()
public abstract int getNodesCount()Provides Kubernetes Node information.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Type | Description |
| int |
getNodesList()
public abstract List<Kubernetes.Node> getNodesList()Provides Kubernetes Node information.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Type | Description |
| List<Node> |
getNodesOrBuilder(int index)
public abstract Kubernetes.NodeOrBuilder getNodesOrBuilder(int index)Provides Kubernetes Node information.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.NodeOrBuilder |
getNodesOrBuilderList()
public abstract List<? extends Kubernetes.NodeOrBuilder> getNodesOrBuilderList()Provides Kubernetes Node information.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.Kubernetes.NodeOrBuilder> |
getPods(int index)
public abstract Kubernetes.Pod getPods(int index)Kubernetes Pods associated with the finding. This field will contain Pod records for each container that is owned by a Pod.
repeated .google.cloud.securitycenter.v1.Kubernetes.Pod pods = 1;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.Pod |
getPodsCount()
public abstract int getPodsCount()Kubernetes Pods associated with the finding. This field will contain Pod records for each container that is owned by a Pod.
repeated .google.cloud.securitycenter.v1.Kubernetes.Pod pods = 1;
| Type | Description |
| int |
getPodsList()
public abstract List<Kubernetes.Pod> getPodsList()Kubernetes Pods associated with the finding. This field will contain Pod records for each container that is owned by a Pod.
repeated .google.cloud.securitycenter.v1.Kubernetes.Pod pods = 1;
| Type | Description |
| List<Pod> |
getPodsOrBuilder(int index)
public abstract Kubernetes.PodOrBuilder getPodsOrBuilder(int index)Kubernetes Pods associated with the finding. This field will contain Pod records for each container that is owned by a Pod.
repeated .google.cloud.securitycenter.v1.Kubernetes.Pod pods = 1;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.PodOrBuilder |
getPodsOrBuilderList()
public abstract List<? extends Kubernetes.PodOrBuilder> getPodsOrBuilderList()Kubernetes Pods associated with the finding. This field will contain Pod records for each container that is owned by a Pod.
repeated .google.cloud.securitycenter.v1.Kubernetes.Pod pods = 1;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.Kubernetes.PodOrBuilder> |
getRoles(int index)
public abstract Kubernetes.Role getRoles(int index)Provides Kubernetes role information for findings that involve Roles or ClusterRoles.
repeated .google.cloud.securitycenter.v1.Kubernetes.Role roles = 4;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.Role |
getRolesCount()
public abstract int getRolesCount()Provides Kubernetes role information for findings that involve Roles or ClusterRoles.
repeated .google.cloud.securitycenter.v1.Kubernetes.Role roles = 4;
| Type | Description |
| int |
getRolesList()
public abstract List<Kubernetes.Role> getRolesList()Provides Kubernetes role information for findings that involve Roles or ClusterRoles.
repeated .google.cloud.securitycenter.v1.Kubernetes.Role roles = 4;
| Type | Description |
| List<Role> |
getRolesOrBuilder(int index)
public abstract Kubernetes.RoleOrBuilder getRolesOrBuilder(int index)Provides Kubernetes role information for findings that involve Roles or ClusterRoles.
repeated .google.cloud.securitycenter.v1.Kubernetes.Role roles = 4;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.RoleOrBuilder |
getRolesOrBuilderList()
public abstract List<? extends Kubernetes.RoleOrBuilder> getRolesOrBuilderList()Provides Kubernetes role information for findings that involve Roles or ClusterRoles.
repeated .google.cloud.securitycenter.v1.Kubernetes.Role roles = 4;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.Kubernetes.RoleOrBuilder> |