public interface ComputeEngineMigrationTargetOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getShape()
public abstract ComputeEngineShapeDescriptor getShape()
Description of the suggested shape for the migration target.
.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ComputeEngineShapeDescriptorOrBuilder |
hasShape()
public abstract boolean hasShape()
Description of the suggested shape for the migration target.
.google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor shape = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the shape field is set. |