public interface DateTimeRangeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEnd()
public abstract DateTime getEnd()
End data time.
.google.type.DateTime end = 2;
Returns | |
---|---|
Type | Description |
com.google.type.DateTime |
The end. |
getEndOrBuilder()
public abstract DateTimeOrBuilder getEndOrBuilder()
End data time.
.google.type.DateTime end = 2;
Returns | |
---|---|
Type | Description |
com.google.type.DateTimeOrBuilder |
getStart()
public abstract DateTime getStart()
Start date time.
.google.type.DateTime start = 1;
Returns | |
---|---|
Type | Description |
com.google.type.DateTime |
The start. |
getStartOrBuilder()
public abstract DateTimeOrBuilder getStartOrBuilder()
Start date time.
.google.type.DateTime start = 1;
Returns | |
---|---|
Type | Description |
com.google.type.DateTimeOrBuilder |
hasEnd()
public abstract boolean hasEnd()
End data time.
.google.type.DateTime end = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the end field is set. |
hasStart()
public abstract boolean hasStart()
Start date time.
.google.type.DateTime start = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the start field is set. |