public interface DeleteTopicRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTopic()
Name of the topic to delete.
|
ByteString |
getTopicBytes()
Name of the topic to delete.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getTopic()
Name of the topic to delete.
Format is `projects/{project}/topics/{topic}`.
string topic = 1;ByteString getTopicBytes()
Name of the topic to delete.
Format is `projects/{project}/topics/{topic}`.
string topic = 1;