Interface NodeInitializationActionOrBuilder (4.40.0)

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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the executionTimeout field is set.