Interface ComputeEngineMigrationTargetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ComputeEngineShapeDescriptor getShape()
      Description of the suggested shape for the migration target.
      ComputeEngineShapeDescriptorOrBuilder getShapeOrBuilder()
      Description of the suggested shape for the migration target.
      boolean hasShape()
      Description of the suggested shape for the migration target.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;