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

com.turbospaces.api.v1.GetApplicationVersionResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.33
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy