public interface TimeFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract 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;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract 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;
| Type | Description |
| TimestampOrBuilder |
getStartTime()
public abstract 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;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract 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;
| Type | Description |
| TimestampOrBuilder |
getTimeField()
public abstract TimeFilter.TimeField getTimeField()Specifies which time field to filter profiles. Defaults to TimeField.CREATE_TIME.
.google.cloud.talent.v4beta1.TimeFilter.TimeField time_field = 3;
| Type | Description |
| TimeFilter.TimeField | The timeField. |
getTimeFieldValue()
public abstract int getTimeFieldValue()Specifies which time field to filter profiles. Defaults to TimeField.CREATE_TIME.
.google.cloud.talent.v4beta1.TimeFilter.TimeField time_field = 3;
| Type | Description |
| int | The enum numeric value on the wire for timeField. |
hasEndTime()
public abstract 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;
| Type | Description |
| boolean | Whether the endTime field is set. |
hasStartTime()
public abstract 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;
| Type | Description |
| boolean | Whether the startTime field is set. |