Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HEADER |
"X-HTTP-Method-Override" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
GET_AUTH_TOKEN_REQUEST |
"2\n[]" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AUTHORIZATION_SERVER_URL |
"https://accounts.google.com/o/oauth2/auth" |
public static final String |
DEFAULT_PUBLIC_CERTS_ENCODED_URL |
"https://www.googleapis.com/oauth2/v1/certs" |
public static final String |
OOB_REDIRECT_URI |
"urn:ietf:wg:oauth:2.0:oob" |
public static final String |
TOKEN_SERVER_URL |
"https://oauth2.googleapis.com/token" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACCOUNT_TYPE |
"com.google" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CHANGED |
"X-Goog-Changed" |
public static final String |
CHANNEL_EXPIRATION |
"X-Goog-Channel-Expiration" |
public static final String |
CHANNEL_ID |
"X-Goog-Channel-ID" |
public static final String |
CHANNEL_TOKEN |
"X-Goog-Channel-Token" |
public static final String |
MESSAGE_NUMBER |
"X-Goog-Message-Number" |
public static final String |
RESOURCE_ID |
"X-Goog-Resource-ID" |
public static final String |
RESOURCE_STATE |
"X-Goog-Resource-State" |
public static final String |
RESOURCE_URI |
"X-Goog-Resource-URI" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TYPE |
"web_hook" |
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 |
EXISTS |
"EXISTS" |
public static final String |
NOT_EXISTS |
"NOT_EXISTS" |
public static final String |
SYNC |
"SYNC" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
USER_AGENT_SUFFIX |
"Google-API-Java-Client" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ACCESS_TOKEN |
"access_xyz" |
public static final String |
REFRESH_TOKEN |
"refresh123" |
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–2022 Google. All rights reserved.