public interface DeleteTopicRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTopic()
public abstract String getTopic() Required. Name of the topic to delete.
Format is projects/{project}/topics/{topic}.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The topic. |
getTopicBytes()
public abstract ByteString getTopicBytes() Required. Name of the topic to delete.
Format is projects/{project}/topics/{topic}.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for topic. |