public static interface LinuxNodeConfig.CustomNodeInitOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |