All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dimajix.flowman.kernel.proto.workspace.UploadFilesRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: workspace.proto

package com.dimajix.flowman.kernel.proto.workspace;

public interface UploadFilesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.workspace.UploadFilesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string workspaceId = 1;
   * @return The workspaceId.
   */
  java.lang.String getWorkspaceId();
  /**
   * string workspaceId = 1;
   * @return The bytes for workspaceId.
   */
  com.dimajix.shaded.protobuf.ByteString
      getWorkspaceIdBytes();

  /**
   * string fileName = 2;
   * @return The fileName.
   */
  java.lang.String getFileName();
  /**
   * string fileName = 2;
   * @return The bytes for fileName.
   */
  com.dimajix.shaded.protobuf.ByteString
      getFileNameBytes();

  /**
   * .com.dimajix.flowman.kernel.FileType fileType = 3;
   * @return The enum numeric value on the wire for fileType.
   */
  int getFileTypeValue();
  /**
   * .com.dimajix.flowman.kernel.FileType fileType = 3;
   * @return The fileType.
   */
  com.dimajix.flowman.kernel.proto.FileType getFileType();

  /**
   * optional bytes fileContent = 4;
   * @return Whether the fileContent field is set.
   */
  boolean hasFileContent();
  /**
   * optional bytes fileContent = 4;
   * @return The fileContent.
   */
  com.dimajix.shaded.protobuf.ByteString getFileContent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy