File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
google-cloud-datastore/src/main/java/com/google/cloud/datastore Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 20
20
import static com .google .cloud .datastore .Validator .validateNamespace ;
21
21
import static com .google .cloud .datastore .Validator .validateProjectId ;
22
22
23
+ import com .google .api .core .BetaApi ;
23
24
import com .google .common .base .MoreObjects ;
24
25
import com .google .common .base .Preconditions ;
25
26
import com .google .common .collect .ImmutableList ;
@@ -116,6 +117,7 @@ public B setNamespace(String namespace) {
116
117
}
117
118
118
119
/** Sets the database id of the key. */
120
+ @ BetaApi
119
121
public B setDatabaseId (String databaseId ) {
120
122
this .databaseId = databaseId ;
121
123
return self ();
Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .cloud .datastore .Validator .validateNamespace ;
20
20
21
+ import com .google .api .core .BetaApi ;
21
22
import com .google .cloud .ServiceDefaults ;
22
23
import com .google .cloud .ServiceOptions ;
23
24
import com .google .cloud .ServiceRpc ;
@@ -96,6 +97,7 @@ public Builder setNamespace(String namespace) {
96
97
return this ;
97
98
}
98
99
100
+ @ BetaApi
99
101
public Builder setDatabaseId (String databaseId ) {
100
102
this .databaseId = databaseId ;
101
103
return this ;
You can’t perform that action at this time.
0 commit comments