com.dimajix.flowman.kernel.proto.MeasurementOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package com.dimajix.flowman.kernel.proto;
public interface MeasurementOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.Measurement)
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 jobId = 2;
* @return The jobId.
*/
java.lang.String getJobId();
/**
* string jobId = 2;
* @return The bytes for jobId.
*/
com.dimajix.shaded.protobuf.ByteString
getJobIdBytes();
/**
* .com.dimajix.flowman.kernel.Timestamp ts = 3;
* @return Whether the ts field is set.
*/
boolean hasTs();
/**
* .com.dimajix.flowman.kernel.Timestamp ts = 3;
* @return The ts.
*/
com.dimajix.flowman.kernel.proto.Timestamp getTs();
/**
* .com.dimajix.flowman.kernel.Timestamp ts = 3;
*/
com.dimajix.flowman.kernel.proto.TimestampOrBuilder getTsOrBuilder();
/**
* map<string, string> labels = 4;
*/
int getLabelsCount();
/**
* map<string, string> labels = 4;
*/
boolean containsLabels(
java.lang.String key);
/**
* Use {@link #getLabelsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getLabels();
/**
* map<string, string> labels = 4;
*/
java.util.Map
getLabelsMap();
/**
* map<string, string> labels = 4;
*/
/* nullable */
java.lang.String getLabelsOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> labels = 4;
*/
java.lang.String getLabelsOrThrow(
java.lang.String key);
/**
* double value = 5;
* @return The value.
*/
double getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy