com.dimajix.flowman.kernel.proto.DateOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flowman-kernel-api Show documentation
Show all versions of flowman-kernel-api Show documentation
Flowman Kernel gRPC protocol definition
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package com.dimajix.flowman.kernel.proto;
public interface DateOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.Date)
com.google.protobuf.MessageOrBuilder {
/**
* int64 days = 1;
* @return The days.
*/
long getDays();
}