public interface MoveFileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNewPath()
public abstract String getNewPath()Required. The file's new path including filename, relative to the workspace root.
string new_path = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The newPath. |
getNewPathBytes()
public abstract ByteString getNewPathBytes()Required. The file's new path including filename, relative to the workspace root.
string new_path = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for newPath. |
getPath()
public abstract String getPath()Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes()Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getWorkspace()
public abstract String getWorkspace()Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The workspace. |
getWorkspaceBytes()
public abstract ByteString getWorkspaceBytes()Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workspace. |