public static interface Kubernetes.NodePoolOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Kubernetes node pool name.
|
com.google.protobuf.ByteString |
getNameBytes()
Kubernetes node pool name.
|
Kubernetes.Node |
getNodes(int index)
Nodes associated with the finding.
|
int |
getNodesCount()
Nodes associated with the finding.
|
List<Kubernetes.Node> |
getNodesList()
Nodes associated with the finding.
|
Kubernetes.NodeOrBuilder |
getNodesOrBuilder(int index)
Nodes associated with the finding.
|
List<? extends Kubernetes.NodeOrBuilder> |
getNodesOrBuilderList()
Nodes associated with the finding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Kubernetes node pool name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Kubernetes node pool name.
string name = 1;List<Kubernetes.Node> getNodesList()
Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;Kubernetes.Node getNodes(int index)
Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;int getNodesCount()
Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;List<? extends Kubernetes.NodeOrBuilder> getNodesOrBuilderList()
Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;Kubernetes.NodeOrBuilder getNodesOrBuilder(int index)
Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;Copyright © 2023 Google LLC. All rights reserved.