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

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

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






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












com.google.api.services.pubsub.model

Class UpdateSubscriptionRequest

    • Constructor Detail

      • UpdateSubscriptionRequest

        public UpdateSubscriptionRequest()
    • Method Detail

      • getSubscription

        public Subscription getSubscription()
        Required. The updated subscription object.
        Returns:
        value or null for none
      • setSubscription

        public UpdateSubscriptionRequest setSubscription(Subscription subscription)
        Required. The updated subscription object.
        Parameters:
        subscription - subscription or null for none
      • getUpdateMask

        public String getUpdateMask()
        Required. Indicates which fields in the provided subscription to update. Must be specified and non-empty.
        Returns:
        value or null for none
      • setUpdateMask

        public UpdateSubscriptionRequest setUpdateMask(String updateMask)
        Required. Indicates which fields in the provided subscription to update. Must be specified and non-empty.
        Parameters:
        updateMask - updateMask or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy