main.java.com.streamlayer.sports.common.VenueOrBuilder 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 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();
}