public abstract class BaseKey extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseKey.Builder<B extends BaseKey.Builder<B>>
Base class for key builders.
|
| Modifier and Type | Method and Description |
|---|---|
List<PathElement> |
ancestors()
Returns an immutable list with the key's ancestors.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
kind()
Returns the key's kind.
|
String |
namespace()
Returns the key's namespace or
null if not provided. |
String |
projectId()
Returns the key's projectId.
|
String |
toString() |
public String projectId()
public String namespace()
null if not provided.public List<PathElement> ancestors()
public String kind()
Copyright © 2016 Google. All rights reserved.