Enum Listing.Category

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Listing.Category>
    Enclosing class:
    Listing

    public static enum Listing.Category
    extends Enum<Listing.Category>
    implements com.google.protobuf.ProtocolMessageEnum
     Listing categories.
     
    Protobuf enum google.cloud.bigquery.dataexchange.v1beta1.Listing.Category
    • Enum Constant Detail

      • CATEGORY_UNSPECIFIED

        public static final Listing.Category CATEGORY_UNSPECIFIED
        CATEGORY_UNSPECIFIED = 0;
      • CATEGORY_OTHERS

        public static final Listing.Category CATEGORY_OTHERS
        CATEGORY_OTHERS = 1;
      • CATEGORY_ADVERTISING_AND_MARKETING

        public static final Listing.Category CATEGORY_ADVERTISING_AND_MARKETING
        CATEGORY_ADVERTISING_AND_MARKETING = 2;
      • CATEGORY_COMMERCE

        public static final Listing.Category CATEGORY_COMMERCE
        CATEGORY_COMMERCE = 3;
      • CATEGORY_CLIMATE_AND_ENVIRONMENT

        public static final Listing.Category CATEGORY_CLIMATE_AND_ENVIRONMENT
        CATEGORY_CLIMATE_AND_ENVIRONMENT = 4;
      • CATEGORY_DEMOGRAPHICS

        public static final Listing.Category CATEGORY_DEMOGRAPHICS
        CATEGORY_DEMOGRAPHICS = 5;
      • CATEGORY_ECONOMICS

        public static final Listing.Category CATEGORY_ECONOMICS
        CATEGORY_ECONOMICS = 6;
      • CATEGORY_EDUCATION

        public static final Listing.Category CATEGORY_EDUCATION
        CATEGORY_EDUCATION = 7;
      • CATEGORY_ENERGY

        public static final Listing.Category CATEGORY_ENERGY
        CATEGORY_ENERGY = 8;
      • CATEGORY_FINANCIAL

        public static final Listing.Category CATEGORY_FINANCIAL
        CATEGORY_FINANCIAL = 9;
      • CATEGORY_GAMING

        public static final Listing.Category CATEGORY_GAMING
        CATEGORY_GAMING = 10;
      • CATEGORY_GEOSPATIAL

        public static final Listing.Category CATEGORY_GEOSPATIAL
        CATEGORY_GEOSPATIAL = 11;
      • CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE

        public static final Listing.Category CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE
        CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE = 12;
      • CATEGORY_MEDIA

        public static final Listing.Category CATEGORY_MEDIA
        CATEGORY_MEDIA = 13;
      • CATEGORY_PUBLIC_SECTOR

        public static final Listing.Category CATEGORY_PUBLIC_SECTOR
        CATEGORY_PUBLIC_SECTOR = 14;
      • CATEGORY_RETAIL

        public static final Listing.Category CATEGORY_RETAIL
        CATEGORY_RETAIL = 15;
      • CATEGORY_SPORTS

        public static final Listing.Category CATEGORY_SPORTS
        CATEGORY_SPORTS = 16;
      • CATEGORY_SCIENCE_AND_RESEARCH

        public static final Listing.Category CATEGORY_SCIENCE_AND_RESEARCH
        CATEGORY_SCIENCE_AND_RESEARCH = 17;
      • CATEGORY_TRANSPORTATION_AND_LOGISTICS

        public static final Listing.Category CATEGORY_TRANSPORTATION_AND_LOGISTICS
        CATEGORY_TRANSPORTATION_AND_LOGISTICS = 18;
      • CATEGORY_TRAVEL_AND_TOURISM

        public static final Listing.Category CATEGORY_TRAVEL_AND_TOURISM
        CATEGORY_TRAVEL_AND_TOURISM = 19;
    • Field Detail

      • CATEGORY_UNSPECIFIED_VALUE

        public static final int CATEGORY_UNSPECIFIED_VALUE
        CATEGORY_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • CATEGORY_OTHERS_VALUE

        public static final int CATEGORY_OTHERS_VALUE
        CATEGORY_OTHERS = 1;
        See Also:
        Constant Field Values
      • CATEGORY_ADVERTISING_AND_MARKETING_VALUE

        public static final int CATEGORY_ADVERTISING_AND_MARKETING_VALUE
        CATEGORY_ADVERTISING_AND_MARKETING = 2;
        See Also:
        Constant Field Values
      • CATEGORY_COMMERCE_VALUE

        public static final int CATEGORY_COMMERCE_VALUE
        CATEGORY_COMMERCE = 3;
        See Also:
        Constant Field Values
      • CATEGORY_CLIMATE_AND_ENVIRONMENT_VALUE

        public static final int CATEGORY_CLIMATE_AND_ENVIRONMENT_VALUE
        CATEGORY_CLIMATE_AND_ENVIRONMENT = 4;
        See Also:
        Constant Field Values
      • CATEGORY_DEMOGRAPHICS_VALUE

        public static final int CATEGORY_DEMOGRAPHICS_VALUE
        CATEGORY_DEMOGRAPHICS = 5;
        See Also:
        Constant Field Values
      • CATEGORY_ECONOMICS_VALUE

        public static final int CATEGORY_ECONOMICS_VALUE
        CATEGORY_ECONOMICS = 6;
        See Also:
        Constant Field Values
      • CATEGORY_EDUCATION_VALUE

        public static final int CATEGORY_EDUCATION_VALUE
        CATEGORY_EDUCATION = 7;
        See Also:
        Constant Field Values
      • CATEGORY_ENERGY_VALUE

        public static final int CATEGORY_ENERGY_VALUE
        CATEGORY_ENERGY = 8;
        See Also:
        Constant Field Values
      • CATEGORY_FINANCIAL_VALUE

        public static final int CATEGORY_FINANCIAL_VALUE
        CATEGORY_FINANCIAL = 9;
        See Also:
        Constant Field Values
      • CATEGORY_GAMING_VALUE

        public static final int CATEGORY_GAMING_VALUE
        CATEGORY_GAMING = 10;
        See Also:
        Constant Field Values
      • CATEGORY_GEOSPATIAL_VALUE

        public static final int CATEGORY_GEOSPATIAL_VALUE
        CATEGORY_GEOSPATIAL = 11;
        See Also:
        Constant Field Values
      • CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE_VALUE

        public static final int CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE_VALUE
        CATEGORY_HEALTHCARE_AND_LIFE_SCIENCE = 12;
        See Also:
        Constant Field Values
      • CATEGORY_MEDIA_VALUE

        public static final int CATEGORY_MEDIA_VALUE
        CATEGORY_MEDIA = 13;
        See Also:
        Constant Field Values
      • CATEGORY_PUBLIC_SECTOR_VALUE

        public static final int CATEGORY_PUBLIC_SECTOR_VALUE
        CATEGORY_PUBLIC_SECTOR = 14;
        See Also:
        Constant Field Values
      • CATEGORY_RETAIL_VALUE

        public static final int CATEGORY_RETAIL_VALUE
        CATEGORY_RETAIL = 15;
        See Also:
        Constant Field Values
      • CATEGORY_SPORTS_VALUE

        public static final int CATEGORY_SPORTS_VALUE
        CATEGORY_SPORTS = 16;
        See Also:
        Constant Field Values
      • CATEGORY_SCIENCE_AND_RESEARCH_VALUE

        public static final int CATEGORY_SCIENCE_AND_RESEARCH_VALUE
        CATEGORY_SCIENCE_AND_RESEARCH = 17;
        See Also:
        Constant Field Values
      • CATEGORY_TRANSPORTATION_AND_LOGISTICS_VALUE

        public static final int CATEGORY_TRANSPORTATION_AND_LOGISTICS_VALUE
        CATEGORY_TRANSPORTATION_AND_LOGISTICS = 18;
        See Also:
        Constant Field Values
      • CATEGORY_TRAVEL_AND_TOURISM_VALUE

        public static final int CATEGORY_TRAVEL_AND_TOURISM_VALUE
        CATEGORY_TRAVEL_AND_TOURISM = 19;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static Listing.Category[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Listing.Category c : Listing.Category.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Listing.Category valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static Listing.Category valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static Listing.Category forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<Listing.Category> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static Listing.Category valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null