Interface NodeTemplatesScopedListOrBuilder (1.51.0)

public interface NodeTemplatesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodeTemplates(int index)

public abstract NodeTemplate getNodeTemplates(int index)

[Output Only] A list of node templates contained in this scope.

repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodeTemplate

getNodeTemplatesCount()

public abstract int getNodeTemplatesCount()

[Output Only] A list of node templates contained in this scope.

repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;

Returns
TypeDescription
int

getNodeTemplatesList()

public abstract List<NodeTemplate> getNodeTemplatesList()

[Output Only] A list of node templates contained in this scope.

repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;

Returns
TypeDescription
List<NodeTemplate>

getNodeTemplatesOrBuilder(int index)

public abstract NodeTemplateOrBuilder getNodeTemplatesOrBuilder(int index)

[Output Only] A list of node templates contained in this scope.

repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodeTemplateOrBuilder

getNodeTemplatesOrBuilderList()

public abstract List<? extends NodeTemplateOrBuilder> getNodeTemplatesOrBuilderList()

[Output Only] A list of node templates contained in this scope.

repeated .google.cloud.compute.v1.NodeTemplate node_templates = 354111804;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.NodeTemplateOrBuilder>

getWarning()

public abstract 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
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

[Output Only] An informational warning that appears when the node templates list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract 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
TypeDescription
boolean

Whether the warning field is set.