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

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

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






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












com.google.api.services.pubsub.model

Class PublishResponse

    • Constructor Detail

      • PublishResponse

        public PublishResponse()
    • Method Detail

      • getMessageIds

        public List<String> getMessageIds()
        Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.
        Returns:
        value or null for none
      • setMessageIds

        public PublishResponse setMessageIds(List<String> messageIds)
        Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.
        Parameters:
        messageIds - messageIds or null for none
      • clone

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