public interface NodeInitializationActionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExecutableFile()
Required.
|
ByteString |
getExecutableFileBytes()
Required.
|
Duration |
getExecutionTimeout()
Optional.
|
DurationOrBuilder |
getExecutionTimeoutOrBuilder()
Optional.
|
boolean |
hasExecutionTimeout()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getExecutableFile()
Required. Google Cloud Storage URI of executable file.
string executable_file = 1;
ByteString getExecutableFileBytes()
Required. Google Cloud Storage URI of executable file.
string executable_file = 1;
boolean hasExecutionTimeout()
Optional. Amount of time executable has to complete. Default is 10 minutes. 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;
Duration getExecutionTimeout()
Optional. Amount of time executable has to complete. Default is 10 minutes. 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;
DurationOrBuilder getExecutionTimeoutOrBuilder()
Optional. Amount of time executable has to complete. Default is 10 minutes. 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;