Interface Report.DateRange.FixedDateRangeOrBuilder (0.11.0)

public static interface Report.DateRange.FixedDateRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndDate()

public abstract Date getEndDate()

Required. The end date (inclusive) of this date range.

.google.type.Date end_date = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.Date

The endDate.

getEndDateOrBuilder()

public abstract DateOrBuilder getEndDateOrBuilder()

Required. The end date (inclusive) of this date range.

.google.type.Date end_date = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.DateOrBuilder

getStartDate()

public abstract Date getStartDate()

Required. The start date of this date range.

.google.type.Date start_date = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.Date

The startDate.

getStartDateOrBuilder()

public abstract DateOrBuilder getStartDateOrBuilder()

Required. The start date of this date range.

.google.type.Date start_date = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.DateOrBuilder

hasEndDate()

public abstract boolean hasEndDate()

Required. The end date (inclusive) of this date range.

.google.type.Date end_date = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the endDate field is set.

hasStartDate()

public abstract boolean hasStartDate()

Required. The start date of this date range.

.google.type.Date start_date = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the startDate field is set.