Package com.google.privacy.dlp.v2
Enum TimePartConfig.TimePart
- java.lang.Object
-
- java.lang.Enum<TimePartConfig.TimePart>
-
- com.google.privacy.dlp.v2.TimePartConfig.TimePart
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<TimePartConfig.TimePart>
- Enclosing class:
- TimePartConfig
public static enum TimePartConfig.TimePart extends Enum<TimePartConfig.TimePart> implements com.google.protobuf.ProtocolMessageEnum
Components that make up time.
Protobuf enumgoogle.privacy.dlp.v2.TimePartConfig.TimePart
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DAY_OF_MONTH[1-31]DAY_OF_WEEK[1-7]HOUR_OF_DAY[0-23]MONTH[1-12]TIME_PART_UNSPECIFIEDUnusedUNRECOGNIZEDWEEK_OF_YEAR[1-53]YEAR[0-9999]
-
Field Summary
Fields Modifier and Type Field Description static intDAY_OF_MONTH_VALUE[1-31]static intDAY_OF_WEEK_VALUE[1-7]static intHOUR_OF_DAY_VALUE[0-23]static intMONTH_VALUE[1-12]static intTIME_PART_UNSPECIFIED_VALUEUnusedstatic intWEEK_OF_YEAR_VALUE[1-53]static intYEAR_VALUE[0-9999]
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TimePartConfig.TimePartforNumber(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<TimePartConfig.TimePart>internalGetValueMap()static TimePartConfig.TimePartvalueOf(int value)Deprecated.static TimePartConfig.TimePartvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TimePartConfig.TimePartvalueOf(String name)Returns the enum constant of this type with the specified name.static TimePartConfig.TimePart[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TIME_PART_UNSPECIFIED
public static final TimePartConfig.TimePart TIME_PART_UNSPECIFIED
Unused
TIME_PART_UNSPECIFIED = 0;
-
YEAR
public static final TimePartConfig.TimePart YEAR
[0-9999]
YEAR = 1;
-
MONTH
public static final TimePartConfig.TimePart MONTH
[1-12]
MONTH = 2;
-
DAY_OF_MONTH
public static final TimePartConfig.TimePart DAY_OF_MONTH
[1-31]
DAY_OF_MONTH = 3;
-
DAY_OF_WEEK
public static final TimePartConfig.TimePart DAY_OF_WEEK
[1-7]
DAY_OF_WEEK = 4;
-
WEEK_OF_YEAR
public static final TimePartConfig.TimePart WEEK_OF_YEAR
[1-53]
WEEK_OF_YEAR = 5;
-
HOUR_OF_DAY
public static final TimePartConfig.TimePart HOUR_OF_DAY
[0-23]
HOUR_OF_DAY = 6;
-
UNRECOGNIZED
public static final TimePartConfig.TimePart UNRECOGNIZED
-
-
Field Detail
-
TIME_PART_UNSPECIFIED_VALUE
public static final int TIME_PART_UNSPECIFIED_VALUE
Unused
TIME_PART_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
YEAR_VALUE
public static final int YEAR_VALUE
[0-9999]
YEAR = 1;- See Also:
- Constant Field Values
-
MONTH_VALUE
public static final int MONTH_VALUE
[1-12]
MONTH = 2;- See Also:
- Constant Field Values
-
DAY_OF_MONTH_VALUE
public static final int DAY_OF_MONTH_VALUE
[1-31]
DAY_OF_MONTH = 3;- See Also:
- Constant Field Values
-
DAY_OF_WEEK_VALUE
public static final int DAY_OF_WEEK_VALUE
[1-7]
DAY_OF_WEEK = 4;- See Also:
- Constant Field Values
-
WEEK_OF_YEAR_VALUE
public static final int WEEK_OF_YEAR_VALUE
[1-53]
WEEK_OF_YEAR = 5;- See Also:
- Constant Field Values
-
HOUR_OF_DAY_VALUE
public static final int HOUR_OF_DAY_VALUE
[0-23]
HOUR_OF_DAY = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static TimePartConfig.TimePart[] 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 (TimePartConfig.TimePart c : TimePartConfig.TimePart.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TimePartConfig.TimePart 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 TimePartConfig.TimePart 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 TimePartConfig.TimePart 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<TimePartConfig.TimePart> 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 TimePartConfig.TimePart 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
-
-