public abstract static class TopicPaths.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TopicPath |
build() |
abstract TopicPaths.Builder |
setProjectNumber(ProjectNumber number) |
abstract TopicPaths.Builder |
setTopicName(TopicName name) |
abstract TopicPaths.Builder |
setZone(CloudZone zone) |
public abstract TopicPaths.Builder setProjectNumber(ProjectNumber number)
public abstract TopicPaths.Builder setZone(CloudZone zone)
public abstract TopicPaths.Builder setTopicName(TopicName name)
public TopicPath build()
Copyright © 2020 Google LLC. All rights reserved.