GCSCommon

public abstract class GCSCommon
extends Object

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


지원 중단됨 대신 com.android.tradefed.util.gcs.GCSCommon을 사용하세요.

이 클래스는 하위 호환성을 위해 유지되므로 이전 브랜치에서 테스트를 빌드하는 데 트레이드페드 사전 빌드를 사용할 수 있습니다.

다운로드 및 업로드와 같은 Gcs 작업을 위한 기본 클래스입니다. GCSFileDownloaderGCSFileUploader.

요약

상수

int DEFAULT_TIMEOUT

공개 생성자

GCSCommon()
GCSCommon(File jsonKeyFile)

보호된 메서드

Storage getStorage( scopes)

상수

DEFAULT_TIMEOUT

protected static final int DEFAULT_TIMEOUT

상수 값: 600000 (0x000927c0)

공개 생성자

GCSCommon

public GCSCommon ()

GCSCommon

public GCSCommon (File jsonKeyFile)

매개변수
jsonKeyFile File

보호된 메서드

getStorage

protected Storage getStorage ( scopes)

매개변수
scopes

반환 값
Storage