public interface ResourceMaintenanceDenyScheduleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndDate()
public abstract Date getEndDate()Optional. Deny period end date.
.google.type.Date end_date = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The endDate. |
getEndDateOrBuilder()
public abstract DateOrBuilder getEndDateOrBuilder()Optional. Deny period end date.
.google.type.Date end_date = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getStartDate()
public abstract Date getStartDate()Optional. The start date of the deny maintenance period.
.google.type.Date start_date = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The startDate. |
getStartDateOrBuilder()
public abstract DateOrBuilder getStartDateOrBuilder()Optional. The start date of the deny maintenance period.
.google.type.Date start_date = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getTime()
public abstract TimeOfDay getTime()Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
.google.type.TimeOfDay time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay |
The time. |
getTimeOrBuilder()
public abstract TimeOfDayOrBuilder getTimeOrBuilder()Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
.google.type.TimeOfDay time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDayOrBuilder |
|
hasEndDate()
public abstract boolean hasEndDate()Optional. Deny period end date.
.google.type.Date end_date = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endDate field is set. |
hasStartDate()
public abstract boolean hasStartDate()Optional. The start date of the deny maintenance period.
.google.type.Date start_date = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startDate field is set. |
hasTime()
public abstract boolean hasTime()Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
.google.type.TimeOfDay time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the time field is set. |