Interface MigrationInsightOrBuilder (0.26.0)

public interface MigrationInsightOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComputeEngineTarget()

public abstract ComputeEngineMigrationTarget getComputeEngineTarget()

Output only. A Google Compute Engine target.

.google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ComputeEngineMigrationTarget

The computeEngineTarget.

getComputeEngineTargetOrBuilder()

public abstract ComputeEngineMigrationTargetOrBuilder getComputeEngineTargetOrBuilder()

Output only. A Google Compute Engine target.

.google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ComputeEngineMigrationTargetOrBuilder

getFit()

public abstract FitDescriptor getFit()

Output only. Description of how well the asset this insight is associated with fits the proposed migration.

.google.cloud.migrationcenter.v1.FitDescriptor fit = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FitDescriptor

The fit.

getFitOrBuilder()

public abstract FitDescriptorOrBuilder getFitOrBuilder()

Output only. Description of how well the asset this insight is associated with fits the proposed migration.

.google.cloud.migrationcenter.v1.FitDescriptor fit = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FitDescriptorOrBuilder

getMigrationTargetCase()

public abstract MigrationInsight.MigrationTargetCase getMigrationTargetCase()
Returns
Type Description
MigrationInsight.MigrationTargetCase

hasComputeEngineTarget()

public abstract boolean hasComputeEngineTarget()

Output only. A Google Compute Engine target.

.google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the computeEngineTarget field is set.

hasFit()

public abstract boolean hasFit()

Output only. Description of how well the asset this insight is associated with fits the proposed migration.

.google.cloud.migrationcenter.v1.FitDescriptor fit = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the fit field is set.