public interface GetTopicRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTopic()
public abstract String getTopic() Required. The name of the topic to get.
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. The name of the topic to get.
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. |