Interface UnregisterSubscriberRequestOrBuilder (3.45.0)

public interface UnregisterSubscriberRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccount()

public abstract String getAccount()

Required. Resource name of the account.

string account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The account.

getAccountBytes()

public abstract ByteString getAccountBytes()

Required. Resource name of the account.

string account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for account.

getServiceAccount()

public abstract String getServiceAccount()

Required. Service account to unregister from subscriber access to the topic.

string service_account = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public abstract ByteString getServiceAccountBytes()

Required. Service account to unregister from subscriber access to the topic.

string service_account = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for serviceAccount.