Package com.google.cloud.compute.v1
Interface NodeTemplatesScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeTemplatesScopedList
,NodeTemplatesScopedList.Builder
public interface NodeTemplatesScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeTemplatesList
List<NodeTemplate> getNodeTemplatesList()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
-
getNodeTemplates
NodeTemplate getNodeTemplates(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
-
getNodeTemplatesCount
int getNodeTemplatesCount()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
-
getNodeTemplatesOrBuilderList
List<? extends NodeTemplateOrBuilder> getNodeTemplatesOrBuilderList()
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
-
getNodeTemplatesOrBuilder
NodeTemplateOrBuilder getNodeTemplatesOrBuilder(int index)
[Output Only] A list of node templates contained in this scope.
repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;
-
hasWarning
boolean hasWarning()
[Output Only] An informational warning that appears when the node templates list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
[Output Only] An informational warning that appears when the node templates list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the node templates list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-