Interface NodeInitializationActionOrBuilder (2.3.1)

public interface NodeInitializationActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutableFile()

public abstract String getExecutableFile()

Required. Cloud Storage URI of executable file.

string executable_file = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The executableFile.

getExecutableFileBytes()

public abstract ByteString getExecutableFileBytes()

Required. Cloud Storage URI of executable file.

string executable_file = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for executableFile.

getExecutionTimeout()

public abstract Duration getExecutionTimeout()

Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.

.google.protobuf.Duration execution_timeout = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Duration

The executionTimeout.

getExecutionTimeoutOrBuilder()

public abstract DurationOrBuilder getExecutionTimeoutOrBuilder()

Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.

.google.protobuf.Duration execution_timeout = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DurationOrBuilder

hasExecutionTimeout()

public abstract boolean hasExecutionTimeout()

Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration). Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.

.google.protobuf.Duration execution_timeout = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the executionTimeout field is set.