Package com.google.cloud.asset.v1
Enum TemporalAsset.PriorAssetState
- java.lang.Object
-
- java.lang.Enum<TemporalAsset.PriorAssetState>
-
- com.google.cloud.asset.v1.TemporalAsset.PriorAssetState
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<TemporalAsset.PriorAssetState>
- Enclosing class:
- TemporalAsset
public static enum TemporalAsset.PriorAssetState extends Enum<TemporalAsset.PriorAssetState> implements com.google.protobuf.ProtocolMessageEnum
State of prior asset.
Protobuf enumgoogle.cloud.asset.v1.TemporalAsset.PriorAssetState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DELETEDprior_asset is a deletion.DOES_NOT_EXISTCurrent asset is the first known state.INVALIDFailed to set prior_asset.PRESENTprior_asset is populated correctly.PRIOR_ASSET_STATE_UNSPECIFIEDprior_asset is not applicable for the current asset.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intDELETED_VALUEprior_asset is a deletion.static intDOES_NOT_EXIST_VALUECurrent asset is the first known state.static intINVALID_VALUEFailed to set prior_asset.static intPRESENT_VALUEprior_asset is populated correctly.static intPRIOR_ASSET_STATE_UNSPECIFIED_VALUEprior_asset is not applicable for the current asset.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TemporalAsset.PriorAssetStateforNumber(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<TemporalAsset.PriorAssetState>internalGetValueMap()static TemporalAsset.PriorAssetStatevalueOf(int value)Deprecated.static TemporalAsset.PriorAssetStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TemporalAsset.PriorAssetStatevalueOf(String name)Returns the enum constant of this type with the specified name.static TemporalAsset.PriorAssetState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PRIOR_ASSET_STATE_UNSPECIFIED
public static final TemporalAsset.PriorAssetState PRIOR_ASSET_STATE_UNSPECIFIED
prior_asset is not applicable for the current asset.
PRIOR_ASSET_STATE_UNSPECIFIED = 0;
-
PRESENT
public static final TemporalAsset.PriorAssetState PRESENT
prior_asset is populated correctly.
PRESENT = 1;
-
INVALID
public static final TemporalAsset.PriorAssetState INVALID
Failed to set prior_asset.
INVALID = 2;
-
DOES_NOT_EXIST
public static final TemporalAsset.PriorAssetState DOES_NOT_EXIST
Current asset is the first known state.
DOES_NOT_EXIST = 3;
-
DELETED
public static final TemporalAsset.PriorAssetState DELETED
prior_asset is a deletion.
DELETED = 4;
-
UNRECOGNIZED
public static final TemporalAsset.PriorAssetState UNRECOGNIZED
-
-
Field Detail
-
PRIOR_ASSET_STATE_UNSPECIFIED_VALUE
public static final int PRIOR_ASSET_STATE_UNSPECIFIED_VALUE
prior_asset is not applicable for the current asset.
PRIOR_ASSET_STATE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
PRESENT_VALUE
public static final int PRESENT_VALUE
prior_asset is populated correctly.
PRESENT = 1;- See Also:
- Constant Field Values
-
INVALID_VALUE
public static final int INVALID_VALUE
Failed to set prior_asset.
INVALID = 2;- See Also:
- Constant Field Values
-
DOES_NOT_EXIST_VALUE
public static final int DOES_NOT_EXIST_VALUE
Current asset is the first known state.
DOES_NOT_EXIST = 3;- See Also:
- Constant Field Values
-
DELETED_VALUE
public static final int DELETED_VALUE
prior_asset is a deletion.
DELETED = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static TemporalAsset.PriorAssetState[] 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 (TemporalAsset.PriorAssetState c : TemporalAsset.PriorAssetState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TemporalAsset.PriorAssetState 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 TemporalAsset.PriorAssetState 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 TemporalAsset.PriorAssetState 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<TemporalAsset.PriorAssetState> 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 TemporalAsset.PriorAssetState 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
-
-