Interface MoveDirectoryRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MoveDirectoryRequest,MoveDirectoryRequest.Builder
public interface MoveDirectoryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNewPath()Required.com.google.protobuf.ByteStringgetNewPathBytes()Required.StringgetPath()Required.com.google.protobuf.ByteStringgetPathBytes()Required.StringgetWorkspace()Required.com.google.protobuf.ByteStringgetWorkspaceBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWorkspace
String getWorkspace()
Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The workspace.
-
getWorkspaceBytes
com.google.protobuf.ByteString getWorkspaceBytes()
Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for workspace.
-
getPath
String getPath()
Required. The directory's full path including directory name, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Required. The directory's full path including directory name, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for path.
-
getNewPath
String getNewPath()
Required. The new path for the directory including directory name, rooted at workspace root.
string new_path = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The newPath.
-
getNewPathBytes
com.google.protobuf.ByteString getNewPathBytes()
Required. The new path for the directory including directory name, rooted at workspace root.
string new_path = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for newPath.
-
-