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

cz.proto.FileDataSourceInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_common.proto

package cz.proto;

public interface FileDataSourceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.FileDataSourceInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.FileSystemType fileSystemType = 1;
   * @return The enum numeric value on the wire for fileSystemType.
   */
  int getFileSystemTypeValue();
  /**
   * .cz.proto.FileSystemType fileSystemType = 1;
   * @return The fileSystemType.
   */
  cz.proto.FileSystem.FileSystemType getFileSystemType();

  /**
   * string path = 2;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 2;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();

  /**
   * .cz.proto.FileFormat format = 3;
   * @return Whether the format field is set.
   */
  boolean hasFormat();
  /**
   * .cz.proto.FileFormat format = 3;
   * @return The format.
   */
  cz.proto.FileFormat getFormat();
  /**
   * .cz.proto.FileFormat format = 3;
   */
  cz.proto.FileFormatOrBuilder getFormatOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy