target.apidocs.com.google.api.services.pubsub.Pubsub.Projects.html Maven / Gradle / Ivy
Pubsub.Projects (Cloud Pub/Sub API v1-rev20240607-2.0.0)
com.google.api.services.pubsub
Class Pubsub.Projects
- java.lang.Object
-
- com.google.api.services.pubsub.Pubsub.Projects
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Pubsub.Projects.Schemas
The "schemas" collection of methods.
class
Pubsub.Projects.Snapshots
The "snapshots" collection of methods.
class
Pubsub.Projects.Subscriptions
The "subscriptions" collection of methods.
class
Pubsub.Projects.Topics
The "topics" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Pubsub.Projects.Schemas
schemas()
An accessor for creating requests from the Schemas collection.
Pubsub.Projects.Snapshots
snapshots()
An accessor for creating requests from the Snapshots collection.
Pubsub.Projects.Subscriptions
subscriptions()
An accessor for creating requests from the Subscriptions collection.
Pubsub.Projects.Topics
topics()
An accessor for creating requests from the Topics collection.
-
-
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 - 2025 Weber Informatics LLC | Privacy Policy