public class Pubsub.Projects
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
Projects() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Pubsub.Projects.Snapshots snapshots()
The typical use is:
Pubsub pubsub = new Pubsub(...);
Pubsub.Snapshots.List request = pubsub.snapshots().list(parameters ...)
public Pubsub.Projects.Subscriptions subscriptions()
The typical use is:
Pubsub pubsub = new Pubsub(...);
Pubsub.Subscriptions.List request = pubsub.subscriptions().list(parameters ...)
public Pubsub.Projects.Topics topics()
The typical use is:
Pubsub pubsub = new Pubsub(...);
Pubsub.Topics.List request = pubsub.topics().list(parameters ...)