com.google.protobuf.DurationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jena-fmod-kafka Show documentation
Show all versions of jena-fmod-kafka Show documentation
Apache Jena Fuseki server Kafka connector
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/duration.proto
// Protobuf Java Version: 4.27.5
package com.google.protobuf;
public interface DurationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Duration)
com.google.protobuf.MessageOrBuilder {
/**
* int64 seconds = 1 [json_name = "seconds"];
* @return The seconds.
*/
long getSeconds();
/**
* int32 nanos = 2 [json_name = "nanos"];
* @return The nanos.
*/
int getNanos();
}