public abstract class AppVersionKey extends Object
Static factory methods are provided to create AppVersionKey's from AppInfo and UPRequests.
| Constructor and Description |
|---|
AppVersionKey() |
| Modifier and Type | Method and Description |
|---|---|
static AppVersionKey |
fromAppInfo(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo) |
static AppVersionKey |
fromUpRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest request) |
abstract String |
getAppId() |
abstract String |
getVersionId() |
static AppVersionKey |
of(String appId,
String versionId) |
String |
toString() |
public static AppVersionKey fromAppInfo(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo)
public static AppVersionKey fromUpRequest(com.google.apphosting.base.protos.RuntimePb.UPRequest request)
public static AppVersionKey of(String appId, String versionId)
public abstract String getAppId()
public abstract String getVersionId()
Copyright © 2022. All rights reserved.