All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.sports.soccer.SoccerLastGameOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sports/soccer/soccer.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.soccer;

public interface SoccerLastGameOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.soccer.SoccerLastGame)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint64 id = 1 [json_name = "id"];
   * @return The id.
   */
  long getId();

  /**
   * .streamlayer.sports.soccer.SoccerLastGame.SoccerLastGameAttributes attributes = 2 [json_name = "attributes"];
   * @return Whether the attributes field is set.
   */
  boolean hasAttributes();
  /**
   * .streamlayer.sports.soccer.SoccerLastGame.SoccerLastGameAttributes attributes = 2 [json_name = "attributes"];
   * @return The attributes.
   */
  com.streamlayer.sports.soccer.SoccerLastGame.SoccerLastGameAttributes getAttributes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy