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

alluxio.grpc.BlockStoreLocationProtoOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

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

  /**
   * optional string tierAlias = 1;
   * @return Whether the tierAlias field is set.
   */
  boolean hasTierAlias();
  /**
   * optional string tierAlias = 1;
   * @return The tierAlias.
   */
  java.lang.String getTierAlias();
  /**
   * optional string tierAlias = 1;
   * @return The bytes for tierAlias.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getTierAliasBytes();

  /**
   * optional string mediumType = 2;
   * @return Whether the mediumType field is set.
   */
  boolean hasMediumType();
  /**
   * optional string mediumType = 2;
   * @return The mediumType.
   */
  java.lang.String getMediumType();
  /**
   * optional string mediumType = 2;
   * @return The bytes for mediumType.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getMediumTypeBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy