All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.pubsub.v1.ModifyPushConfigRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.114.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto

package com.google.pubsub.v1;

public interface ModifyPushConfigRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.ModifyPushConfigRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the subscription.
   * Format is `projects/{project}/subscriptions/{sub}`.
   * 
* * string subscription = 1; */ java.lang.String getSubscription(); /** *
   * The name of the subscription.
   * Format is `projects/{project}/subscriptions/{sub}`.
   * 
* * string subscription = 1; */ com.google.protobuf.ByteString getSubscriptionBytes(); /** *
   * 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; */ 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; */ com.google.pubsub.v1.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; */ com.google.pubsub.v1.PushConfigOrBuilder getPushConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy