Interface ImportAppRequest.ImportOptionsOrBuilder (0.1.0)

public static interface ImportAppRequest.ImportOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConflictResolutionStrategy()

public abstract ImportAppRequest.ImportOptions.ConflictResolutionStrategy getConflictResolutionStrategy()

Optional. The strategy to use when resolving conflicts during import.

.google.cloud.ces.v1.ImportAppRequest.ImportOptions.ConflictResolutionStrategy conflict_resolution_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ImportAppRequest.ImportOptions.ConflictResolutionStrategy

The conflictResolutionStrategy.

getConflictResolutionStrategyValue()

public abstract int getConflictResolutionStrategyValue()

Optional. The strategy to use when resolving conflicts during import.

.google.cloud.ces.v1.ImportAppRequest.ImportOptions.ConflictResolutionStrategy conflict_resolution_strategy = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for conflictResolutionStrategy.