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

main.java.com.streamlayer.sports.common.VenueOrBuilder 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/sports_common.proto

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

public interface VenueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.Venue)
    com.google.protobuf.MessageLiteOrBuilder {

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy