public final class ApplicationDateFilter extends GeneratedMessageV3 implements ApplicationDateFilterOrBuilder
Application Date Range Filter.
The API matches profiles with Application.application_date between
start date and end date (both boundaries are inclusive). The filter is
ignored if both start_date and end_date are missing.
Protobuf type google.cloud.talent.v4beta1.ApplicationDateFilter
Static Fields
END_DATE_FIELD_NUMBER
public static final int END_DATE_FIELD_NUMBER
Field Value
START_DATE_FIELD_NUMBER
public static final int START_DATE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ApplicationDateFilter getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ApplicationDateFilter.Builder newBuilder()
Returns
newBuilder(ApplicationDateFilter prototype)
public static ApplicationDateFilter.Builder newBuilder(ApplicationDateFilter prototype)
Parameter
Returns
public static ApplicationDateFilter parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ApplicationDateFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ApplicationDateFilter parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ApplicationDateFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ApplicationDateFilter parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ApplicationDateFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ApplicationDateFilter parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ApplicationDateFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ApplicationDateFilter parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ApplicationDateFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ApplicationDateFilter parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ApplicationDateFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ApplicationDateFilter> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ApplicationDateFilter getDefaultInstanceForType()
Returns
getEndDate()
End date. If it's missing, The API matches profiles with application date
not before the start date.
.google.type.Date end_date = 2;
Returns
Type | Description |
com.google.type.Date | The endDate.
|
getEndDateOrBuilder()
public DateOrBuilder getEndDateOrBuilder()
End date. If it's missing, The API matches profiles with application date
not before the start date.
.google.type.Date end_date = 2;
Returns
Type | Description |
com.google.type.DateOrBuilder | |
getParserForType()
public Parser<ApplicationDateFilter> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStartDate()
public Date getStartDate()
Start date. If it's missing, The API matches profiles with application date
not after the end date.
.google.type.Date start_date = 1;
Returns
Type | Description |
com.google.type.Date | The startDate.
|
getStartDateOrBuilder()
public DateOrBuilder getStartDateOrBuilder()
Start date. If it's missing, The API matches profiles with application date
not after the end date.
.google.type.Date start_date = 1;
Returns
Type | Description |
com.google.type.DateOrBuilder | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasEndDate()
public boolean hasEndDate()
End date. If it's missing, The API matches profiles with application date
not before the start date.
.google.type.Date end_date = 2;
Returns
Type | Description |
boolean | Whether the endDate field is set.
|
hasStartDate()
public boolean hasStartDate()
Start date. If it's missing, The API matches profiles with application date
not after the end date.
.google.type.Date start_date = 1;
Returns
Type | Description |
boolean | Whether the startDate field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ApplicationDateFilter.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ApplicationDateFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ApplicationDateFilter.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions