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