public interface InsightOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenericInsight |
getGenericInsight()
Output only.
|
GenericInsightOrBuilder |
getGenericInsightOrBuilder()
Output only.
|
Insight.InsightCase |
getInsightCase() |
MigrationInsight |
getMigrationInsight()
Output only.
|
MigrationInsightOrBuilder |
getMigrationInsightOrBuilder()
Output only.
|
boolean |
hasGenericInsight()
Output only.
|
boolean |
hasMigrationInsight()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasGenericInsight()
Output only. A generic insight about an asset
.google.cloud.migrationcenter.v1.GenericInsight generic_insight = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
GenericInsight getGenericInsight()
Output only. A generic insight about an asset
.google.cloud.migrationcenter.v1.GenericInsight generic_insight = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
GenericInsightOrBuilder getGenericInsightOrBuilder()
Output only. A generic insight about an asset
.google.cloud.migrationcenter.v1.GenericInsight generic_insight = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Insight.InsightCase getInsightCase()
Copyright © 2024 Google LLC. All rights reserved.