public interface ApplicationDateFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Date |
getEndDate()
Optional.
|
com.google.type.DateOrBuilder |
getEndDateOrBuilder()
Optional.
|
com.google.type.Date |
getStartDate()
Optional.
|
com.google.type.DateOrBuilder |
getStartDateOrBuilder()
Optional.
|
boolean |
hasEndDate()
Optional.
|
boolean |
hasStartDate()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartDate()
Optional. Start date. If it's missing, The API matches profiles with application date not after the end date.
.google.type.Date start_date = 1;com.google.type.Date getStartDate()
Optional. Start date. If it's missing, The API matches profiles with application date not after the end date.
.google.type.Date start_date = 1;com.google.type.DateOrBuilder getStartDateOrBuilder()
Optional. Start date. If it's missing, The API matches profiles with application date not after the end date.
.google.type.Date start_date = 1;boolean hasEndDate()
Optional. End date. If it's missing, The API matches profiles with application date not before the start date.
.google.type.Date end_date = 2;com.google.type.Date getEndDate()
Optional. End date. If it's missing, The API matches profiles with application date not before the start date.
.google.type.Date end_date = 2;com.google.type.DateOrBuilder getEndDateOrBuilder()
Optional. End date. If it's missing, The API matches profiles with application date not before the start date.
.google.type.Date end_date = 2;Copyright © 2019 Google LLC. All rights reserved.