Interface ComputeEngineMigrationTargetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComputeEngineMigrationTarget,ComputeEngineMigrationTarget.Builder
public interface ComputeEngineMigrationTargetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputeEngineShapeDescriptorgetShape()Description of the suggested shape for the migration target.ComputeEngineShapeDescriptorOrBuildergetShapeOrBuilder()Description of the suggested shape for the migration target.booleanhasShape()Description of the suggested shape for the migration target.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasShape
boolean hasShape()
Description of the suggested shape for the migration target.
.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;- Returns:
- Whether the shape field is set.
-
getShape
ComputeEngineShapeDescriptor getShape()
Description of the suggested shape for the migration target.
.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;- Returns:
- The shape.
-
getShapeOrBuilder
ComputeEngineShapeDescriptorOrBuilder getShapeOrBuilder()
Description of the suggested shape for the migration target.
.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;
-
-