public interface InsightOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
GenericInsightOrBuilder |
|
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 |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the migrationInsight field is set. |