public interface ExportAppResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppCase()
public abstract ExportAppResponse.AppCase getAppCase()| Returns | |
|---|---|
| Type | Description |
ExportAppResponse.AppCase |
|
getAppContent()
public abstract ByteString getAppContent()App folder compressed as a zip file.
bytes app_content = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The appContent. |
getAppUri()
public abstract String getAppUri()The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The appUri. |
getAppUriBytes()
public abstract ByteString getAppUriBytes()The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appUri. |
hasAppContent()
public abstract boolean hasAppContent()App folder compressed as a zip file.
bytes app_content = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appContent field is set. |
hasAppUri()
public abstract boolean hasAppUri()The Google Cloud Storage URI to which the app was exported.
string app_uri = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appUri field is set. |