Interface MoveFileRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MoveFileRequest, MoveFileRequest.Builder

    public interface MoveFileRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNewPath()
      Required.
      com.google.protobuf.ByteString getNewPathBytes()
      Required.
      String getPath()
      Required.
      com.google.protobuf.ByteString getPathBytes()
      Required.
      String getWorkspace()
      Required.
      com.google.protobuf.ByteString getWorkspaceBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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 file's full path including filename, relative to the workspace root.
         
        string path = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Required. The file's full path including filename, relative to the workspace root.
         
        string path = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for path.
      • getNewPath

        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:
        The newPath.
      • getNewPathBytes

        com.google.protobuf.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:
        The bytes for newPath.