public interface CivilTimeIntervalOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnd()
public abstract CivilDateTime getEnd()Required. The exclusive end of the range.
.google.devicesandservices.health.v4.CivilDateTime end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CivilDateTime |
The end. |
getEndOrBuilder()
public abstract CivilDateTimeOrBuilder getEndOrBuilder()Required. The exclusive end of the range.
.google.devicesandservices.health.v4.CivilDateTime end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CivilDateTimeOrBuilder |
|
getStart()
public abstract CivilDateTime getStart()Required. The inclusive start of the range.
.google.devicesandservices.health.v4.CivilDateTime start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CivilDateTime |
The start. |
getStartOrBuilder()
public abstract CivilDateTimeOrBuilder getStartOrBuilder()Required. The inclusive start of the range.
.google.devicesandservices.health.v4.CivilDateTime start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CivilDateTimeOrBuilder |
|
hasEnd()
public abstract boolean hasEnd()Required. The exclusive end of the range.
.google.devicesandservices.health.v4.CivilDateTime end = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the end field is set. |
hasStart()
public abstract boolean hasStart()Required. The inclusive start of the range.
.google.devicesandservices.health.v4.CivilDateTime start = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |