Interface NodeConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeConfig,NodeConfig.Builder
public interface NodeConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetNodeExecutablePath()The path to the node executable that should be used.booleanhasNodeExecutablePath()The path to the node executable that should be used.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNodeExecutablePath
boolean hasNodeExecutablePath()
The path to the node executable that should be used.
optional bytes node_executable_path = 1;- Returns:
- Whether the nodeExecutablePath field is set.
-
getNodeExecutablePath
com.google.protobuf.ByteString getNodeExecutablePath()
The path to the node executable that should be used.
optional bytes node_executable_path = 1;- Returns:
- The nodeExecutablePath.
-
-