Interface ComputeEngineMigrationTargetOrBuilder (0.4.0)

public interface ComputeEngineMigrationTargetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getShape()

public abstract ComputeEngineShapeDescriptor getShape()

Description of the suggested shape for the migration target.

.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;

Returns
TypeDescription
ComputeEngineShapeDescriptor

The shape.

getShapeOrBuilder()

public abstract ComputeEngineShapeDescriptorOrBuilder getShapeOrBuilder()

Description of the suggested shape for the migration target.

.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;

Returns
TypeDescription
ComputeEngineShapeDescriptorOrBuilder

hasShape()

public abstract boolean hasShape()

Description of the suggested shape for the migration target.

.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;

Returns
TypeDescription
boolean

Whether the shape field is set.