public interface ModifyPushConfigRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PushConfig |
getPushConfig()
The push configuration for future deliveries.
|
PushConfigOrBuilder |
getPushConfigOrBuilder()
The push configuration for future deliveries.
|
java.lang.String |
getSubscription()
The name of the subscription.
|
ByteString |
getSubscriptionBytes()
The name of the subscription.
|
boolean |
hasPushConfig()
The push configuration for future deliveries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getSubscription()
The name of the subscription.
ByteString getSubscriptionBytes()
The name of the subscription.
boolean hasPushConfig()
The push configuration for future deliveries. An empty `pushConfig` indicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription if `Pull` is not called.
PushConfig getPushConfig()
The push configuration for future deliveries. An empty `pushConfig` indicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription if `Pull` is not called.
PushConfigOrBuilder getPushConfigOrBuilder()
The push configuration for future deliveries. An empty `pushConfig` indicates that the Pub/Sub system should stop pushing messages from the given subscription and allow messages to be pulled and acknowledged - effectively pausing the subscription if `Pull` is not called.