public class IncompleteKey extends BaseKey
Modifier and Type | Class and Description |
---|---|
static class |
IncompleteKey.Builder |
Modifier and Type | Method and Description |
---|---|
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) |
equals, getAncestors, getKind, getNamespace, getProjectId, hashCode, toString
public Key getParent()
public static IncompleteKey.Builder newBuilder(String projectId, String kind)
public static IncompleteKey.Builder newBuilder(IncompleteKey copyFrom)
public static IncompleteKey.Builder newBuilder(Key parent, String kind)
Copyright © 2019 Google LLC. All rights reserved.