com.netflix.genie.proto.JobSpecificationRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: genie.proto
package com.netflix.genie.proto;
public interface JobSpecificationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.netflix.genie.proto.JobSpecificationRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}