main.java.com.streamlayer.sports.basketball.BasketballLastGameOrBuilder 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/basketball/basketball.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.basketball;
public interface BasketballLastGameOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.basketball.BasketballLastGame)
com.google.protobuf.MessageLiteOrBuilder {
/**
* uint64 id = 1 [json_name = "id"];
* @return The id.
*/
long getId();
/**
* .streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];
* @return Whether the attributes field is set.
*/
boolean hasAttributes();
/**
* .streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes attributes = 2 [json_name = "attributes"];
* @return The attributes.
*/
com.streamlayer.sports.basketball.BasketballLastGame.BasketballLastGameAttributes getAttributes();
}