Interface InsightOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Insight, Insight.Builder

    public interface InsightOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMigrationInsight

        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:
        Whether the migrationInsight field is set.
      • getMigrationInsight

        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:
        The migrationInsight.
      • getMigrationInsightOrBuilder

        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];