public abstract static class TopicInfo.Builder extends Object
TopicInfo objects.| Constructor and Description |
|---|
TopicInfo.Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract TopicInfo |
build()
Creates a topic object.
|
abstract TopicInfo.Builder |
name(String name)
Sets the name of the topic.
|
public abstract TopicInfo.Builder name(String name)
[A-Za-z]), numbers ([0-9]), dashes (-), underscores (_),
periods (.), tildes (~), plus (+) or percent signs (%). It
must be between 3 and 255 characters in length and cannot begin with the string goog.public abstract TopicInfo build()
Copyright © 2016 Google. All rights reserved.