public final class NotificationHeaders extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGED_HEADER
Name of header for the type of change performed on the resource.
|
static String |
CLIENT_TOKEN
Name of header for the client token (an opaque string) provided by the client in the subscribe
request and returned in the subscribe response.
|
static String |
EVENT_TYPE_HEADER
Name of header for the event type (see
EventTypes). |
static String |
MESSAGE_NUMBER_HEADER
Name of header for the message number (a monotonically increasing value starting with 1).
|
static String |
SUBSCRIPTION_ID
Name of header for the subscription UUID provided by the client in the subscribe request and
returned in the subscribe response.
|
static String |
TOPIC_ID
Name of header for the opaque ID for the subscribed resource that is stable across API versions
returned in the subscribe response.
|
static String |
TOPIC_URI
Name of header for the opaque ID (in the form of a canonicalized URI) for the subscribed
resource that is sensitive to the API version returned in the subscribe response.
|
public static final String CLIENT_TOKEN
public static final String SUBSCRIPTION_ID
public static final String TOPIC_ID
public static final String TOPIC_URI
public static final String EVENT_TYPE_HEADER
EventTypes).public static final String CHANGED_HEADER
public static final String MESSAGE_NUMBER_HEADER
Copyright © 2010-2013 Google. All Rights Reserved.