Class ApplicationDateFilter (2.2.9)

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
TypeDescription
int

START_DATE_FIELD_NUMBER

public static final int START_DATE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ApplicationDateFilter getDefaultInstance()
Returns
TypeDescription
ApplicationDateFilter

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ApplicationDateFilter.Builder newBuilder()
Returns
TypeDescription
ApplicationDateFilter.Builder

newBuilder(ApplicationDateFilter prototype)

public static ApplicationDateFilter.Builder newBuilder(ApplicationDateFilter prototype)
Parameter
NameDescription
prototypeApplicationDateFilter
Returns
TypeDescription
ApplicationDateFilter.Builder

parseDelimitedFrom(InputStream input)

public static ApplicationDateFilter parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ApplicationDateFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ApplicationDateFilter parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ApplicationDateFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ApplicationDateFilter parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ApplicationDateFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ApplicationDateFilter parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ApplicationDateFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ApplicationDateFilter parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ApplicationDateFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ApplicationDateFilter parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ApplicationDateFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApplicationDateFilter
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ApplicationDateFilter> parser()
Returns
TypeDescription
Parser<ApplicationDateFilter>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ApplicationDateFilter getDefaultInstanceForType()
Returns
TypeDescription
ApplicationDateFilter

getEndDate()

public Date 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
TypeDescription
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
TypeDescription
com.google.type.DateOrBuilder

getParserForType()

public Parser<ApplicationDateFilter> getParserForType()
Returns
TypeDescription
Parser<ApplicationDateFilter>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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
TypeDescription
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
TypeDescription
com.google.type.DateOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
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
TypeDescription
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
TypeDescription
boolean

Whether the startDate field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ApplicationDateFilter.Builder newBuilderForType()
Returns
TypeDescription
ApplicationDateFilter.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ApplicationDateFilter.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ApplicationDateFilter.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ApplicationDateFilter.Builder toBuilder()
Returns
TypeDescription
ApplicationDateFilter.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException