| 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 and Description |
|---|
Projects() |
| 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.
|
public Pubsub.Projects.Schemas schemas()
The typical use is:
Pubsub pubsub = new Pubsub(...);Pubsub.Schemas.List request = pubsub.schemas().list(parameters ...)
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 ...)
Copyright © 2011–2022 Google. All rights reserved.