GCSCommon

public abstract class GCSCommon
extends Object

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


ダウンロードやアップロードなどの GCS オペレーションの基本クラス。

概要

定数

int DEFAULT_TIMEOUT

フィールド

protected File mJsonKeyFile

protected Storage mStorage

パブリック コンストラクタ

GCSCommon()

保護されたメソッド

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

定数

DEFAULT_TIMEOUT

public static final int DEFAULT_TIMEOUT

定数値: 600000 (0x000927c0)

フィールド

mJsonKeyFile

protected File mJsonKeyFile

mStorage

protected Storage mStorage

パブリック コンストラクタ

GCSCommon

public GCSCommon ()

保護されたメソッド

getStorage

protected Storage getStorage (Collection<String> scopes)

パラメータ
scopes Collection

戻り値
Storage

例外
IOException

setJsonKeyFile

protected void setJsonKeyFile (File jsonKeyFile)

パラメータ
jsonKeyFile File