public interface InsightOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInsightCase()
public abstract Insight.InsightCase getInsightCase()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the migrationInsight field is set. |