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

cz.proto.LocationDirectoryDataSourceInfoOrBuilder 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 LocationDirectoryDataSourceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.LocationDirectoryDataSourceInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.StorageLocation storage_location = 1;
   * @return Whether the storageLocation field is set.
   */
  boolean hasStorageLocation();
  /**
   * .cz.proto.StorageLocation storage_location = 1;
   * @return The storageLocation.
   */
  cz.proto.StorageLocationOuterClass.StorageLocation getStorageLocation();
  /**
   * .cz.proto.StorageLocation storage_location = 1;
   */
  cz.proto.StorageLocationOuterClass.StorageLocationOrBuilder getStorageLocationOrBuilder();

  /**
   * .cz.proto.FileSystemConnectionInfo connection_info = 2;
   * @return Whether the connectionInfo field is set.
   */
  boolean hasConnectionInfo();
  /**
   * .cz.proto.FileSystemConnectionInfo connection_info = 2;
   * @return The connectionInfo.
   */
  cz.proto.ConnectionMeta.FileSystemConnectionInfo getConnectionInfo();
  /**
   * .cz.proto.FileSystemConnectionInfo connection_info = 2;
   */
  cz.proto.ConnectionMeta.FileSystemConnectionInfoOrBuilder getConnectionInfoOrBuilder();

  /**
   * repeated .cz.proto.Property properties = 3;
   */
  java.util.List 
      getPropertiesList();
  /**
   * repeated .cz.proto.Property properties = 3;
   */
  cz.proto.PropertyOuterClass.Property getProperties(int index);
  /**
   * repeated .cz.proto.Property properties = 3;
   */
  int getPropertiesCount();
  /**
   * repeated .cz.proto.Property properties = 3;
   */
  java.util.List 
      getPropertiesOrBuilderList();
  /**
   * repeated .cz.proto.Property properties = 3;
   */
  cz.proto.PropertyOuterClass.PropertyOrBuilder getPropertiesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy