
alluxio.grpc.BuildVersionOrBuilder 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 BuildVersionOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.BuildVersion)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
*
** the project version
*
*
* optional string version = 1;
* @return Whether the version field is set.
*/
boolean hasVersion();
/**
*
** the project version
*
*
* optional string version = 1;
* @return The version.
*/
java.lang.String getVersion();
/**
*
** the project version
*
*
* optional string version = 1;
* @return The bytes for version.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getVersionBytes();
/**
*
** the git revision at the time of building
*
*
* optional string revision = 2;
* @return Whether the revision field is set.
*/
boolean hasRevision();
/**
*
** the git revision at the time of building
*
*
* optional string revision = 2;
* @return The revision.
*/
java.lang.String getRevision();
/**
*
** the git revision at the time of building
*
*
* optional string revision = 2;
* @return The bytes for revision.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getRevisionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy