public interface NFSOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRemotePath()
Remote source path exported from the NFS, e.g., "/share".
|
com.google.protobuf.ByteString |
getRemotePathBytes()
Remote source path exported from the NFS, e.g., "/share".
|
String |
getServer()
The IP address of the NFS.
|
com.google.protobuf.ByteString |
getServerBytes()
The IP address of the NFS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServer()
The IP address of the NFS.
string server = 1;com.google.protobuf.ByteString getServerBytes()
The IP address of the NFS.
string server = 1;String getRemotePath()
Remote source path exported from the NFS, e.g., "/share".
string remote_path = 2;com.google.protobuf.ByteString getRemotePathBytes()
Remote source path exported from the NFS, e.g., "/share".
string remote_path = 2;Copyright © 2025 Google LLC. All rights reserved.