public final class TimeFilter extends GeneratedMessageV3 implements TimeFilterOrBuilder
Filter on create timestamp or update timestamp of profiles.
Protobuf type google.cloud.talent.v4beta1.TimeFilter
Static Fields
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Field Value
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Field Value
TIME_FIELD_FIELD_NUMBER
public static final int TIME_FIELD_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TimeFilter getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static TimeFilter.Builder newBuilder()
Returns
newBuilder(TimeFilter prototype)
public static TimeFilter.Builder newBuilder(TimeFilter prototype)
Parameter
Returns
public static TimeFilter parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TimeFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TimeFilter parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TimeFilter parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TimeFilter parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TimeFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TimeFilter parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TimeFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TimeFilter parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TimeFilter> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public TimeFilter getDefaultInstanceForType()
Returns
getEndTime()
public Timestamp getEndTime()
End timestamp, matching profiles with the end time. If this field
missing, The API matches profiles with create / update timestamp after the
start timestamp.
.google.protobuf.Timestamp end_time = 2;
Returns
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
End timestamp, matching profiles with the end time. If this field
missing, The API matches profiles with create / update timestamp after the
start timestamp.
.google.protobuf.Timestamp end_time = 2;
Returns
getParserForType()
public Parser<TimeFilter> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStartTime()
public Timestamp getStartTime()
Start timestamp, matching profiles with the start time. If this field
missing, The API matches profiles with create / update timestamp before the
end timestamp.
.google.protobuf.Timestamp start_time = 1;
Returns
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
Start timestamp, matching profiles with the start time. If this field
missing, The API matches profiles with create / update timestamp before the
end timestamp.
.google.protobuf.Timestamp start_time = 1;
Returns
getTimeField()
public TimeFilter.TimeField getTimeField()
Specifies which time field to filter profiles.
Defaults to TimeField.CREATE_TIME.
.google.cloud.talent.v4beta1.TimeFilter.TimeField time_field = 3;
Returns
getTimeFieldValue()
public int getTimeFieldValue()
Specifies which time field to filter profiles.
Defaults to TimeField.CREATE_TIME.
.google.cloud.talent.v4beta1.TimeFilter.TimeField time_field = 3;
Returns
Type | Description |
int | The enum numeric value on the wire for timeField.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEndTime()
public boolean hasEndTime()
End timestamp, matching profiles with the end time. If this field
missing, The API matches profiles with create / update timestamp after the
start timestamp.
.google.protobuf.Timestamp end_time = 2;
Returns
Type | Description |
boolean | Whether the endTime field is set.
|
hasStartTime()
public boolean hasStartTime()
Start timestamp, matching profiles with the start time. If this field
missing, The API matches profiles with create / update timestamp before the
end timestamp.
.google.protobuf.Timestamp start_time = 1;
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public TimeFilter.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TimeFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public TimeFilter.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions