main.java.com.streamlayer.sports.common.CountryOrBuilder 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 CountryOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.Country)
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 abbreviation = 2 [json_name = "abbreviation"];
* @return The abbreviation.
*/
java.lang.String getAbbreviation();
/**
* string abbreviation = 2 [json_name = "abbreviation"];
* @return The bytes for abbreviation.
*/
com.google.protobuf.ByteString
getAbbreviationBytes();
}