Package | Description |
---|---|
com.google.api.services.storage | |
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Storage.Channels.Stop |
Storage.Channels.stop(Channel content)
Stop watching resources through this channel
Create a request for the method "channels.stop".
|
Storage.Objects.WatchAll |
Storage.Objects.watchAll(java.lang.String bucket,
Channel content)
Watch for changes on all objects in a bucket.
|
Constructor and Description |
---|
Storage.Channels.Stop(Channel content)
Stop watching resources through this channel
Create a request for the method "channels.stop".
|
Storage.Objects.WatchAll(java.lang.String bucket,
Channel content)
Watch for changes on all objects in a bucket.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Channel.clone() |
Channel |
Channel.set(java.lang.String fieldName,
java.lang.Object value) |
Channel |
Channel.setAddress(java.lang.String address)
The address where notifications are delivered for this channel.
|
Channel |
Channel.setExpiration(java.lang.Long expiration)
Date and time of notification channel expiration, expressed as a Unix timestamp, in
milliseconds.
|
Channel |
Channel.setId(java.lang.String id)
A UUID or similar unique string that identifies this channel.
|
Channel |
Channel.setKind(java.lang.String kind)
Identifies this as a notification channel used to watch for changes to a resource.
|
Channel |
Channel.setParams(java.util.Map<java.lang.String,java.lang.String> params)
Additional parameters controlling delivery channel behavior.
|
Channel |
Channel.setPayload(java.lang.Boolean payload)
A Boolean value to indicate whether payload is wanted.
|
Channel |
Channel.setResourceId(java.lang.String resourceId)
An opaque ID that identifies the resource being watched on this channel.
|
Channel |
Channel.setResourceUri(java.lang.String resourceUri)
A version-specific identifier for the watched resource.
|
Channel |
Channel.setToken(java.lang.String token)
An arbitrary string delivered to the target address with each notification delivered over this
channel.
|
Channel |
Channel.setType(java.lang.String type)
The type of delivery mechanism used for this channel.
|