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

alluxio.grpc.table.PartitionSpecOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/table/table_master.proto

package alluxio.grpc.table;

public interface PartitionSpecOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.table.PartitionSpec)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional string spec = 1;
   * @return Whether the spec field is set.
   */
  boolean hasSpec();
  /**
   * optional string spec = 1;
   * @return The spec.
   */
  java.lang.String getSpec();
  /**
   * optional string spec = 1;
   * @return The bytes for spec.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getSpecBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy