public interface ModifyPushConfigRequestOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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, hasOneof
java.lang.String getSubscription()
The name of the subscription. Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1;
com.google.protobuf.ByteString getSubscriptionBytes()
The name of the subscription. Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1;
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.
.google.pubsub.v1.PushConfig push_config = 2;
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.
.google.pubsub.v1.PushConfig push_config = 2;
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.
.google.pubsub.v1.PushConfig push_config = 2;