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

target.apidocs.com.google.api.services.content.model.PubsubNotificationSettings.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20241217-2.0.0
Show newest version






PubsubNotificationSettings (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class PubsubNotificationSettings

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class PubsubNotificationSettings
    extends com.google.api.client.json.GenericJson
    Settings for Pub/Sub notifications, all methods require that the caller is a direct user of the merchant center account.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • PubsubNotificationSettings

        public PubsubNotificationSettings()
    • Method Detail

      • getCloudTopicName

        public String getCloudTopicName()
        Cloud pub/sub topic to which notifications are sent (read-only).
        Returns:
        value or null for none
      • setCloudTopicName

        public PubsubNotificationSettings setCloudTopicName(String cloudTopicName)
        Cloud pub/sub topic to which notifications are sent (read-only).
        Parameters:
        cloudTopicName - cloudTopicName or null for none
      • getKind

        public String getKind()
        Identifies what kind of resource this is. Value: the fixed string "`content#pubsubNotificationSettings`"
        Returns:
        value or null for none
      • setKind

        public PubsubNotificationSettings setKind(String kind)
        Identifies what kind of resource this is. Value: the fixed string "`content#pubsubNotificationSettings`"
        Parameters:
        kind - kind or null for none
      • getRegisteredEvents

        public List<String> getRegisteredEvents()
        List of event types. Acceptable values are: - "`orderPendingShipment`"
        Returns:
        value or null for none
      • setRegisteredEvents

        public PubsubNotificationSettings setRegisteredEvents(List<String> registeredEvents)
        List of event types. Acceptable values are: - "`orderPendingShipment`"
        Parameters:
        registeredEvents - registeredEvents or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy