public interface MigrationInsightOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ComputeEngineMigrationTarget |
getComputeEngineTarget()
Output only.
|
ComputeEngineMigrationTargetOrBuilder |
getComputeEngineTargetOrBuilder()
Output only.
|
FitDescriptor |
getFit()
Output only.
|
FitDescriptorOrBuilder |
getFitOrBuilder()
Output only.
|
MigrationInsight.MigrationTargetCase |
getMigrationTargetCase() |
boolean |
hasComputeEngineTarget()
Output only.
|
boolean |
hasFit()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
boolean hasComputeEngineTarget()
Output only. A Google Compute Engine target.
.google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
ComputeEngineMigrationTarget getComputeEngineTarget()
Output only. A Google Compute Engine target.
.google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
ComputeEngineMigrationTargetOrBuilder getComputeEngineTargetOrBuilder()
Output only. A Google Compute Engine target.
.google.cloud.migrationcenter.v1.ComputeEngineMigrationTarget compute_engine_target = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
MigrationInsight.MigrationTargetCase getMigrationTargetCase()
Copyright © 2024 Google LLC. All rights reserved.