GCSCommon
public abstract class GCSCommon
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.GCSCommon |
Gcs操作(例如下載和上傳)的基類。 GCSFileDownloader
和GCSFileUploader
。
概要
常數 | |
---|---|
int | DEFAULT_TIMEOUT
|
公共建設者 | |
---|---|
GCSCommon (File jsonKeyFile) | |
GCSCommon () |
受保護的方法 | |
---|---|
Storage | getStorage ( scopes) getStorage ( scopes) |
常數
DEFAULT_TIMEOUT
protected static final int DEFAULT_TIMEOUT
常數:600000(0x000927c0)
公共建設者
GCSCommon
public GCSCommon (File jsonKeyFile)
參量 | |
---|---|
jsonKeyFile | File |
GCSCommon
public GCSCommon ()
受保護的方法
getStorage
protected Storage getStorage (scopes)
參量 | |
---|---|
scopes |
退貨 | |
---|---|
Storage |