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 |
TOKEN_SERVER_URL |
"https://oauth2.googleapis.com/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 |
EXISTS |
"EXISTS" |
public static final String |
NOT_EXISTS |
"NOT_EXISTS" |
public static final String |
SYNC |
"SYNC" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
API_VERSION_HEADER |
"X-Goog-Api-Version" |
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" |
Copyright © 2010–2024 Google. All rights reserved.