Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
Modifier and Type | Method and Description |
---|---|
static Key.Builder |
Key.newBuilder(IncompleteKey copyFrom,
long id) |
static Key.Builder |
Key.newBuilder(IncompleteKey copyFrom,
String name) |
static Key.Builder |
Key.newBuilder(Key copyFrom) |
static Key.Builder |
Key.newBuilder(Key parent,
String kind,
long id) |
static Key.Builder |
Key.newBuilder(Key parent,
String kind,
String name) |
static Key.Builder |
Key.newBuilder(String projectId,
String kind,
long id) |
static Key.Builder |
Key.newBuilder(String projectId,
String kind,
String name) |
Key.Builder |
Key.Builder.setId(long id)
Sets the ID of this key.
|
Key.Builder |
Key.Builder.setName(String name)
Sets the name of this key.
|
Copyright © 2019 Google LLC. All rights reserved.