GCSCommon

public abstract class GCSCommon
extends Object

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


Classe de base para operações do GCS, como download e upload.

Resumo

Constantes

int DEFAULT_TIMEOUT

Campos

protected File mJsonKeyFile

protected Storage mStorage

Construtores 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 da constante: 600000 (0x000927c0)

Campos

mJsonKeyFile

protected File mJsonKeyFile

mStorage

protected Storage mStorage

Construtores públicos

GCSCommon

public GCSCommon ()

Métodos protegidos

getStorage

protected Storage getStorage (Collection<String> scopes)

Parâmetros
scopes Collection

Retorna
Storage

Gera
IOException

setJsonKeyFile

protected void setJsonKeyFile (File jsonKeyFile)

Parâmetros
jsonKeyFile File