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