public interface NodeTemplatesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NodeTemplate |
getNodeTemplates(int index)
[Output Only] A list of node templates contained in this scope.
|
int |
getNodeTemplatesCount()
[Output Only] A list of node templates contained in this scope.
|
List<NodeTemplate> |
getNodeTemplatesList()
[Output Only] A list of node templates contained in this scope.
|
NodeTemplateOrBuilder |
getNodeTemplatesOrBuilder(int index)
[Output Only] A list of node templates contained in this scope.
|
List<? extends NodeTemplateOrBuilder> |
getNodeTemplatesOrBuilderList()
[Output Only] A list of node templates contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the node templates list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that appears when the node templates list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that appears when the node templates list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NodeTemplate> getNodeTemplatesList()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;NodeTemplate getNodeTemplates(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;int getNodeTemplatesCount()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;List<? extends NodeTemplateOrBuilder> getNodeTemplatesOrBuilderList()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;NodeTemplateOrBuilder getNodeTemplatesOrBuilder(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;boolean hasWarning()
[Output Only] An informational warning that appears when the node templates list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] An informational warning that appears when the node templates list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the node templates list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.