com.dimajix.flowman.kernel.proto.job.JobParameterOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: job.proto
package com.dimajix.flowman.kernel.proto.job;
public interface JobParameterOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.job.JobParameter)
com.google.protobuf.MessageOrBuilder {
/**
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1;
* @return The bytes for name.
*/
com.dimajix.shaded.protobuf.ByteString
getNameBytes();
/**
* string type = 2;
* @return The type.
*/
java.lang.String getType();
/**
* string type = 2;
* @return The bytes for type.
*/
com.dimajix.shaded.protobuf.ByteString
getTypeBytes();
/**
* optional string granularity = 3;
* @return Whether the granularity field is set.
*/
boolean hasGranularity();
/**
* optional string granularity = 3;
* @return The granularity.
*/
java.lang.String getGranularity();
/**
* optional string granularity = 3;
* @return The bytes for granularity.
*/
com.dimajix.shaded.protobuf.ByteString
getGranularityBytes();
/**
* optional string default = 4;
* @return Whether the default field is set.
*/
boolean hasDefault();
/**
* optional string default = 4;
* @return The default.
*/
java.lang.String getDefault();
/**
* optional string default = 4;
* @return The bytes for default.
*/
com.dimajix.shaded.protobuf.ByteString
getDefaultBytes();
/**
* optional string description = 5;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
* optional string description = 5;
* @return The description.
*/
java.lang.String getDescription();
/**
* optional string description = 5;
* @return The bytes for description.
*/
com.dimajix.shaded.protobuf.ByteString
getDescriptionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy