Interface NodeGroupsSetNodeTemplateRequestOrBuilder (1.28.0)

public interface NodeGroupsSetNodeTemplateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodeTemplate()

public abstract String getNodeTemplate()

Full or partial URL of the node template resource to be updated for this node group.

optional string node_template = 323154455;

Returns
TypeDescription
String

The nodeTemplate.

getNodeTemplateBytes()

public abstract ByteString getNodeTemplateBytes()

Full or partial URL of the node template resource to be updated for this node group.

optional string node_template = 323154455;

Returns
TypeDescription
ByteString

The bytes for nodeTemplate.

hasNodeTemplate()

public abstract boolean hasNodeTemplate()

Full or partial URL of the node template resource to be updated for this node group.

optional string node_template = 323154455;

Returns
TypeDescription
boolean

Whether the nodeTemplate field is set.