public class WorkspaceEvents.Subscriptions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
WorkspaceEvents.Subscriptions.Create |
class |
WorkspaceEvents.Subscriptions.Delete |
class |
WorkspaceEvents.Subscriptions.Get |
class |
WorkspaceEvents.Subscriptions.List |
class |
WorkspaceEvents.Subscriptions.Patch |
class |
WorkspaceEvents.Subscriptions.Reactivate |
| Constructor and Description |
|---|
Subscriptions() |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceEvents.Subscriptions.Create |
create(Subscription content)
[Developer Preview](https://developers.google.com/workspace/preview): Creates a Google Workspace
subscription.
|
WorkspaceEvents.Subscriptions.Delete |
delete(String name)
[Developer Preview](https://developers.google.com/workspace/preview): Deletes a Google Workspace
subscription.
|
WorkspaceEvents.Subscriptions.Get |
get(String name)
[Developer Preview](https://developers.google.com/workspace/preview): Gets details about a Google
Workspace subscription.
|
WorkspaceEvents.Subscriptions.List |
list()
[Developer Preview](https://developers.google.com/workspace/preview): Lists Google Workspace
subscriptions.
|
WorkspaceEvents.Subscriptions.Patch |
patch(String name,
Subscription content)
[Developer Preview](https://developers.google.com/workspace/preview): Updates or renews a Google
Workspace subscription.
|
WorkspaceEvents.Subscriptions.Reactivate |
reactivate(String name,
ReactivateSubscriptionRequest content)
[Developer Preview](https://developers.google.com/workspace/preview): Reactivates a suspended
Google Workspace subscription.
|
public WorkspaceEvents.Subscriptions.Create create(Subscription content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the SubscriptionIOExceptionpublic WorkspaceEvents.Subscriptions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the subscription to delete. Format: `subscriptions/{subscription}`IOExceptionpublic WorkspaceEvents.Subscriptions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the subscription. Format: `subscriptions/{subscription}`IOExceptionpublic WorkspaceEvents.Subscriptions.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic WorkspaceEvents.Subscriptions.Patch patch(String name, Subscription content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Optional. Immutable. Identifier. Resource name of the subscription. Format:
`subscriptions/{subscription}`content - the SubscriptionIOExceptionpublic WorkspaceEvents.Subscriptions.Reactivate reactivate(String name, ReactivateSubscriptionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the subscription. Format: `subscriptions/{subscription}`content - the ReactivateSubscriptionRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.