Package com.google.cloud.datacatalog.v1
Enum SearchCatalogResult.SystemCase
- java.lang.Object
-
- java.lang.Enum<SearchCatalogResult.SystemCase>
-
- com.google.cloud.datacatalog.v1.SearchCatalogResult.SystemCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<SearchCatalogResult.SystemCase>
- Enclosing class:
- SearchCatalogResult
public static enum SearchCatalogResult.SystemCase extends Enum<SearchCatalogResult.SystemCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INTEGRATED_SYSTEMSYSTEM_NOT_SETUSER_SPECIFIED_SYSTEM
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SearchCatalogResult.SystemCaseforNumber(int value)intgetNumber()static SearchCatalogResult.SystemCasevalueOf(int value)Deprecated.static SearchCatalogResult.SystemCasevalueOf(String name)Returns the enum constant of this type with the specified name.static SearchCatalogResult.SystemCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INTEGRATED_SYSTEM
public static final SearchCatalogResult.SystemCase INTEGRATED_SYSTEM
-
USER_SPECIFIED_SYSTEM
public static final SearchCatalogResult.SystemCase USER_SPECIFIED_SYSTEM
-
SYSTEM_NOT_SET
public static final SearchCatalogResult.SystemCase SYSTEM_NOT_SET
-
-
Method Detail
-
values
public static SearchCatalogResult.SystemCase[] 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 (SearchCatalogResult.SystemCase c : SearchCatalogResult.SystemCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SearchCatalogResult.SystemCase 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
-
valueOf
@Deprecated public static SearchCatalogResult.SystemCase 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 SearchCatalogResult.SystemCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-