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

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

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






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












com.google.api.services.pubsub.model

Class AcknowledgeRequest

    • Constructor Detail

      • AcknowledgeRequest

        public AcknowledgeRequest()
    • Method Detail

      • getAckIds

        public List<String> getAckIds()
        Required. The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response. Must not be empty.
        Returns:
        value or null for none
      • setAckIds

        public AcknowledgeRequest setAckIds(List<String> ackIds)
        Required. The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the `Pull` response. Must not be empty.
        Parameters:
        ackIds - ackIds or null for none
      • clone

        public AcknowledgeRequest 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