Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HEADER |
"X-HTTP-Method-Override" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AUTHORIZATION_SERVER_URL |
"https://accounts.google.com/o/oauth2/auth" |
public static final String |
OOB_REDIRECT_URI |
"urn:ietf:wg:oauth:2.0:oob" |
public static final String |
TOKEN_SERVER_URL |
"https://accounts.google.com/o/oauth2/token" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAXIMUM_CHUNK_SIZE |
33554432 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTENT_LENGTH_HEADER |
"X-Upload-Content-Length" |
public static final String |
CONTENT_TYPE_HEADER |
"X-Upload-Content-Type" |
public static final int |
DEFAULT_CHUNK_SIZE |
10485760 |
public static final int |
MINIMUM_CHUNK_SIZE |
262144 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DELETED |
"deleted" |
public static final String |
SYNC |
"sync" |
public static final String |
UPDATED |
"updated" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CHANGED_HEADER |
"X-Goog-Changed" |
public static final String |
CLIENT_TOKEN |
"X-Goog-Client-Token" |
public static final String |
EVENT_TYPE_HEADER |
"X-Goog-Event-Type" |
public static final String |
MESSAGE_NUMBER_HEADER |
"X-Goog-Message-Number" |
public static final String |
SUBSCRIPTION_ID |
"X-Goog-Subscription-ID" |
public static final String |
TOPIC_ID |
"X-Goog-Topic-ID" |
public static final String |
TOPIC_URI |
"X-Goog-Topic-URI" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ERROR_CONTENT_TYPE |
"application/vnd.google.gdata.error+xml" |
public static final String |
GD_NAMESPACE |
"http://schemas.google.com/g/2005" |
Copyright © 2010-2013 Google. All Rights Reserved.