Interface MigrationInsightOrBuilder

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

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

      • hasFit

        boolean hasFit()
         Output only. Description of how well the asset this insight is associated
         with fits the proposed migration.
         
        .google.cloud.migrationcenter.v1.FitDescriptor fit = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the fit field is set.
      • getFit

        FitDescriptor getFit()
         Output only. Description of how well the asset this insight is associated
         with fits the proposed migration.
         
        .google.cloud.migrationcenter.v1.FitDescriptor fit = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The fit.
      • getFitOrBuilder

        FitDescriptorOrBuilder getFitOrBuilder()
         Output only. Description of how well the asset this insight is associated
         with fits the proposed migration.
         
        .google.cloud.migrationcenter.v1.FitDescriptor fit = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasComputeEngineTarget

        boolean hasComputeEngineTarget()
         Output only. A Google Compute Engine target.
         
        .google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the computeEngineTarget field is set.
      • getComputeEngineTarget

        ComputeEngineMigrationTarget getComputeEngineTarget()
         Output only. A Google Compute Engine target.
         
        .google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The computeEngineTarget.
      • getComputeEngineTargetOrBuilder

        ComputeEngineMigrationTargetOrBuilder getComputeEngineTargetOrBuilder()
         Output only. A Google Compute Engine target.
         
        .google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];