public interface ImportAppRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppCase()
public abstract ImportAppRequest.AppCase getAppCase()| Returns | |
|---|---|
| Type | Description |
ImportAppRequest.AppCase |
|
getAppContent()
public abstract ByteString getAppContent()Raw bytes representing the compressed zip file with the app folder structure.
bytes app_content = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The appContent. |
getAppId()
public abstract String getAppId()Optional. The ID to use for the imported app.
- If not specified, a unique ID will be automatically assigned for the app.
- Otherwise, the imported app will use this ID as the final component of its resource name. If an app with the same ID already exists at the specified location in the project, the content of the existing app will be replaced.
string app_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The appId. |
getAppIdBytes()
public abstract ByteString getAppIdBytes()Optional. The ID to use for the imported app.
- If not specified, a unique ID will be automatically assigned for the app.
- Otherwise, the imported app will use this ID as the final component of its resource name. If an app with the same ID already exists at the specified location in the project, the content of the existing app will be replaced.
string app_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for appId. |
getDisplayName()
public abstract String getDisplayName()Optional. The display name of the app to import.
- If the app is created on import, and the display name is specified, the imported app will use this display name. If a conflict is detected with an existing app, a timestamp will be appended to the display name to make it unique.
- If the app is a reimport, this field should not be set. Providing a display name during reimport will result in an INVALID_ARGUMENT error.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Optional. The display name of the app to import.
- If the app is created on import, and the display name is specified, the imported app will use this display name. If a conflict is detected with an existing app, a timestamp will be appended to the display name to make it unique.
- If the app is a reimport, this field should not be set. Providing a display name during reimport will result in an INVALID_ARGUMENT error.
string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getGcsUri()
public abstract String getGcsUri() The Google Cloud Storage URI
from which to import app. The format of this URI must be
gs://<bucket-name>/<object-name>.
string gcs_uri = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public abstract ByteString getGcsUriBytes() The Google Cloud Storage URI
from which to import app. The format of this URI must be
gs://<bucket-name>/<object-name>.
string gcs_uri = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsUri. |
getIgnoreAppLock()
public abstract boolean getIgnoreAppLock()Optional. Flag for overriding the app lock during import. If set to true, the import process will ignore the app lock.
bool ignore_app_lock = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The ignoreAppLock. |
getImportOptions()
public abstract ImportAppRequest.ImportOptions getImportOptions()Optional. Options governing the import process for the app.
.google.cloud.ces.v1.ImportAppRequest.ImportOptions import_options = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ImportAppRequest.ImportOptions |
The importOptions. |
getImportOptionsOrBuilder()
public abstract ImportAppRequest.ImportOptionsOrBuilder getImportOptionsOrBuilder()Optional. Options governing the import process for the app.
.google.cloud.ces.v1.ImportAppRequest.ImportOptions import_options = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ImportAppRequest.ImportOptionsOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource name with the location of the app to import.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource name with the location of the app to import.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasAppContent()
public abstract boolean hasAppContent()Raw bytes representing the compressed zip file with the app folder structure.
bytes app_content = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appContent field is set. |
hasGcsUri()
public abstract boolean hasGcsUri() The Google Cloud Storage URI
from which to import app. The format of this URI must be
gs://<bucket-name>/<object-name>.
string gcs_uri = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsUri field is set. |
hasImportOptions()
public abstract boolean hasImportOptions()Optional. Options governing the import process for the app.
.google.cloud.ces.v1.ImportAppRequest.ImportOptions import_options = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the importOptions field is set. |