com.netflix.genie.proto.AgentManifestMessageOrBuilder 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 AgentManifestMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.netflix.genie.proto.AgentManifestMessage)
com.google.protobuf.MessageOrBuilder {
/**
* string job_id = 1;
* @return The jobId.
*/
java.lang.String getJobId();
/**
* string job_id = 1;
* @return The bytes for jobId.
*/
com.google.protobuf.ByteString
getJobIdBytes();
/**
* string manifest_json = 2;
* @return The manifestJson.
*/
java.lang.String getManifestJson();
/**
* string manifest_json = 2;
* @return The bytes for manifestJson.
*/
com.google.protobuf.ByteString
getManifestJsonBytes();
/**
*
* To be removed once all agents are running a recent version
*
*
* bool large_files_supported = 3;
* @return The largeFilesSupported.
*/
boolean getLargeFilesSupported();
}