public interface DetachSubscriptionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSubscription()
public abstract String getSubscription() Required. The subscription to detach.
 Format is projects/{project}/subscriptions/{subscription}.
 
 string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The subscription. | 
getSubscriptionBytes()
public abstract ByteString getSubscriptionBytes() Required. The subscription to detach.
 Format is projects/{project}/subscriptions/{subscription}.
 
 string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for subscription. |