We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afc8d1 commit d1781acCopy full SHA for d1781ac
google-cloud-datastore/src/main/java/com/google/cloud/datastore/BaseKey.java
@@ -20,7 +20,7 @@
20
import static com.google.cloud.datastore.Validator.validateNamespace;
21
import static com.google.cloud.datastore.Validator.validateProjectId;
22
23
-import com.google.api.core.BetaApi;
+import com.google.api.core.InternalApi;
24
import com.google.common.base.MoreObjects;
25
import com.google.common.base.Preconditions;
26
import com.google.common.collect.ImmutableList;
@@ -117,7 +117,7 @@ public B setNamespace(String namespace) {
117
}
118
119
/** Sets the database id of the key. */
120
- @BetaApi
+ @InternalApi
121
public B setDatabaseId(String databaseId) {
122
this.databaseId = databaseId;
123
return self();
0 commit comments