public interface TimeFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Optional.
|
com.google.protobuf.Timestamp |
getStartTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Optional.
|
TimeFilter.TimeField |
getTimeField()
Optional.
|
int |
getTimeFieldValue()
Optional.
|
boolean |
hasEndTime()
Optional.
|
boolean |
hasStartTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartTime()
Optional. 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;com.google.protobuf.Timestamp getStartTime()
Optional. 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;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Optional. 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;boolean hasEndTime()
Optional. 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;com.google.protobuf.Timestamp getEndTime()
Optional. 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;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Optional. 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;int getTimeFieldValue()
Optional. Specifies which time field to filter profiles. Defaults to [TimeField.CREATE_TIME][google.cloud.talent.v4beta1.TimeFilter.TimeField.CREATE_TIME].
.google.cloud.talent.v4beta1.TimeFilter.TimeField time_field = 3;TimeFilter.TimeField getTimeField()
Optional. Specifies which time field to filter profiles. Defaults to [TimeField.CREATE_TIME][google.cloud.talent.v4beta1.TimeFilter.TimeField.CREATE_TIME].
.google.cloud.talent.v4beta1.TimeFilter.TimeField time_field = 3;Copyright © 2019 Google LLC. All rights reserved.