Reference documentation and code samples for the Google Cloud Ces V1 Client class ImportOptions.
Configuration options for the app import process.
These options control how the import behaves, particularly when conflicts arise with existing app data.
Generated from protobuf message google.cloud.ces.v1.ImportAppRequest.ImportOptions
Namespace
Google \ Cloud \ Ces \ V1 \ ImportAppRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ conflict_resolution_strategy |
int
Optional. The strategy to use when resolving conflicts during import. |
getConflictResolutionStrategy
Optional. The strategy to use when resolving conflicts during import.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConflictResolutionStrategy. |
setConflictResolutionStrategy
Optional. The strategy to use when resolving conflicts during import.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConflictResolutionStrategy. |
| Returns | |
|---|---|
| Type | Description |
$this |
|