Interface InsightOrBuilder (0.4.0)

public interface InsightOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInsightCase()

public abstract Insight.InsightCase getInsightCase()
Returns
TypeDescription
Insight.InsightCase

getMigrationInsight()

public abstract MigrationInsight getMigrationInsight()

Output only. An insight about potential migrations for an asset.

.google.cloud.migrationcenter.v1.MigrationInsight migration_insight = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationInsight

The migrationInsight.

getMigrationInsightOrBuilder()

public abstract MigrationInsightOrBuilder getMigrationInsightOrBuilder()

Output only. An insight about potential migrations for an asset.

.google.cloud.migrationcenter.v1.MigrationInsight migration_insight = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MigrationInsightOrBuilder

hasMigrationInsight()

public abstract boolean hasMigrationInsight()

Output only. An insight about potential migrations for an asset.

.google.cloud.migrationcenter.v1.MigrationInsight migration_insight = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the migrationInsight field is set.