B - the key builder.protected abstract static class BaseKey.Builder<B extends BaseKey.Builder<B>> extends Object
| Modifier and Type | Method and Description |
|---|---|
B |
ancestors(Iterable<PathElement> ancestors) |
B |
ancestors(PathElement ancestor) |
B |
ancestors(PathElement ancestor,
PathElement... other) |
protected abstract BaseKey |
build() |
B |
kind(String kind) |
B |
namespace(String namespace) |
B |
projectId(String projectId) |
public B ancestors(PathElement ancestor)
public B ancestors(PathElement ancestor, PathElement... other)
public B ancestors(Iterable<PathElement> ancestors)
protected abstract BaseKey build()
Copyright © 2016 Google. All rights reserved.