Interface UnregisterSubscriberResponseOrBuilder (3.56.0)

See more code actions.
public interface UnregisterSubscriberResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract String getTopic()

Name of the topic the service account subscriber access was removed from.

string topic = 1;

Returns
Type Description
String

The topic.

getTopicBytes()

public abstract ByteString getTopicBytes()

Name of the topic the service account subscriber access was removed from.

string topic = 1;

Returns
Type Description
ByteString

The bytes for topic.