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