com.zepben.protobuf.hc.JobOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/hc/Job.proto
package com.zepben.protobuf.hc;
public interface JobOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.Job)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* mRID of the feeder to process.
*
*
* string feeder = 1;
* @return The feeder.
*/
java.lang.String getFeeder();
/**
*
**
* mRID of the feeder to process.
*
*
* string feeder = 1;
* @return The bytes for feeder.
*/
com.google.protobuf.ByteString
getFeederBytes();
/**
*
**
* IDs of the scenarios to apply to the feeder.
*
*
* repeated string scenarios = 2;
* @return A list containing the scenarios.
*/
java.util.List
getScenariosList();
/**
*
**
* IDs of the scenarios to apply to the feeder.
*
*
* repeated string scenarios = 2;
* @return The count of scenarios.
*/
int getScenariosCount();
/**
*
**
* IDs of the scenarios to apply to the feeder.
*
*
* repeated string scenarios = 2;
* @param index The index of the element to return.
* @return The scenarios at the given index.
*/
java.lang.String getScenarios(int index);
/**
*
**
* IDs of the scenarios to apply to the feeder.
*
*
* repeated string scenarios = 2;
* @param index The index of the value to return.
* @return The bytes of the scenarios at the given index.
*/
com.google.protobuf.ByteString
getScenariosBytes(int index);
/**
*
**
* Years to model for each scenario.
*
*
* repeated int32 years = 3;
* @return A list containing the years.
*/
java.util.List getYearsList();
/**
*
**
* Years to model for each scenario.
*
*
* repeated int32 years = 3;
* @return The count of years.
*/
int getYearsCount();
/**
*
**
* Years to model for each scenario.
*
*
* repeated int32 years = 3;
* @param index The index of the element to return.
* @return The years at the given index.
*/
int getYears(int index);
/**
*
**
* Compressed, base64'd JSON configuration to be passed to all modules.
*
*
* string commonConfig = 4;
* @return The commonConfig.
*/
java.lang.String getCommonConfig();
/**
*
**
* Compressed, base64'd JSON configuration to be passed to all modules.
*
*
* string commonConfig = 4;
* @return The bytes for commonConfig.
*/
com.google.protobuf.ByteString
getCommonConfigBytes();
/**
*
**
* Compressed, base64'd JSON configuration to be passed to the generator.
*
*
* string generatorConfig = 5;
* @return The generatorConfig.
*/
java.lang.String getGeneratorConfig();
/**
*
**
* Compressed, base64'd JSON configuration to be passed to the generator.
*
*
* string generatorConfig = 5;
* @return The bytes for generatorConfig.
*/
com.google.protobuf.ByteString
getGeneratorConfigBytes();
/**
*
**
* Compressed, base64'd JSON configuration to be passed to the executor.
*
*
* string executorConfig = 6;
* @return The executorConfig.
*/
java.lang.String getExecutorConfig();
/**
*
**
* Compressed, base64'd JSON configuration to be passed to the executor.
*
*
* string executorConfig = 6;
* @return The bytes for executorConfig.
*/
com.google.protobuf.ByteString
getExecutorConfigBytes();
/**
*
**
* Compressed, base64'd JSON configuration to be passed to the results processor.
*
*
* string resultProcessorConfig = 7;
* @return The resultProcessorConfig.
*/
java.lang.String getResultProcessorConfig();
/**
*
**
* Compressed, base64'd JSON configuration to be passed to the results processor.
*
*
* string resultProcessorConfig = 7;
* @return The bytes for resultProcessorConfig.
*/
com.google.protobuf.ByteString
getResultProcessorConfigBytes();
}