Package com.google.cloud.dataplex.v1
Enum Zone.ResourceSpec.LocationType
- java.lang.Object
-
- java.lang.Enum<Zone.ResourceSpec.LocationType>
-
- com.google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Zone.ResourceSpec.LocationType>
- Enclosing class:
- Zone.ResourceSpec
public static enum Zone.ResourceSpec.LocationType extends Enum<Zone.ResourceSpec.LocationType> implements com.google.protobuf.ProtocolMessageEnum
Location type of the resources attached to a zone.
Protobuf enumgoogle.cloud.dataplex.v1.Zone.ResourceSpec.LocationType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOCATION_TYPE_UNSPECIFIEDUnspecified location type.MULTI_REGIONResources that are associated with a multi-region location.SINGLE_REGIONResources that are associated with a single region.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intLOCATION_TYPE_UNSPECIFIED_VALUEUnspecified location type.static intMULTI_REGION_VALUEResources that are associated with a multi-region location.static intSINGLE_REGION_VALUEResources that are associated with a single region.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Zone.ResourceSpec.LocationTypeforNumber(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<Zone.ResourceSpec.LocationType>internalGetValueMap()static Zone.ResourceSpec.LocationTypevalueOf(int value)Deprecated.static Zone.ResourceSpec.LocationTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Zone.ResourceSpec.LocationTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Zone.ResourceSpec.LocationType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LOCATION_TYPE_UNSPECIFIED
public static final Zone.ResourceSpec.LocationType LOCATION_TYPE_UNSPECIFIED
Unspecified location type.
LOCATION_TYPE_UNSPECIFIED = 0;
-
SINGLE_REGION
public static final Zone.ResourceSpec.LocationType SINGLE_REGION
Resources that are associated with a single region.
SINGLE_REGION = 1;
-
MULTI_REGION
public static final Zone.ResourceSpec.LocationType MULTI_REGION
Resources that are associated with a multi-region location.
MULTI_REGION = 2;
-
UNRECOGNIZED
public static final Zone.ResourceSpec.LocationType UNRECOGNIZED
-
-
Field Detail
-
LOCATION_TYPE_UNSPECIFIED_VALUE
public static final int LOCATION_TYPE_UNSPECIFIED_VALUE
Unspecified location type.
LOCATION_TYPE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
SINGLE_REGION_VALUE
public static final int SINGLE_REGION_VALUE
Resources that are associated with a single region.
SINGLE_REGION = 1;- See Also:
- Constant Field Values
-
MULTI_REGION_VALUE
public static final int MULTI_REGION_VALUE
Resources that are associated with a multi-region location.
MULTI_REGION = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Zone.ResourceSpec.LocationType[] 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 (Zone.ResourceSpec.LocationType c : Zone.ResourceSpec.LocationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Zone.ResourceSpec.LocationType 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 Zone.ResourceSpec.LocationType 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 Zone.ResourceSpec.LocationType 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<Zone.ResourceSpec.LocationType> 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 Zone.ResourceSpec.LocationType 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
-
-