public interface DeleteSubscriptionRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSubscription()
The subscription to delete.
|
ByteString |
getSubscriptionBytes()
The subscription to delete.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getSubscription()
The subscription to delete. Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1;
ByteString getSubscriptionBytes()
The subscription to delete. Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1;