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

target.apidocs.com.google.api.services.pubsub.model.ModifyPushConfigRequest.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240730-2.0.0
Show newest version






ModifyPushConfigRequest (Cloud Pub/Sub API v1-rev20240918-2.0.0)












com.google.api.services.pubsub.model

Class ModifyPushConfigRequest

    • Constructor Detail

      • ModifyPushConfigRequest

        public ModifyPushConfigRequest()
    • Method Detail

      • getPushConfig

        public PushConfig getPushConfig()
        Required. 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` or `StreamingPull` is not called.
        Returns:
        value or null for none
      • setPushConfig

        public ModifyPushConfigRequest setPushConfig(PushConfig pushConfig)
        Required. 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` or `StreamingPull` is not called.
        Parameters:
        pushConfig - pushConfig or null for none
      • clone

        public ModifyPushConfigRequest clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy