public static enum TimeFilter.TimeField extends Enum<TimeFilter.TimeField> implements com.google.protobuf.ProtocolMessageEnum
Time fields can be used in TimeFilter.Protobuf enum
google.cloud.talent.v4beta1.TimeFilter.TimeField| Enum Constant and Description |
|---|
CREATE_TIME
Earliest profile create time.
|
TIME_FIELD_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
UPDATE_TIME
Latest profile update time.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_VALUE
Earliest profile create time.
|
static int |
TIME_FIELD_UNSPECIFIED_VALUE
Default value.
|
static int |
UPDATE_TIME_VALUE
Latest profile update time.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeFilter.TimeField |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<TimeFilter.TimeField> |
internalGetValueMap() |
static TimeFilter.TimeField |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TimeFilter.TimeField |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TimeFilter.TimeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeFilter.TimeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeFilter.TimeField TIME_FIELD_UNSPECIFIED
Default value.
TIME_FIELD_UNSPECIFIED = 0;public static final TimeFilter.TimeField CREATE_TIME
Earliest profile create time.
CREATE_TIME = 1;public static final TimeFilter.TimeField UPDATE_TIME
Latest profile update time.
UPDATE_TIME = 2;public static final TimeFilter.TimeField UNRECOGNIZED
public static final int TIME_FIELD_UNSPECIFIED_VALUE
Default value.
TIME_FIELD_UNSPECIFIED = 0;public static final int CREATE_TIME_VALUE
Earliest profile create time.
CREATE_TIME = 1;public static final int UPDATE_TIME_VALUE
Latest profile update time.
UPDATE_TIME = 2;public static TimeFilter.TimeField[] values()
for (TimeFilter.TimeField c : TimeFilter.TimeField.values()) System.out.println(c);
public static TimeFilter.TimeField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static TimeFilter.TimeField valueOf(int value)
forNumber(int) instead.public static TimeFilter.TimeField forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TimeFilter.TimeField> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TimeFilter.TimeField valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.