Skip to content

Commit e34d14a

Browse files
ajkannanaozarov
authored andcommitted
---
yaml --- r: 3845 b: refs/heads/pubsub-alpha c: 1eb3522 h: refs/heads/master i: 3843: 47977f8
1 parent 1214515 commit e34d14a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 36a62ef856d199f8efd09501b5ba65c422c01f23
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 7406918e071dd2c5677a638ae2a06e7592b6542c
5-
refs/heads/pubsub-alpha: 53a60d1ce1067212b5c39b9eec0a9fec5c1c35ee
5+
refs/heads/pubsub-alpha: 1eb3522c432ca7a6664bfc0ae2a6902c0aca9578
66
refs/heads/update-datastore: 47aae517c2cb33f1dccd909adaced73ec9d0f4df
77
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
88
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd

branches/pubsub-alpha/gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/ValueBuilder.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,15 @@ public interface ValueBuilder<V, P extends Value<V>, B extends ValueBuilder<V, P
3333

3434
B excludeFromIndexes(boolean excludeFromIndexes);
3535

36+
/**
37+
* Deprecated. This library preserves the field for backwards compatibility.
38+
*/
3639
@Deprecated
3740
int getMeaning();
3841

42+
/**
43+
* Deprecated. This library preserves the field for backwards compatibility.
44+
*/
3945
@Deprecated
4046
B meaning(int meaning);
4147

0 commit comments

Comments
 (0)