Class Venue.Builder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, VenueOrBuilder, java.lang.Cloneable
    Enclosing class:
    Venue

    public static final class Venue.Builder
    extends com.google.protobuf.GeneratedMessageLite.Builder<Venue,​Venue.Builder>
    implements VenueOrBuilder
    Protobuf type streamlayer.sports.Venue
    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Venue.Builder clearCity()
      string city = 1 [json_name = "city"];
      Venue.Builder clearCountry()
      string country = 2 [json_name = "country"];
      Venue.Builder clearStadium()
      string stadium = 3 [json_name = "stadium"];
      java.lang.String getCity()
      string city = 1 [json_name = "city"];
      com.google.protobuf.ByteString getCityBytes()
      string city = 1 [json_name = "city"];
      java.lang.String getCountry()
      string country = 2 [json_name = "country"];
      com.google.protobuf.ByteString getCountryBytes()
      string country = 2 [json_name = "country"];
      java.lang.String getStadium()
      string stadium = 3 [json_name = "stadium"];
      com.google.protobuf.ByteString getStadiumBytes()
      string stadium = 3 [json_name = "stadium"];
      Venue.Builder setCity​(java.lang.String value)
      string city = 1 [json_name = "city"];
      Venue.Builder setCityBytes​(com.google.protobuf.ByteString value)
      string city = 1 [json_name = "city"];
      Venue.Builder setCountry​(java.lang.String value)
      string country = 2 [json_name = "country"];
      Venue.Builder setCountryBytes​(com.google.protobuf.ByteString value)
      string country = 2 [json_name = "country"];
      Venue.Builder setStadium​(java.lang.String value)
      string stadium = 3 [json_name = "stadium"];
      Venue.Builder setStadiumBytes​(com.google.protobuf.ByteString value)
      string stadium = 3 [json_name = "stadium"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCity

        public java.lang.String getCity()
        string city = 1 [json_name = "city"];
        Specified by:
        getCity in interface VenueOrBuilder
        Returns:
        The city.
      • getCityBytes

        public com.google.protobuf.ByteString getCityBytes()
        string city = 1 [json_name = "city"];
        Specified by:
        getCityBytes in interface VenueOrBuilder
        Returns:
        The bytes for city.
      • setCity

        public Venue.Builder setCity​(java.lang.String value)
        string city = 1 [json_name = "city"];
        Parameters:
        value - The city to set.
        Returns:
        This builder for chaining.
      • clearCity

        public Venue.Builder clearCity()
        string city = 1 [json_name = "city"];
        Returns:
        This builder for chaining.
      • setCityBytes

        public Venue.Builder setCityBytes​(com.google.protobuf.ByteString value)
        string city = 1 [json_name = "city"];
        Parameters:
        value - The bytes for city to set.
        Returns:
        This builder for chaining.
      • getCountry

        public java.lang.String getCountry()
        string country = 2 [json_name = "country"];
        Specified by:
        getCountry in interface VenueOrBuilder
        Returns:
        The country.
      • getCountryBytes

        public com.google.protobuf.ByteString getCountryBytes()
        string country = 2 [json_name = "country"];
        Specified by:
        getCountryBytes in interface VenueOrBuilder
        Returns:
        The bytes for country.
      • setCountry

        public Venue.Builder setCountry​(java.lang.String value)
        string country = 2 [json_name = "country"];
        Parameters:
        value - The country to set.
        Returns:
        This builder for chaining.
      • clearCountry

        public Venue.Builder clearCountry()
        string country = 2 [json_name = "country"];
        Returns:
        This builder for chaining.
      • setCountryBytes

        public Venue.Builder setCountryBytes​(com.google.protobuf.ByteString value)
        string country = 2 [json_name = "country"];
        Parameters:
        value - The bytes for country to set.
        Returns:
        This builder for chaining.
      • getStadium

        public java.lang.String getStadium()
        string stadium = 3 [json_name = "stadium"];
        Specified by:
        getStadium in interface VenueOrBuilder
        Returns:
        The stadium.
      • getStadiumBytes

        public com.google.protobuf.ByteString getStadiumBytes()
        string stadium = 3 [json_name = "stadium"];
        Specified by:
        getStadiumBytes in interface VenueOrBuilder
        Returns:
        The bytes for stadium.
      • setStadium

        public Venue.Builder setStadium​(java.lang.String value)
        string stadium = 3 [json_name = "stadium"];
        Parameters:
        value - The stadium to set.
        Returns:
        This builder for chaining.
      • clearStadium

        public Venue.Builder clearStadium()
        string stadium = 3 [json_name = "stadium"];
        Returns:
        This builder for chaining.
      • setStadiumBytes

        public Venue.Builder setStadiumBytes​(com.google.protobuf.ByteString value)
        string stadium = 3 [json_name = "stadium"];
        Parameters:
        value - The bytes for stadium to set.
        Returns:
        This builder for chaining.