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

main.java.com.streamlayer.sports.basketball.BasketballPerformerOrBuilder 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/basketball/basketball.proto

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

public interface BasketballPerformerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.basketball.BasketballPerformer)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string name = 1 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * string photo = 2 [json_name = "photo"];
   * @return The photo.
   */
  java.lang.String getPhoto();
  /**
   * string photo = 2 [json_name = "photo"];
   * @return The bytes for photo.
   */
  com.google.protobuf.ByteString
      getPhotoBytes();

  /**
   * string score = 3 [json_name = "score"];
   * @return The score.
   */
  java.lang.String getScore();
  /**
   * string score = 3 [json_name = "score"];
   * @return The bytes for score.
   */
  com.google.protobuf.ByteString
      getScoreBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy