Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Channels.Stop |
Directory.Channels.stop(Channel content)
Stop watching resources through this channel.
|
Directory.Users.Watch |
Directory.Users.watch(Channel content)
Watch for changes in users list
Create a request for the method "users.watch".
|
Directory.Users.Aliases.Watch |
Directory.Users.Aliases.watch(String userKey,
Channel content)
Watch for changes in users list.
|
Constructor and Description |
---|
Stop(Channel content)
Stop watching resources through this channel.
|
Watch(Channel content)
Watch for changes in users list
Create a request for the method "users.watch".
|
Watch(String userKey,
Channel content)
Watch for changes in users list.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Channel.clone() |
Channel |
Channel.set(String fieldName,
Object value) |
Channel |
Channel.setAddress(String address)
The address where notifications are delivered for this channel.
|
Channel |
Channel.setExpiration(Long expiration)
Date and time of notification channel expiration, expressed as a Unix timestamp, in
milliseconds.
|
Channel |
Channel.setId(String id)
A UUID or similar unique string that identifies this channel.
|
Channel |
Channel.setKind(String kind)
Identifies this as a notification channel used to watch for changes to a resource, which is
`api#channel`.
|
Channel |
Channel.setParams(Map<String,String> params)
Additional parameters controlling delivery channel behavior.
|
Channel |
Channel.setPayload(Boolean payload)
A Boolean value to indicate whether payload is wanted.
|
Channel |
Channel.setResourceId(String resourceId)
An opaque ID that identifies the resource being watched on this channel.
|
Channel |
Channel.setResourceUri(String resourceUri)
A version-specific identifier for the watched resource.
|
Channel |
Channel.setToken(String token)
An arbitrary string delivered to the target address with each notification delivered over this
channel.
|
Channel |
Channel.setType(String type)
The type of delivery mechanism used for this channel.
|
Copyright © 2011–2021 Google. All rights reserved.