GCSCommon

public abstract class GCSCommon
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.gcs.GCSCommon


Clase base para la operación de Gcs, como la descarga y la carga.

Resumen

Constantes

int DEFAULT_TIMEOUT

Campos

protected File mJsonKeyFile

protected Storage mStorage

Constructores públicos

GCSCommon()

Métodos protegidos

Storage getStorage(Collection<String> scopes)
void setJsonKeyFile(File jsonKeyFile)

Constantes

DEFAULT_TIMEOUT

public static final int DEFAULT_TIMEOUT

Valor constante: 600000 (0x000927c0)

Campos

mJsonKeyFile

protected File mJsonKeyFile

mStorage

protected Storage mStorage

Constructores públicos

GCSCommon

public GCSCommon ()

Métodos protegidos

getStorage

protected Storage getStorage (Collection<String> scopes)

Parámetros
scopes Collection

Muestra
Storage

Arroja
IOException

setJsonKeyFile

protected void setJsonKeyFile (File jsonKeyFile)

Parámetros
jsonKeyFile File