public class IncompleteKey extends BaseKey
| Modifier and Type | Class and Description |
|---|---|
static class |
IncompleteKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IncompleteKey.Builder |
builder(IncompleteKey copyFrom)
Deprecated.
|
static IncompleteKey.Builder |
builder(Key parent,
String kind)
Deprecated.
|
static IncompleteKey.Builder |
builder(String projectId,
String kind)
Deprecated.
|
Key |
getParent()
Returns the key's parent.
|
static IncompleteKey.Builder |
newBuilder(IncompleteKey copyFrom) |
static IncompleteKey.Builder |
newBuilder(Key parent,
String kind) |
static IncompleteKey.Builder |
newBuilder(String projectId,
String kind) |
Key |
parent()
Deprecated.
|
ancestors, equals, getAncestors, getKind, getNamespace, getProjectId, hashCode, kind, namespace, projectId, toString@Deprecated public Key parent()
public Key getParent()
@Deprecated public static IncompleteKey.Builder builder(String projectId, String kind)
public static IncompleteKey.Builder newBuilder(String projectId, String kind)
@Deprecated public static IncompleteKey.Builder builder(IncompleteKey copyFrom)
public static IncompleteKey.Builder newBuilder(IncompleteKey copyFrom)
@Deprecated public static IncompleteKey.Builder builder(Key parent, String kind)
public static IncompleteKey.Builder newBuilder(Key parent, String kind)
Copyright © 2017 Google. All rights reserved.