Interface LinuxNodeConfig.CustomNodeInitOrBuilder (2.96.0)

public static interface LinuxNodeConfig.CustomNodeInitOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInitScript()

public abstract LinuxNodeConfig.CustomNodeInit.InitScript getInitScript()

Optional. The init script to be executed on the node.

.google.container.v1.LinuxNodeConfig.CustomNodeInit.InitScript init_script = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
LinuxNodeConfig.CustomNodeInit.InitScript

The initScript.

getInitScriptOrBuilder()

public abstract LinuxNodeConfig.CustomNodeInit.InitScriptOrBuilder getInitScriptOrBuilder()

Optional. The init script to be executed on the node.

.google.container.v1.LinuxNodeConfig.CustomNodeInit.InitScript init_script = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
LinuxNodeConfig.CustomNodeInit.InitScriptOrBuilder

hasInitScript()

public abstract boolean hasInitScript()

Optional. The init script to be executed on the node.

.google.container.v1.LinuxNodeConfig.CustomNodeInit.InitScript init_script = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the initScript field is set.