public static final class ApplicationDateFilter.Builder extends GeneratedMessageV3.Builder<ApplicationDateFilter.Builder> 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 Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ApplicationDateFilter.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ApplicationDateFilter build()
Returns
buildPartial()
public ApplicationDateFilter buildPartial()
Returns
clear()
public ApplicationDateFilter.Builder clear()
Returns
Overrides
clearEndDate()
public ApplicationDateFilter.Builder clearEndDate()
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
clearField(Descriptors.FieldDescriptor field)
public ApplicationDateFilter.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ApplicationDateFilter.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearStartDate()
public ApplicationDateFilter.Builder clearStartDate()
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
clone()
public ApplicationDateFilter.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ApplicationDateFilter getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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.
|
getEndDateBuilder()
public Date.Builder getEndDateBuilder()
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.Builder | |
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 | |
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.
|
getStartDateBuilder()
public Date.Builder getStartDateBuilder()
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.Builder | |
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 | |
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeEndDate(Date value)
public ApplicationDateFilter.Builder mergeEndDate(Date value)
End date. If it's missing, The API matches profiles with application date
not before the start date.
.google.type.Date end_date = 2;
Parameter
Name | Description |
value | com.google.type.Date
|
Returns
mergeFrom(ApplicationDateFilter other)
public ApplicationDateFilter.Builder mergeFrom(ApplicationDateFilter other)
Parameter
Returns
public ApplicationDateFilter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ApplicationDateFilter.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeStartDate(Date value)
public ApplicationDateFilter.Builder mergeStartDate(Date value)
Start date. If it's missing, The API matches profiles with application date
not after the end date.
.google.type.Date start_date = 1;
Parameter
Name | Description |
value | com.google.type.Date
|
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ApplicationDateFilter.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setEndDate(Date value)
public ApplicationDateFilter.Builder setEndDate(Date value)
End date. If it's missing, The API matches profiles with application date
not before the start date.
.google.type.Date end_date = 2;
Parameter
Name | Description |
value | com.google.type.Date
|
Returns
setEndDate(Date.Builder builderForValue)
public ApplicationDateFilter.Builder setEndDate(Date.Builder builderForValue)
End date. If it's missing, The API matches profiles with application date
not before the start date.
.google.type.Date end_date = 2;
Parameter
Name | Description |
builderForValue | com.google.type.Date.Builder
|
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ApplicationDateFilter.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ApplicationDateFilter.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setStartDate(Date value)
public ApplicationDateFilter.Builder setStartDate(Date value)
Start date. If it's missing, The API matches profiles with application date
not after the end date.
.google.type.Date start_date = 1;
Parameter
Name | Description |
value | com.google.type.Date
|
Returns
setStartDate(Date.Builder builderForValue)
public ApplicationDateFilter.Builder setStartDate(Date.Builder builderForValue)
Start date. If it's missing, The API matches profiles with application date
not after the end date.
.google.type.Date start_date = 1;
Parameter
Name | Description |
builderForValue | com.google.type.Date.Builder
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ApplicationDateFilter.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides