com.turbospaces.api.v1.GetApplicationVersionResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc.proto
// Protobuf Java Version: 3.25.3
package com.turbospaces.api.v1;
public interface GetApplicationVersionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.turbospaces.api.v1.GetApplicationVersionResponse)
com.google.protobuf.MessageOrBuilder {
/**
* string version = 1;
* @return The version.
*/
java.lang.String getVersion();
/**
* string version = 1;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
}