org.hansken.extraction.plugin.grpc.RpcUnixTimeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: hansken_extraction_plugin/framework/PrimitiveMessages.proto
// Protobuf Java Version: 3.25.3
package org.hansken.extraction.plugin.grpc;
public interface RpcUnixTimeOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.hansken.extraction.plugin.grpc.RpcUnixTime)
com.google.protobuf.MessageOrBuilder {
/**
* int64 value = 1;
* @return The value.
*/
long getValue();
}