Interface NodeTemplatesScopedListOrBuilder (1.52.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the warning field is set.