public static interface Kubernetes.NodePoolOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Kubernetes Node pool name.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Kubernetes Node pool name.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getNodes(int index)
public abstract Kubernetes.Node getNodes(int index)Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Name | Description |
| index | int |
| Type | Description |
| Kubernetes.Node |
getNodesCount()
public abstract int getNodesCount()Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Type | Description |
| int |
getNodesList()
public abstract List<Kubernetes.Node> getNodesList()Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Type | Description |
| List<Node> |
getNodesOrBuilder(int index)
public abstract Kubernetes.NodeOrBuilder getNodesOrBuilder(int index)Nodes associated with the finding.
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()Nodes associated with the finding.
repeated .google.cloud.securitycenter.v1.Kubernetes.Node nodes = 2;
| Type | Description |
| List<? extends com.google.cloud.securitycenter.v1.Kubernetes.NodeOrBuilder> |