Interface InsightOrBuilder (0.22.0)

public interface InsightOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenericInsight()

public abstract GenericInsight getGenericInsight()

Output only. A generic insight about an asset

.google.cloud.migrationcenter.v1.GenericInsight generic_insight = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GenericInsight

The genericInsight.

getGenericInsightOrBuilder()

public abstract GenericInsightOrBuilder getGenericInsightOrBuilder()

Output only. A generic insight about an asset

.google.cloud.migrationcenter.v1.GenericInsight generic_insight = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
GenericInsightOrBuilder

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

hasGenericInsight()

public abstract boolean hasGenericInsight()

Output only. A generic insight about an asset

.google.cloud.migrationcenter.v1.GenericInsight generic_insight = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the genericInsight field is set.

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.