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

cz.proto.JobCostOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: job_meta.proto

package cz.proto;

public interface JobCostOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.JobCost)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint32 cpu = 1;
   * @return The cpu.
   */
  int getCpu();

  /**
   * uint32 memory = 2;
   * @return The memory.
   */
  int getMemory();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy