public interface LustrePathOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPath()
public abstract String getPath()
Optional. The root directory path to the Managed Lustre file system. Must
start with
/
. Default is /
. If you're importing data into Managed Lustre, any
path other than the default must already exist on the file system.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes()
Optional. The root directory path to the Managed Lustre file system. Must
start with
/
. Default is /
. If you're importing data into Managed Lustre, any
path other than the default must already exist on the file system.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for path. |