Enum Listing.Category
- java.lang.Object
-
- java.lang.Enum<Listing.Category>
-
- com.google.cloud.bigquery.analyticshub.v1.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 enumgoogle.cloud.bigquery.analyticshub.v1.Listing.Category
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CATEGORY_ADVERTISING_AND_MARKETINGCATEGORY_ADVERTISING_AND_MARKETING = 2;CATEGORY_CLIMATE_AND_ENVIRONMENTCATEGORY_CLIMATE_AND_ENVIRONMENT = 4;CATEGORY_COMMERCECATEGORY_COMMERCE = 3;CATEGORY_DEMOGRAPHICSCATEGORY_DEMOGRAPHICS = 5;CATEGORY_ECONOMICSCATEGORY_ECONOMICS = 6;CATEGORY_EDUCATIONCATEGORY_EDUCATION = 7;CATEGORY_ENERGYCATEGORY_ENERGY = 8;CATEGORY_FINANCIALCATEGORY_FINANCIAL = 9;CATEGORY_GAMINGCATEGORY_GAMING = 10;CATEGORY_GEOSPATIALCATEGORY_GEOSPATIAL = 11;CATEGORY_HEALTHCARE_AND_LIFE_SCIENCECATEGORY_HEALTHCARE_AND_LIFE_SCIENCE = 12;CATEGORY_MEDIACATEGORY_MEDIA = 13;CATEGORY_OTHERSCATEGORY_OTHERS = 1;CATEGORY_PUBLIC_SECTORCATEGORY_PUBLIC_SECTOR = 14;CATEGORY_RETAILCATEGORY_RETAIL = 15;CATEGORY_SCIENCE_AND_RESEARCHCATEGORY_SCIENCE_AND_RESEARCH = 17;CATEGORY_SPORTSCATEGORY_SPORTS = 16;CATEGORY_TRANSPORTATION_AND_LOGISTICSCATEGORY_TRANSPORTATION_AND_LOGISTICS = 18;CATEGORY_TRAVEL_AND_TOURISMCATEGORY_TRAVEL_AND_TOURISM = 19;CATEGORY_UNSPECIFIEDCATEGORY_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCATEGORY_ADVERTISING_AND_MARKETING_VALUECATEGORY_ADVERTISING_AND_MARKETING = 2;static intCATEGORY_CLIMATE_AND_ENVIRONMENT_VALUECATEGORY_CLIMATE_AND_ENVIRONMENT = 4;static intCATEGORY_COMMERCE_VALUECATEGORY_COMMERCE = 3;static intCATEGORY_DEMOGRAPHICS_VALUECATEGORY_DEMOGRAPHICS = 5;static intCATEGORY_ECONOMICS_VALUECATEGORY_ECONOMICS = 6;static intCATEGORY_EDUCATION_VALUECATEGORY_EDUCATION = 7;static intCATEGORY_ENERGY_VALUECATEGORY_ENERGY = 8;static intCATEGORY_FINANCIAL_VALUECATEGORY_FINANCIAL = 9;static intCATEGORY_GAMING_VALUECATEGORY_GAMING = 10;static intCATEGORY_GEOSPATIAL_VALUECATEGORY_GEOSPATIAL = 11;static intCATEGORY_HEALTHCARE_AND_LIFE_SCIENCE_VALUECATEGORY_HEALTHCARE_AND_LIFE_SCIENCE = 12;static intCATEGORY_MEDIA_VALUECATEGORY_MEDIA = 13;static intCATEGORY_OTHERS_VALUECATEGORY_OTHERS = 1;static intCATEGORY_PUBLIC_SECTOR_VALUECATEGORY_PUBLIC_SECTOR = 14;static intCATEGORY_RETAIL_VALUECATEGORY_RETAIL = 15;static intCATEGORY_SCIENCE_AND_RESEARCH_VALUECATEGORY_SCIENCE_AND_RESEARCH = 17;static intCATEGORY_SPORTS_VALUECATEGORY_SPORTS = 16;static intCATEGORY_TRANSPORTATION_AND_LOGISTICS_VALUECATEGORY_TRANSPORTATION_AND_LOGISTICS = 18;static intCATEGORY_TRAVEL_AND_TOURISM_VALUECATEGORY_TRAVEL_AND_TOURISM = 19;static intCATEGORY_UNSPECIFIED_VALUECATEGORY_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Listing.CategoryforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Listing.Category>internalGetValueMap()static Listing.CategoryvalueOf(int value)Deprecated.static Listing.CategoryvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Listing.CategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static Listing.Category[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final Listing.Category UNRECOGNIZED
-
-
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-
-