public static interface Kubernetes.NodePoolOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Kubernetes Node pool name.
|
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, hasOneof
isInitialized
String getName()
Kubernetes Node pool name.
string name = 1;
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 © 2022 Google LLC. All rights reserved.