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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputeEngineMigrationTargetgetComputeEngineTarget()Output only.ComputeEngineMigrationTargetOrBuildergetComputeEngineTargetOrBuilder()Output only.FitDescriptorgetFit()Output only.FitDescriptorOrBuildergetFitOrBuilder()Output only.MigrationInsight.MigrationTargetCasegetMigrationTargetCase()booleanhasComputeEngineTarget()Output only.booleanhasFit()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
getMigrationTargetCase
MigrationInsight.MigrationTargetCase getMigrationTargetCase()
-
-