main.java.com.streamlayer.sports.common.EventTimeOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/sports/sports_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.common;
public interface EventTimeOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.EventTime)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string clock = 1 [json_name = "clock"];
* @return The clock.
*/
java.lang.String getClock();
/**
* string clock = 1 [json_name = "clock"];
* @return The bytes for clock.
*/
com.google.protobuf.ByteString
getClockBytes();
/**
* int32 period = 2 [json_name = "period"];
* @return The period.
*/
int getPeriod();
}