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

target.apidocs.com.google.api.services.pubsub.Pubsub.Projects.html Maven / Gradle / Ivy

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






Pubsub.Projects (Cloud Pub/Sub API v1-rev20240918-2.0.0)












com.google.api.services.pubsub

Class Pubsub.Projects

  • Enclosing class:
    Pubsub


    public class Pubsub.Projects
    extends Object
    The "projects" collection of methods.
    • Constructor Detail

      • Projects

        public Projects()
    • Method Detail

      • schemas

        public Pubsub.Projects.Schemas schemas()
        An accessor for creating requests from the Schemas collection.

        The typical use is:

            Pubsub pubsub = new Pubsub(...);
            Pubsub.Schemas.List request = pubsub.schemas().list(parameters ...)
         
        Returns:
        the resource collection
      • snapshots

        public Pubsub.Projects.Snapshots snapshots()
        An accessor for creating requests from the Snapshots collection.

        The typical use is:

            Pubsub pubsub = new Pubsub(...);
            Pubsub.Snapshots.List request = pubsub.snapshots().list(parameters ...)
         
        Returns:
        the resource collection
      • subscriptions

        public Pubsub.Projects.Subscriptions subscriptions()
        An accessor for creating requests from the Subscriptions collection.

        The typical use is:

            Pubsub pubsub = new Pubsub(...);
            Pubsub.Subscriptions.List request = pubsub.subscriptions().list(parameters ...)
         
        Returns:
        the resource collection
      • topics

        public Pubsub.Projects.Topics topics()
        An accessor for creating requests from the Topics collection.

        The typical use is:

            Pubsub pubsub = new Pubsub(...);
            Pubsub.Topics.List request = pubsub.topics().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy