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