Interface MigrationInsightOrBuilder (0.4.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
FitDescriptorOrBuilder

getMigrationTargetCase()

public abstract MigrationInsight.MigrationTargetCase getMigrationTargetCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the fit field is set.