| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client to the Google Cloud Datastore.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTime |
DateTime.copyFrom(Calendar calendar) |
static DateTime |
DateTime.copyFrom(Date date) |
DateTime |
ProjectionEntity.getDateTime(String name) |
DateTime |
BaseEntity.getDateTime(String name)
Returns the property value as a DateTime.
|
static DateTime |
DateTime.now() |
| Modifier and Type | Method and Description |
|---|---|
GqlQuery.Builder<V> |
GqlQuery.Builder.addBinding(DateTime... value) |
ListValue.Builder |
ListValue.Builder.addValue(DateTime first,
DateTime... other)
Adds the provided
DateTime values to the ListValue builder. |
ListValue.Builder |
ListValue.Builder.addValue(DateTime first,
DateTime... other)
Adds the provided
DateTime values to the ListValue builder. |
static DateTimeValue.Builder |
DateTimeValue.builder(DateTime dateTime) |
int |
DateTime.compareTo(DateTime other) |
static StructuredQuery.PropertyFilter |
StructuredQuery.PropertyFilter.eq(String property,
DateTime value) |
static StructuredQuery.PropertyFilter |
StructuredQuery.PropertyFilter.ge(String property,
DateTime value) |
static StructuredQuery.PropertyFilter |
StructuredQuery.PropertyFilter.gt(String property,
DateTime value) |
static StructuredQuery.PropertyFilter |
StructuredQuery.PropertyFilter.le(String property,
DateTime value) |
static StructuredQuery.PropertyFilter |
StructuredQuery.PropertyFilter.lt(String property,
DateTime value) |
static DateTimeValue |
DateTimeValue.of(DateTime dateTime) |
static ListValue |
ListValue.of(DateTime first,
DateTime... other)
Creates a
ListValue object given a number of DateTime values. |
static ListValue |
ListValue.of(DateTime first,
DateTime... other)
Creates a
ListValue object given a number of DateTime values. |
B |
BaseEntity.Builder.set(String name,
DateTime value)
Sets a property of type
DateTimeValue. |
B |
BaseEntity.Builder.set(String name,
DateTime first,
DateTime second,
DateTime... others)
Sets a list property containing elements of type
DateTimeValue. |
B |
BaseEntity.Builder.set(String name,
DateTime first,
DateTime second,
DateTime... others)
Sets a list property containing elements of type
DateTimeValue. |
GqlQuery.Builder<V> |
GqlQuery.Builder.setBinding(String name,
DateTime... value) |
| Constructor and Description |
|---|
DateTimeValue(DateTime dateTime) |
Copyright © 2016 Google. All rights reserved.