GCSHelper

public class GCSHelper
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.GCSHelper


摘要

公共构造函数

GCSHelper()

公共方法

static Storage getStorage( scopes, File keyFile)

根据 TF 选项使用凭据获取远程 GCS 存储分区的 Storage 对象。

公共构造函数

GCSHelper

public GCSHelper ()

公共方法

getStorage

public static Storage getStorage ( scopes, 
                File keyFile)

根据 TF 选项使用凭据获取远程 GCS 存储分区的 Storage 对象。

参数
scopes :要为其请求凭据的特定范围。

keyFile File

返回
Storage GCS 存储分区的 Storage 对象

抛出
IOException