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

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

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






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












com.google.api.services.pubsub.model

Class AnalyticsHubSubscriptionInfo

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


    public final class AnalyticsHubSubscriptionInfo
    extends com.google.api.client.json.GenericJson
    Information about an associated Analytics Hub subscription (https://cloud.google.com/bigquery/docs/analytics-hub-manage-subscriptions).

    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 Cloud Pub/Sub API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • AnalyticsHubSubscriptionInfo

        public AnalyticsHubSubscriptionInfo()
    • Method Detail

      • getListing

        public String getListing()
        Optional. The name of the associated Analytics Hub listing resource. Pattern: "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"
        Returns:
        value or null for none
      • setListing

        public AnalyticsHubSubscriptionInfo setListing(String listing)
        Optional. The name of the associated Analytics Hub listing resource. Pattern: "projects/{project}/locations/{location}/dataExchanges/{data_exchange}/listings/{listing}"
        Parameters:
        listing - listing or null for none
      • getSubscription

        public String getSubscription()
        Optional. The name of the associated Analytics Hub subscription resource. Pattern: "projects/{project}/locations/{location}/subscriptions/{subscription}"
        Returns:
        value or null for none
      • setSubscription

        public AnalyticsHubSubscriptionInfo setSubscription(String subscription)
        Optional. The name of the associated Analytics Hub subscription resource. Pattern: "projects/{project}/locations/{location}/subscriptions/{subscription}"
        Parameters:
        subscription - subscription or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy