com.dimajix.flowman.kernel.proto.history.FindJobMetricsRequestOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: history.proto
package com.dimajix.flowman.kernel.proto.history;
public interface FindJobMetricsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.history.FindJobMetricsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .com.dimajix.flowman.kernel.history.JobHistoryQuery query = 1;
* @return Whether the query field is set.
*/
boolean hasQuery();
/**
* .com.dimajix.flowman.kernel.history.JobHistoryQuery query = 1;
* @return The query.
*/
com.dimajix.flowman.kernel.proto.history.JobHistoryQuery getQuery();
/**
* .com.dimajix.flowman.kernel.history.JobHistoryQuery query = 1;
*/
com.dimajix.flowman.kernel.proto.history.JobHistoryQueryOrBuilder getQueryOrBuilder();
/**
* repeated string groupings = 2;
* @return A list containing the groupings.
*/
java.util.List
getGroupingsList();
/**
* repeated string groupings = 2;
* @return The count of groupings.
*/
int getGroupingsCount();
/**
* repeated string groupings = 2;
* @param index The index of the element to return.
* @return The groupings at the given index.
*/
java.lang.String getGroupings(int index);
/**
* repeated string groupings = 2;
* @param index The index of the value to return.
* @return The bytes of the groupings at the given index.
*/
com.dimajix.shaded.protobuf.ByteString
getGroupingsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy