Interface SourceParallelstoreOrBuilder (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface SourceParallelstoreOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getPath()
publicabstractStringgetPath()Optional. Root directory path to the Paralellstore filesystem, starting with '/'. Defaults to '/' if unset.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
publicabstractByteStringgetPathBytes()Optional. Root directory path to the Paralellstore filesystem, starting with '/'. Defaults to '/' if unset.
string path = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |