GCSCommon
public
abstract
class
GCSCommon
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.GCSCommon |
已過時!請改用 com.android.tradefed.util.gcs.GCSCommon。
這個類別保有回溯相容性,因此妥善建構的預先建構項目可用於建構 在較舊的分支版本上進行測試
Gcs 作業 (例如下載和上傳) 的基礎類別。GCSFileDownloader
,以及 GCSFileUploader
。
摘要
常數 | |
---|---|
int |
DEFAULT_TIMEOUT
|
公用建構函式 | |
---|---|
GCSCommon(File jsonKeyFile)
|
|
GCSCommon()
|
保護方法 | |
---|---|
Storage
|
getStorage(
|
常數
預設時間
protected static final int DEFAULT_TIMEOUT
常數值: 60 萬 (0x000927c0)
公用建構函式
GCSCommon
public GCSCommon (File jsonKeyFile)
參數 | |
---|---|
jsonKeyFile |
File |
GCSCommon
public GCSCommon ()
保護方法
getStorage
protected Storage getStorage (scopes)
參數 | |
---|---|
scopes |
|
傳回 | |
---|---|
Storage |