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