com.google.api.data.gbase.v2
Class GoogleBase

java.lang.Object
  extended by com.google.api.data.gbase.v2.GoogleBase

Deprecated. (scheduled to be removed in version 1.1) Copy into your own application

@Deprecated
public final class GoogleBase
extends Object

Constants for the Google Base Data API.


Field Summary
static String AUTH_TOKEN_TYPE
          Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
static String ROOT_URL
          Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
static String VERSION
          Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

@Deprecated
public static final String VERSION
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
Version name.

See Also:
Constant Field Values

ROOT_URL

@Deprecated
public static final String ROOT_URL
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
Root URL.

See Also:
Constant Field Values

AUTH_TOKEN_TYPE

@Deprecated
public static final String AUTH_TOKEN_TYPE
Deprecated. (scheduled to be removed in version 1.1) Copy into your own application
The authentication token type used for Client Login.

See Also:
Constant Field Values


Copyright © 2010 Google. All Rights Reserved.