Skip to content

Commit b66a468

Browse files
ajkannanaozarov
authored andcommitted
---
yaml --- r: 4283 b: refs/heads/gcs-nio c: 1eb3522 h: refs/heads/master i: 4281: 9428717 4279: 11c3036
1 parent a62dba3 commit b66a468

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
@@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111
refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14-
refs/heads/gcs-nio: 53a60d1ce1067212b5c39b9eec0a9fec5c1c35ee
14+
refs/heads/gcs-nio: 1eb3522c432ca7a6664bfc0ae2a6902c0aca9578
1515
refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0

branches/gcs-nio/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)