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

alluxio.grpc.GetConfigHashPResponseOrBuilder Maven / Gradle / Ivy

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

package alluxio.grpc;

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

  /**
   * optional string clusterConfigHash = 1;
   * @return Whether the clusterConfigHash field is set.
   */
  boolean hasClusterConfigHash();
  /**
   * optional string clusterConfigHash = 1;
   * @return The clusterConfigHash.
   */
  java.lang.String getClusterConfigHash();
  /**
   * optional string clusterConfigHash = 1;
   * @return The bytes for clusterConfigHash.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getClusterConfigHashBytes();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy